1153万例文収録!

「php type」に関連した英語例文の一覧と使い方 - Weblio英語例文検索


小窓モード

プレミアム

ログイン
設定

設定

Weblio 辞書 > 英和辞典・和英辞典 > php typeに関連した英語例文

セーフサーチ:オン

不適切な検索結果を除外する

不適切な検索結果を除外しない

セーフサーチについて

php typeの部分一致の例文一覧と使い方

該当件数 : 34



例文

Type of config (php array, xml, inifile...) 例文帳に追加

設定の種類(php array, xml, inifile...) - PEAR

Project type - PHP application 例文帳に追加

プロジェクトの種類 - PHP アプリケーション - NetBeans

if $type is php-const, then $to must be the name of a PHP Constant. 例文帳に追加

$type が php-const の場合は、$to には PHP の定数名を指定しなければなりません。 - PEAR

Choose PHP from the Categories and choose the PHP Application project type. 例文帳に追加

「カテゴリ」から「PHP」を選択し、プロジェクトの種類に「PHP アプリケーション」を選択します。 - NetBeans

例文

The format is: filename = array('type' = php-const|pear-config|package-info 'from' = text in file 'to' = name of variable) if type is php-const, then 'to' must be the name of a PHP Constant. 例文帳に追加

書式は以下のようになります。 filename = array('type' = php-const|pear-config|package-info'from' = ファイル内のテキスト'to' = 変数名)type が php-const の場合、'to' は PHP の定数名でなければなりません。 - PEAR


例文

variable type, either php-const, pear-config or package-info 例文帳に追加

変数の形式。 php-const、pear-config あるいは package-info のいずれかです。 - PEAR

Callback PHP pseudo-type (Array or String) 例文帳に追加

PHP の擬似型であるコールバック型 (配列あるいは文字列)。 - PEAR

PHP editor with syntactic and semantic code highlighting for mixed code (PHP/HTML/CSS/JavaScript), occurences and error highlighting code completion and dynamic help (also for PHPDoc tags and included elements),code generators, comment completion, php doc generation, abbreviations, code snippet paletteSupport for php short tags and php HEREDOC strings, code folding, bracket matching, indentationIntegrated FTP access for remotely hosted projects (upload, download, delete)IDE recognizes default location of document root in different operating systemsSupport for PHP include path (global for all projects, or one per project)Run project/single file, debug project/single file, run script in command lineWizard for creating new PHTML and PHP filesNavigator and hyperlinking (Go to Declaration, Go to Type, Go to the included/required file)Rename RefactoringDebugger supports breakpoint, local variables, watches and bubble watches (tooltip)Support for multiple project configurationsFind Usages action例文帳に追加

Ruby Gems インストールマネージャー - NetBeans

It has one required attribute, the type attribute, which MUST equal to one of "shell" or "php".例文帳に追加

必須属性は typeで、これは"shell" あるいは "php"のいずれかでなければなりません。 - PEAR

例文

Beneath the PHP block, type or paste the following HTML code block. 例文帳に追加

PHP ブロックの下に、次の HTML コードブロックを入力またはペーストします。 - NetBeans

例文

Type or paste the following HTML block into createNewWisher.php, beneath the PHP block: 例文帳に追加

次の HTML ブロックを、createNewWisher.php の PHP ブロックの下に入力またはペーストします。 - NetBeans

In the Notepad, create a file and type the following text:?phpecho PHP has been installed successfully!;? 例文帳に追加

メモ帳でファイルを作成し、次のテキストを入力します。 ?phpecho PHP has been installed successfully!;? - NetBeans

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

phprelease The phprelease release type is designed for PEAR-style PHP script package releases. 例文帳に追加

phprelease リリース型 phprelease は、PEAR 形式の PHP スクリプトパッケージのリリース向けに設計された型です。 - PEAR

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

The format returned depends on the PHP data type of input and the database type being used. 例文帳に追加

返される整形結果は、入力の PHP データ型および使用しているデータベースの型に依存します。 - PEAR

On the New PHP File panel, in the File Name: edit box, type wishlist and press Finish. 例文帳に追加

「新規 PHP ファイル」パネルの「ファイル名:」編集ボックスに、「wishlist」と入力し、「完了」を押します。 - NetBeans

the formatted data The format of the results depends on the input's PHP type: 例文帳に追加

整形された結果が返されます。 整形結果は、入力の PHP 型に依存します。 - PEAR

Enter the following PHP code block inside the HTML input form below the code for the password input:Password: input type=password name=password/br/例文帳に追加

次の PHP コードブロックを、HTML 入力フォーム内の、パスワード入力のコードの下に入力します。 Password: input type=password name=password/br/ - NetBeans

The extbinrelease release type is for PECL-style PHP Extension binary releases that are pre-compiled. 例文帳に追加

リリース型 extbinrelease は、PECL 形式の PHP 拡張モジュールバイナリリリース、つまりコンパイル済みのリリースを表します。 - PEAR

Enter the following PHP code blocks inside the HTML input form below the code for password confirmation:Please confirm your password: input type=password name=password2/br/ 例文帳に追加

次の PHP コードブロックを、HTML 入力フォーム内の、パスワード確認入力のコードの下に入力します。 Please confirm your password: input type=password name=password2/br/ - NetBeans

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

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

Beneath the code to open the connection to the database, in the same PHP block, type or paste the following code. 例文帳に追加

コードの下にデータベースへの接続が開き、同じ PHP ブロックに次のコードを入力またはペーストします。 - NetBeans

Within the PHP block, type or paste the code blocks described below in this section, in the order they are written. 例文帳に追加

PHP ブロックの内部に、この節に示す次のコードブロックを記述されている順序で入力またはペーストします。 - NetBeans

The extsrcrelease release type is for PECL-style PHP extension releases that must be compiled in order to be useable. 例文帳に追加

リリース型 extsrcrelease は、PECL 形式の PHP 拡張モジュールリリース、つまり使用するためにはコンパイルが必要となるリリースを表します。 - PEAR

package.xml 1.0 provides a single undocumented system of customizing file contents through the replace tag, like so: file name="blah.php" role="php" replace from="@token@" to="version" type="package-info"/ replace from="@anothertoken@" to="php_dir" type="pear-config"//file 例文帳に追加

package.xml 1.0 では、隠し機能としてreplace タグでファイルの内容を変更することができました。 - PEAR

To put an HTML table inside the loop, first delete the closing curly braket from the loop,then type or paste the following code beneath the PHP block. 例文帳に追加

ループ内に HTML 表を置くには、まずループの閉じ丸括弧を削除し、次に PHP ブロックの下に次のコードを入力またはペーストします。 - NetBeans

At the moment, Config can parse XML, PHP arrays, ini files, Apache conf and other generic type of configurations with comments and key-value pairs. 例文帳に追加

今のところ、Config が扱える形式は XML、PHP の配列、ini ファイル、Apache の設定ファイル、そしてコメントとキー/値のペアからなる汎用的な型のいずれかとなります。 - PEAR

To implement the Delete button, enter the following code block inside the while loop in editWishList.php, directly below the code block for the editWish button:tdform name=deleteWish action=deleteWish.php method=POSTinput type=hidden name=wishID value=?php echo wishID; ?/input type=submit name=deleteWish value=Delete//form/tdThe HTML input form contains a hidden field for the wishID and a submit button labelled Delete. 例文帳に追加

「Delete」ボタンを実装するには、次のコードを editWishList.php の while ループの内部、editWish ボタンのコードブロックのすぐ下に入力します。 tdform name=deleteWish action=deleteWish.php method=POSTinput type=hidden name=wishID value=?php echo wishID; ?/input type=submit name=deleteWish value=Delete//form/tdHTML 入力フォームには、wishID 用の非表示フィールドと、「Delete」というラベルが付いた送信ボタンが含まれています。 - NetBeans

With the concept of Run Configurations, you can switch between these workflows within the same NetBeans PHP project by changing the Run Configuration type from Local Web Site to Remote Web Site. 例文帳に追加

実行構成の概念では、実行構成の種類をローカル Web サイトからリモート Web サイトに変更することによって、同じ NetBeans PHP プロジェクト内でワークフローを切り替えることができます。 - NetBeans

Tying it to a particular output content type will limit its use (a problem that every public domain PHP Calendar library I've looked at suffers from). 例文帳に追加

特定の出力に縛られてしまうと、使用の幅が制限されてしまいます(今まで私が見てきたパブリックドメインの PHP カレンダーライブラリは、ことごとくこの問題にハマっています)。 - PEAR

These templates are designed to be editable in WYSIWYG HTML editors, without breaking the tagsRegex - A classic templating backend, for supporting Smarty, Xipe, or Email type convertion to PHP code. 例文帳に追加

このテンプレートは、タグを破壊することなしに WYSIWYG HTMLエディタで編集できるように設計されています。 Regex - 古くからあるテンプレートバックエンドで、Smarty や Xipe、そして Email 型を PHP のコードに変換します。 - PEAR

例文

The return value is always a string, with a return value whose format depends upon the PHP type of $value: If $value is a string, the method returns a string that is properly quoted and escaped for the underlying RDBMS. 例文帳に追加

返り値は常に文字列で、そのフォーマットは $value のデータ型によって異なります。 $value が文字列の場合は、このメソッドは実際の RDBMSにあわせて適切にクォートやエスケープをした文字列を返します。 - 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会員(無料)になると

会員登録のメリット検索履歴を保存できる!

会員登録のメリット語彙力診断の実施回数増加!

無料会員に登録する

©2026 GRAS Group, Inc.RSS