検索

phrase: max: clip:
target: order:
Results of 311 - 320 of about 418 for Foo (0.045 sec.)
新機能 3615
« PHP 7.1.x から PHP 7.2.x への移行 新しい関数 » PHP Manual PHP 7.1.x から PHP 7.2.x への移行 新 ... 最後にカンマを付けられるようになりました。 <?php use Foo \ Bar \{ Foo , Bar , Baz , }; Windows での proc_ni ...
https://man.plustar.jp/php/migration72.new-features.html - [similar]
接続、および接続の管理 3615
« 定義済み定数 トランザクションおよび自動コミット » PHP Manual PDO 接続、および接続の管理 接続、 ... , $pass ); foreach( $dbh -> query ( 'SELECT * from FOO' ) as $row ) { print_r ( $row ); } $dbh = null ; } ... 続を使用します $sth = $dbh -> query ( 'SELECT * FROM foo' ); // 使用を終了したので、閉じます $sth = null ; ...
https://man.plustar.jp/php/pdo.connections.html - [similar]
基本的な使用法 3615
« 例 基本的な使い方 » PHP Manual 例 基本的な使用法 基本的な使用法 この例では、PostgreSQL への接続 ... host=localhost dbname=publishing user=www password=foo" ) or die( 'Could not connect: ' . pg_last_error ( ...
https://man.plustar.jp/php/pgsql.examples-basic.html - [similar]
後方参照 3615
« 繰り返し 言明 » PHP Manual PCRE 正規表現構文 後方参照 後方参照 文字クラス外で、バックスラッシュ ... の数値を使うと、 それは相対参照を表します。たとえば (foo)(bar)\g{-1} は "foobarbar" にマッチし、 (foo)(bar) ... \g{-2} は "foobarfoo" にマッチします。 これは、長いパターンの中で ...
https://man.plustar.jp/php/regexp.reference.back-references.html - [similar]
アクション名を設定する 3615
« Yaf_Request_Abstract::isXmlHttpRequest Yaf_Request_Abstract::setBaseUri » PHP Manual Yaf_Reque ... ータ action アクション名を表す string 。 "index" や "foo_Bar" のように、小文字で表記すべきです。 format_nam ...
https://man.plustar.jp/php/yaf-request-abstract.setactionname.html - [similar]
コントローラー名を設定する 3615
« Yaf_Request_Abstract::setBaseUri Yaf_Request_Abstract::setDispatched » PHP Manual Yaf_Request_ ... oller コントローラー名を表す string 。 "Index" や "Foo_Bar" のように、キャメルケースで表記すべきです。 fo ...
https://man.plustar.jp/php/yaf-request-abstract.setcontrollername.html - [similar]
モジュール名を設定する 3615
« Yaf_Request_Abstract::setDispatched Yaf_Request_Abstract::setParam » PHP Manual Yaf_Request_Ab ... ータ module モジュール名を表す string 。 "Index" や "Foo_Bar" のように、キャメルケースで表記すべきです。 fo ...
https://man.plustar.jp/php/yaf-request-abstract.setmodulename.html - [similar]
インデックスで定義されたエントリの圧縮方法を設定する 3615
« ZipArchive::setCommentName ZipArchive::setCompressionName » PHP Manual ZipArchive インデックス ... ); if ( $res === TRUE ) { $zip -> addFromString ( 'foo' , 'Some text' ); $zip -> addFromString ( 'bar' , ...
https://man.plustar.jp/php/ziparchive.setcompressionindex.html - [similar]
ビルトインウェブサーバー 3582
« 対話シェル INI 設定 » PHP Manual コマンドラインの使用法 ビルトインウェブサーバー ビルトインウェ ... た起動 $ cd ~/public_html $ php -S localhost:8000 -t foo/ ターミナルには次のように表示されます。 PHP 5.4.0 ... calhost:8000 Document root is /home/me/public_html/foo Press Ctrl-C to quit 例3 ルータースクリプトの使用 ...
https://man.plustar.jp/php/features.commandline.webserver.html - [similar]
保存した数値を減らす 3582
« apcu_clear_cache apcu_delete » PHP Manual APCu 関数 保存した数値を減らす apcu_dec (PECL apcu > ... l" , PHP_EOL , PHP_EOL ; apcu_store ( 'astring' , 'foo' ); $ret = apcu_dec ( 'astring' , 1 , $fail ); var ...
https://man.plustar.jp/php/function.apcu-dec.html - [similar]