phpを含む例文一覧と使い方
該当件数 : 783件
To create this hidden field, add the following line to the top of the EditWish input form:input type=hidden name=wishID value=?php echo wish[id];? / 例文帳に追加
この非表示フィールドを作成するには、次の行を EditWish 入力フォームの最上部に追加します。 input type=hidden name=wishID value=?php echo wish[id];? / - NetBeans
The basic structure is based on the great work already done by the PHP documentation group. 例文帳に追加
このマニュアルの基本的な構成は、過去に行われた PHP ドキュメント作成グループの偉大な成果に基づいています。 - PEAR
If another license is being used, please remove the PHP License summary. 例文帳に追加
他のライセンスを使用する場合は、PHP ライセンスの概要文を削除し、使用するライセンスに対応するものに置き換えます。 - PEAR
For future releases of PEAR this isn't workable because PEAR will become too big to be bundled with every release of PHP. 例文帳に追加
しかし PEAR は今後、PHP リリースにバンドルできる大きさを超えることが見込まれ、上記の方法ではうまく行きません。 - PEAR
pear.php.net/go-pear | php Note: Some Linux distributions (e.g. Redhat) seem to be using links instead of lynx as the name for their command line browser. 例文帳に追加
pear.php.net/go-pear | php注意コマンドラインブラウザの名前として lynx ではなくlinks を使用している Linux ディストリビューション(Redhat など) もあります。 - PEAR
ini_get('include_path'));// From PHP 4.3.0 onward, you can use the following,// which especially useful on shared hosts:set_include_path('~/pear/lib' . 例文帳に追加
// これは、特に共有ホストなどで有用です。 - PEAR
Make sure you are running PHP 5.0 or newer on your local computer If you wish to use ftps, make sure you have enabled the openssl extension on your local computer in php.ini. 例文帳に追加
ローカルのコンピュータに PHP 5.0 以降をインストールする ftps を使用する場合は、 php.ini で openssl 拡張モジュールを有効にする - PEAR
In addition, your local packages may depend on PHP extensions. 例文帳に追加
さらに、拡張モジュールに依存するパッケージもあります。 - PEAR
If you already have a PHP CVS account you will ask the PEAR Group for Karma for a given package or set of packages. 例文帳に追加
PHP CVS アカウントすでに保持している場合でも、対象のパッケージを扱うカルマを PEAR Group に連絡し取得してください。 - PEAR
The extsrcrelease release type is for PECL-style PHP extension releases that must be compiled in order to be useable. 例文帳に追加
リリース型 extsrcrelease は、PECL 形式の PHP 拡張モジュールリリース、つまり使用するためにはコンパイルが必要となるリリースを表します。 - PEAR
By default, the path is protocol.php, as in xmlrpc.php or soap.php. 例文帳に追加
デフォルトのパスはプロトコル.php、つまり xmlrpc.php あるいは soap.php となります。 - PEAR
phptype: Database backend used in PHP (i.e. mysql , odbc etc.) 例文帳に追加
phptype:PHP で使用されるデータベースバックエンドです(すなわち mysql や odbc 等)。 - PEAR
default false - By default warnings about undefined variabes are hidden, this turns on all PHP warnings during the outputObject calls. 例文帳に追加
初期値は false で、未定義の変数に関する警告は隠されます。 これは、outputObject のコール中の PHP の警告を有効にします。 - PEAR
Note: The program requires the php-gtkextension that is not a PEAR/PECL package and can be obtained from http://gtk.php.net/. 例文帳に追加
注意このプログラムを使用するには php-gtk拡張モジュールが必要です。 これは PEAR/PECL パッケージではなく、http://gtk.php.net/から取得します。 - PEAR
Tip: You can easily check for parse errors in a file using the PHP command line interface and the -l (lowercase L) option. 例文帳に追加
ティップパースエラーをチェックするのは簡単です。 PHP のコマンドラインインターフェイスで-l (小文字の L) オプションを使用しましょう。 - PEAR
The components loaded would be those with versions lower than, or equal to the supplied version and greater than the current PHP version. 例文帳に追加
指定したバージョンと同じかそれより古く、かつ現在のPHP のバージョンより新しいコンポーネントを読み込みます。 - PEAR
Command line interface:allow now to detect version of a simple string (code without using script tags ?php ... ?. 例文帳に追加
コマンドラインインターフェイスで、シンプルな文字列 (スクリプトタグ ?php ... ?を含まないコード) のバージョンを検出できるようになりました。 - PEAR
That means there are conditional code (constant condition) implemented in source code (with php defined function). 例文帳に追加
これは、ソースコード内で(php の defined 関数を用いて)条件コード (定数の条件) が実装されているということを意味します。 - PEAR
It is sometimes difficult not to loose track of functions calls in some live debugging sessions even with top notch PHP editor/debuggers. 例文帳に追加
デバッグセッションで関数コールを追いかけるのは、一流の PHP エディタ/デバッガであってもなかなか難しいものです。 - PEAR
The class also provides optional PHP validation of foreign key validity, and optional PHP emulation of actions triggered on delete or update of referenced rows, such as cascading deletes. 例文帳に追加
このクラスには、外部キーの妥当性を PHP 側で検証する機能もあります。 また、参照されている行が削除されたり更新されたりしたときに行われる処理、つまり、いわゆる連鎖削除などを PHP でエミュレートすることもできます。 - PEAR
An absent or null value for either action indicates that no action should be taken at the PHP layer upon delete or update of a referenced row.(Note that a PHP null value is different from the 'set null' action string.) 例文帳に追加
それぞれのアクションを省略したり null 値を指定したりした場合は、参照される行の削除時あるいは更新時に PHP 側では何の処理もしないことを意味します(PHP の null 値は、アクション文字列 'set null' ではないことに注意しましょう)。 - PEAR
Available since version 1.2.0 ability to get list of functions related to a PHP version (or a subset). Available since version 1.2.0 ability to give a list of (related functions of) php modules/extensions to ignore when calculating the version needed. 例文帳に追加
PHP の特定のバージョンに関連する関数一覧 (あるいはそのサブセット) の取得機能(バージョン 1.2.0 以降で使用可能) PHP のモジュール (の関数) の一覧を指定し、必須バージョンの調査時にそれを無視させる機能(バージョン 1.4.0 以降で使用可能) - PEAR
To improve the performance of an execution code by applying delay evaluation to imperative language having side effects such as Java (R) or PHP.例文帳に追加
JavaやPHPのような副作用のある命令型言語に遅延評価を適用して実行コードの性能を向上させること。 - 特許庁
In order to install Jffnms successfully, you are required to have your PHP package installed with (at least) the following USE flags:例文帳に追加
Jffnmsを首尾よくインストールするには、(少なくとも)PHPパッケージが以下のUSEフラグを用いてインストールされている必要があります。 - Gentoo Linux
This tutorial assumes that you have a working knowledge of the various technologies it employs (i.e., HTML, CSS, JavaScript, and PHP).例文帳に追加
このチュートリアルは、使用する各テクノロジ (HTML、CSS、JavaScript、および PHP など) に関する実用的な知識がある方を対象としています。 - NetBeans
For this simple application, you create a PHP class called ComposerData that retains composer data using an array.例文帳に追加
この簡単なアプリケーションでは、ComposerData という PHP クラスを作成します。 このクラスで配列を使用して作曲家のデータを保持します。 - NetBeans
On Solaris systems, the PHP engine, Apache server, and MySQL database server are included in a Web Stack package. 例文帳に追加
どちらの Solaris システムでも、PHP エンジン、Apache サーバー、および MySQL データベースサーバーが Web Stack パッケージに含まれています。 SXCE はここからダウンロードできます。 - NetBeans
PHP support can be added to a number of local web servers (IIS, Xitami, and so on), but most commonly Apache HTTP Server is used.例文帳に追加
PHP のサポートは、いくつかのローカル Web サーバー (IIS、Xitami など) に追加できますが、もっとも一般的に使用されるのは Apache HTTP サーバーです。 - NetBeans
To download and install the PHP engine, the Apache HTTP Server, and the MySQL database server as one stack, use the XAMPP for Linux package. 例文帳に追加
PHP エンジン、Apache HTTP サーバー、および MySQL データベースサーバーを 1 つのスタックとしてダウンロードしてインストールするには、XAMPP for Linux パッケージを使用します。 - NetBeans
The web browser executes a code which tests abnormal conditions using an exception handler coded in PHP.例文帳に追加
ウェブブラウザは或るコードを実行し、そのコードは、PHPでコード化された例外処理ハンドラを利用して、異常状態をテストする。 - 特許庁
Enter the following PHP code block inside the HTML input form, below the wisher's name input:Welcome!brform action=createNewWisher.php method=POST Your name: input type=text name=user/br/ 例文帳に追加
次の PHP コードブロックを、HTML 入力フォーム内の、ウィッシャーの名前入力の下に入力します。 Welcome!brform action=createNewWisher.php method=POST Your name: input type=text name=user/br/ - NetBeans
In the editWishList.php file, enter the following HTML form below the PHP block:!DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.01 Transitional//ENhtmlheadmeta http-equiv=Content-Type content=text/html; charset=UTF-8/headbodyform name="addNewWish" action="editWish.php">input type="submit" value="Add Wish"/>/form>/body/html 例文帳に追加
editWishList.php ファイルで、次の HTML フォームを PHP ブロックの下に追加します。 !DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.01 Transitional//ENhtmlheadmeta http-equiv=Content-Type content=text/html; charset=UTF-8/headbodyform name=addNewWish action=editWish.phpinput type=submit value=Add Wish//form/body/html - NetBeans
In this case the code redirects the user to the editWishList.php without saving any data that was entered in the fields and stops PHP processing. 例文帳に追加
この場合、コードは、フィールドに入力されたデータを何も保存せずにユーザーを editWishList.php にリダイレクトし、PHP 処理を停止します。 - NetBeans
This means that when the cursor is at the very end of the file, it should be oneline below the closing PHP tag. 例文帳に追加
つまり、ファイルの最後にカーソルを移動させると、PHP 終了タグの 1 つ下の行にカーソルがあるようにすべきと言うことです。 - PEAR
Error Handling Guidelines This part of the Coding Standards describes how errors are handled in PEAR packages that are developed for PHP 5 and 6. 例文帳に追加
エラー処理の指針 ここでは、PEAR パッケージを PHP 5 や 6 向けに開発する際のエラー処理の方法について説明します。 - PEAR
If you save now the file that is shown in your editor as go-pear.php, PHP will be able to parse the file properly. 例文帳に追加
ここに表示された内容をエディタで go-pear.phpとして保存すると、PHP はそのファイルを適切にパースできるようになります。 - PEAR
CVS accounts are managed by the PHP Group, so PEAR unfortunately has only limited influence on this process. 例文帳に追加
CVS アカウントは PHPグループによって管理されているので、残念ながら PEAR側にはこの手続きに対する権限があまりないのです。 - PEAR
Validates a 2/3 region (state) code.sample?php// Include the packagerequire_once('Validate/AU.php');$badRegion = 'asdf';$result = Validate_AU::region($badVAT);echo 'Test ' . 例文帳に追加
2/3 文字の地域 (州) コードの検証を行います。 - PEAR
Username: input type=text name=user/ Password: input type=password name=userpassword/br/ div class=error ?php if (!logonSuccess) echo Invalid name and/or password; ? /div input type=submit value=Edit My Wish List/ /form/div The class "logon" is applied to the entire form, and the class "error" is applied to an error message within the form. 例文帳に追加
div class=logon input type=submit name=myWishList value=My Wishlist onclick=javascript:showHideLogonForm()/ form name=logon action=index.php method=POST style=visibility:?php if (logonSuccess) echo hidden; else echo visible;? Username: input type=text name=user/ Password: input type=password name=userpassword/br/ div class=error ?php if (!logonSuccess) echo Invalid name and/or password; ? /div input type=submit value=Edit My Wish List/ /form/div クラス「logon」がフォーム全体に適用され、クラス「error」がフォーム内のエラーメッセージに適用されます。 - NetBeans
I have written a PHP module in C. What are the rules of including this in PEAR? The PECL project (a spin-off from PEAR) is the place where C extensions for PHP are published. 例文帳に追加
拡張モジュールを C 言語で書いたのですが、それを PEAR に採用してもらうにはどうすれば良いですか? PECL プロジェクト (PEAR から分離しました)が PHP 用の C 拡張モジュールを公表する場所になります。 - PEAR
To specify a dependency on a PHP extension that can be distributed as a PECL package, but could also be bundled with PHP by default, such as the PDO extension, use this dependency style:例文帳に追加
PECL パッケージとして配布することができるけれどもPHP にデフォルトでバンドルされている拡張モジュール、例えば PDO拡張モジュールなどへの依存性を指定するには、この形式を使用します。 - PEAR
The NetBeans PHP editor is dynamically integrated with NetBeans HTML, JavaScript and CSS editing features such as syntax highlighting and the JavaScript debugger.NetBeans IDE 6.5 fully supports iterative development,so testing PHP projects follows the classic patterns familiar to web developers.例文帳に追加
NetBeans PHP エディタは、構文の強調表示や JavaScript デバッグなどができる NetBeans HTML、JavaScript、CSS 編集機能と動的に統合されています。 NetBeans IDE 6.5 では反復開発が完全にサポートされているので、PHP プロジェクトのテストは、Web 開発者によく知られている従来のパターンに従います。 - NetBeans
The way you install and configure the software required for productive PHP development depends on the operating system you are using. 例文帳に追加
生産的な PHP 開発に必要なソフトウェアをインストールして構成する方法は、使用するオペレーティングシステムによって異なります。 - NetBeans
The PHPLearning Trail can provide more information on configuring your environment. 例文帳に追加
環境の構成については、「PHP の学習」を参照してください。 - NetBeans
To have all the configuration settings for the PHP engine, the Apache HTTP Server, and the MySQL database server specified automatically, use the WAMP or XAMPP-Windows package. 例文帳に追加
PHP エンジン、Apache HTTP サーバー、および MySQL データベースサーバーのすべての構成設定を自動的に指定するには、WAMP または XAMPP-Windows パッケージを使用します。 - NetBeans
By double-clicking a PHP variable, a function, or a class, all the occurrences of the variable are highlighted in olive green. 例文帳に追加
PHP の変数、関数、またはクラスをダブルクリックすると、その変数のすべての出現箇所がオリーブグリーンで強調表示される。 - NetBeans
The document recommends a sequence of steps to set up the MySQL database server for working in the PHP development environment in the Windows operating system. 例文帳に追加
このドキュメントでは、Windows オペレーティングシステムの PHP 開発環境で動作する MySQL データベースサーバーの一連の設定手順を紹介します。 - NetBeans
Rapidly build standards-based web applications using Ajax, CSS, JavaScript,PHP, Applets, Java Web Start (JNLP), and JavaServer Faces (JSF) and JavaServer Pages (JSP).例文帳に追加
ビジュアルエディタを使用して、Ajax、CSS、JavaScript、PHP、アプレット、Java Web Start (JNLP)、JavaServer Faces (JSF)、および JavaServer Pages (JSP) を使用した標準ベースの Web アプリケーションをすばやく構築できます。 - NetBeans
| Copyright © Japan Patent office. All Rights Reserved. |
| この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。 |
| Copyright 2001-2010 Gentoo Foundation, Inc. The contents of this document are licensed under the Creative Commons - Attribution / Share Alike license. |
| Copyright © 2001 - 2008 by the PEAR Documentation Group. This material may be distributed only subject to the terms and conditions set forth in the Open Publication License, v1.0 or later (the latest version is presently available at http://www.opencontent.org/openpub/ ). |
| © 2010, Oracle Corporation and/or its affiliates. Oracle and Java are registered trademarks of Oracle and/or its affiliates.Other names may be trademarks of their respective owners. |
|
ログイン |
Weblio会員(無料)になると
|
|
ログイン |
Weblio会員(無料)になると
|