phpを含む例文一覧と使い方
該当件数 : 783件
The tag used most often is "PHP"; it will appear in the largest font. 例文帳に追加
最も多く使用された "PHP" というタグが最も大きい文字になります。 - PEAR
Tells the generator not to replace form elements with PHP code. 例文帳に追加
ジェネレータに対して、フォーム要素を PHP コードで置換しないように指示します。 - PEAR
As we can read, PHP 5.0.0 is required to run the package. 例文帳に追加
このパッケージを実行するには PHP 5.0.0 以降が必要であるように見えます。 - PEAR
For PHP, Ruby, and C++ download options, you can install JRE instead of JDK. 例文帳に追加
「PHP」、「Ruby」、および「C++」の各ダウンロードオプションの場合、JDK の代わりに JRE をインストールできます。 - NetBeans
Create a PHP file to handle the autocomplete URL that is received by the incoming request.例文帳に追加
受信要求によって受け取る autocomplete URL を処理する PHP ファイルを作成します。 - NetBeans
Right-click the project node in the Projects window and choose New PHP File. 例文帳に追加
「プロジェクト」ウィンドウでプロジェクトノードを右クリックし、「新規」「PHP ファイル」を選択します。 - NetBeans
In addition to debugging and running php-info, the PHP tab lets you set error reporting levels and gives you a quick link for opening php.ini if you need to edit it. 例文帳に追加
デバッグと php-info の実行のほか、「PHP」タブではエラー報告レベルが設定でき、php.ini を編集する必要がある場合にはそれを開くためのクイックリンクを提供します。 - NetBeans
To create, run, and debug your PHP projects you need the following software: 例文帳に追加
PHP プロジェクトを作成、実行、およびデバッグするには、次のソフトウェアが必要です。 - NetBeans
The editor provides syntax highlighting for PHP, HTML, JavaScript, and CSS code blocks. 例文帳に追加
エディタでは、PHP、HTML、JavaScript、および CSS の各コードブロックの構文が強調表示されます。 - NetBeans
The file contains a template for entering HTML and PHP code. 例文帳に追加
ファイルには、HTML および PHP コードを入力するためのテンプレートが含まれています。 - NetBeans
For other PHP files to use functions in the WishDB class, these PHP files need to call a function that creates an object of (instantiates) the WishDB class. 例文帳に追加
WishDB クラスの関数を使用するその他の PHP ファイルの場合、これらの PHP ファイルは、WishDB クラスのオブジェクトを作成 (「インスタンス化」) する関数を呼び出す必要があります。 - NetBeans
Create a PHP project with existing sources: 例文帳に追加
既存のソースを使用した PHP プロジェクトを作成するには、次の手順に従います。 - NetBeans
The list is not a support forum for questions concerning the usage of PHP. 例文帳に追加
PHP 自体の使用についての質問に対するサポートフォーラムではありません。 - PEAR
If you are using the PHP License, use the summary text provided above. 例文帳に追加
PHP ライセンスを使用する場合は、上記に示した概要文を使ってください。 - PEAR
Naturally, packages providing compatibility with PHP 4 do not fall under these coding guidelines, and may thus use the error handling mechanisms defined in the PHP 4 PEAR coding guidelines. 例文帳に追加
もちろん PHP 4 との互換性を提供するパッケージについてはこの限りではありません。 その場合は、PHP 4 用の PEAR コーディング規約に従ってエラー処理を行います。 - PEAR
If this is the case, there are a couple options to use a PHP 5 version on your Mac. 例文帳に追加
この場合、PHP 5 をその Mac で使用するにはいくつかの方法があります。 - PEAR
If you're using Marc Liyanage's PHP package, you can specify the full path to your PHP5 PEAR installation. 例文帳に追加
Marc Liyanage's PHP package を使用する場合はPHP5 用の PEAR のインストール先をフルパスで指定します。 - PEAR
Remember to specify all paths necessary to point to your PHP 5 installation. 例文帳に追加
すべてのパスを PHP 5 のインストール先に向けることを忘れないようにしましょう。 - PEAR
Please note that the Windows versions of PHP have a file named go-pear.bat bundled. 例文帳に追加
Windows 版の PHP には、go-pear.batというファイルが同梱されていることに注意しましょう。 - PEAR
The following command will show you where all the .php files of your installed pear packages reside. 例文帳に追加
次のコマンドは、pear パッケージの .php ファイルがインストールされる場所を表示します。 - PEAR
phprelease The phprelease release type is designed for PEAR-style PHP script package releases. 例文帳に追加
phprelease リリース型 phprelease は、PEAR 形式の PHP スクリプトパッケージのリリース向けに設計された型です。 - PEAR
The only valid roles for files are role="php", role="data", role="doc", and role="test" plus any custom roles that the user has installed for use in php releases. 例文帳に追加
ファイルのロールとして有効なのは role="php"、role="data"、role="doc" および role="test"、それに加えて利用者が PHP リリースで使用するためにインストールした独自ロールのみとなります。 - PEAR
Examples for DocBook usage in OpenSource projects are the documentations of KDE and PHP. 例文帳に追加
オープンソースのプロジェクトでの DocBook の使用例としては、KDE や PHPのドキュメントがあります。 - PEAR
Note that if the callback is not a valid callback, a PHP warning will be triggered. 例文帳に追加
指定されたコールバックが有効で無い場合、PHP の警告 (Warning) が生成されます。 - PEAR
Only works if PHP has been compiled against OpenLDAP 2+ libraries. 例文帳に追加
PHP が OpenLDAP 2+ ライブラリと組み合わせてコンパイルされている場合にのみ使用可能です。 - PEAR
The example above will generate an output as shown below when run with the PHP CLI SAPI. 例文帳に追加
上の例を PHP CLI SAPI で実行すると、次のように結果を出力します。 - PEAR
Since config files containing php arrays are just included using the standard php methods, code comments and structure will be lost when saving. 例文帳に追加
PHP の配列を含む設定ファイルを読み込む際には標準的な PHPのメソッドを使用するので、保存する際にはコードのコメントや構造は失われます。 - PEAR
Optional checking of the validity of foreign key values by the PHP layer upon insertion or updating. 例文帳に追加
追加や更新の際に、オプションで行うPHP での外部キー整合性チェック。 - PEAR
adds an else statement in PHP so that blocks of conditional HTML are shown correctly. ExampleExample 47-1. 例文帳に追加
PHP の else 文を追加し、条件によって HTML 部が表示されるようにします。 - PEAR
Have a look in the PHP/CodeSniffer/File.php class comment for a full list of token indexes. 例文帳に追加
PHP/CodeSniffer/File.php クラスのコメントで、トークンの一覧とそのインデックスを参照ください。 - PEAR
3.1. I don't want to have result (PHP array dump) display on the standard output 例文帳に追加
3.1. 結果 (PHP の配列のダンプ) を標準出力に表示したくありません - PEAR
Load components list for a PHP version or subset Parameter 例文帳に追加
PHP のバージョンに対応したコンポーネントの一覧あるいはそのサブセットを読み込みます。 - PEAR
For more information on stream wrappers see the PHP Manual. 例文帳に追加
ストリームラッパーについての詳細な情報は、PHP マニュアルを参照してください。 - PEAR
It has one required attribute, the type attribute, which MUST equal to one of "shell" or "php".例文帳に追加
必須属性は typeで、これは"shell" あるいは "php"のいずれかでなければなりません。 - PEAR
It is quoted in single quotes for save usage and is available in shell and php executes. 例文帳に追加
シングルクォートで囲まれた形式で、シェルや PHP の実行結果が得られます。 - PEAR
See now with the parameter ?php// Include the packagerequire_once('Validate/CA.php');$phoneNumber = '8750987';$result = Validate_CA::phoneNumber($phoneNumber,false);echo 'Test ' . 例文帳に追加
パラメータつきの例です。 - PEAR
The working example is available in statemachine. php file. 例文帳に追加
実際に動作する例は、statemachine.php ファイルです。 - PEAR
PHP code initiating the template, and outputing it 例文帳に追加
例例 47-1テンプレートの準備と出力 - PEAR
Take advantage of syntactic and semantic code highlighting, pop-up documentation,code formating and folding, instant rename, code templates, and automatic code completion (including bracket completion) for PHP.The Editor recognizes PHP code including heredoc notation in PHP projects and in PHTML and PHP files.例文帳に追加
PHP の構文および意味解釈のコード強調表示、ポップアップドキュメント、コード整形、コード折り畳み、名前の即時変更、コードテンプレート、および自動コード補完 (括弧の補完を含む) を利用できます。 エディタは、PHP プロジェクト、PHTML ファイル、および PHP ファイル内のヒアドキュメント表記を含む PHP コードを認識します。 - NetBeans
Editor Support for PHP: Code completion, syntax highlighting, navigation, debugging, and much more 例文帳に追加
PHP のエディタサポート: コード補完、構文の強調表示、ナビゲーション、デバッグ、およびその他 - NetBeans
For more information about Ajax and PHP technology on netbeans.org,see the following resources: 例文帳に追加
netbeans.org での Ajax および PHP テクノロジについての詳細は、次のリソースを参照してください。 - NetBeans
The PHP block must be above all HTML code, empty lines, or whitespace. 例文帳に追加
PHP ブロックは、すべての HTML コード、空白行、または空白の上にある必要があります。 - NetBeans
The position of the PHP code block is important to enable correct functioning of the redirection statement. 例文帳に追加
PHP コードブロックの位置は、リダイレクト文を正しく機能させるために重要です。 - NetBeans
Setting Up a PHP Project with Existing Sources and Remote Web Site Run Configuration 例文帳に追加
既存のソースを使用した PHP プロジェクトの設定およびリモート Web サイトの実行構成 - NetBeans
Note: It is uncertain if Apple will continue to distribute PHP version 4 for Mac OS X = 10.4. 例文帳に追加
注意: Apple が Mac OS X = 10.4 用に PHP 4 を配布し続けるかどうかは定かではありません。 - PEAR
The packages that do not come with PHP can be installed with the PEAR package manager. 例文帳に追加
PHP とは別に配布されているパッケージは、PEAR パッケージマネージャを使ってインストールします。 - PEAR
This tag should be set to 1 (phpfile1/phpfile) for any roles that contain php script files. 例文帳に追加
php スクリプトファイルを含むロールでは、このタグを 1 に設定(phpfile1/phpfile) しなければなりません。 - PEAR
Getting the LiveUser examples working can be somewhat difficult for developers who are new to PHP and PEAR. 例文帳に追加
LiveUser のサンプルを動作させるのは、PHP や PEARの初心者には少し難しいでしょう。 - PEAR
| この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。 |
| © 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. |
| 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/ ). |
|
ログイン |
Weblio会員(無料)になると
|
|
ログイン |
Weblio会員(無料)になると
|