検索

phrase: max: clip:
target: order:
Results of 191 - 200 of about 374 for Test (0.019 sec.)
可変関数 4081
« 戻り値 内部(ビルトイン)関数 » PHP Manual 関数 可変関数 可変関数 PHP は可変関数(variable func ... c (); // This calls foo() $func = 'bar' ; $func ( 'test' ); // This calls bar() $func = 'echoit' ; $func ( ... 'test' ); // This calls echoit() ?> オブジェクトのメソッ ...
https://man.plustar.jp/php/functions.variable-functions.html - [similar]
ファイバー 4081
« 例外を拡張する ジェネレータ » PHP Manual 言語リファレンス ファイバー ファイバー ファイバーの概 ... ending: " , $value , PHP_EOL ; $fiber -> resume ( 'test' ); ?> 上の例の出力は以下となります。 Value from f ... iber suspending: fiber Value used to resume fiber: test 関連キーワード: ファイバー , 関数 , 停止 , Fiber , ...
https://man.plustar.jp/php/language.fibers.html - [similar]
型宣言 4081
« コールバック / Callable 型の相互変換 » PHP Manual 型 型宣言 型宣言 関数のパラメータや戻り値、 ... 求されます。 bool 型ではありません。 <?php function test ( boolean $param ) {} test ( true ); ?> 上の例の P ... n/9YrUX on line 2 Fatal error: Uncaught TypeError: test(): Argument #1 ($param) must be of type boolean, b ... on line 3 and defined in -:2 Stack trace: #0 -(3): test(true) #1 {main} thrown in - on line 2 mixed 型 mix ... s should be returned by reference <?php function & test (): void {} ?> never never は、 関数が戻ってこない ...
https://man.plustar.jp/php/language.types.declarations.html - [similar]
トランザクションのサポート 4081
« 複数のステートメント メタデータ » PHP Manual クイックスタートガイド トランザクションのサポート ... ocommit ( false ); $mysqli -> query ( "INSERT INTO test(id) VALUES (1)" ); $mysqli -> rollback (); $mysqli ... -> query ( "INSERT INTO test(id) VALUES (2)" ); $mysqli -> commit (); MySQL サー ...
https://man.plustar.jp/php/mysqli.quickstart.transactions.html - [similar]
クライアントの文字セットを設定する 4081
« mysqli::select_db mysqli::$sqlstate » PHP Manual mysqli クライアントの文字セットを設定する mys ... ysqli ( "localhost" , "my_user" , "my_password" , "test" ); printf ( "Initial character set: %s\n" , $mysq ... nnect ( 'localhost' , 'my_user' , 'my_password' , 'test' ); printf ( "Initial character set: %s\n" , mysql ...
https://man.plustar.jp/php/mysqli.set-charset.html - [similar]
Get log detail by level, log_path, key_word, start, limit, order 4081
« SeasLog::analyzerCount SeasLog::closeLoggerStream » PHP Manual SeasLog Get log detail by level ... lt2 = SeasLog :: analyzerDetail ( SEASLOG_ERROR , 'test/logger/' , 'neeke' ); //with `start` and `limit` $ ... lt3 = SeasLog :: analyzerDetail ( SEASLOG_ERROR , 'test/logger/' , 'neeke' , 1 , 2 ); var_dump ( $result1 ...
https://man.plustar.jp/php/seaslog.analyzerdetail.html - [similar]
実行時設定 4081
« インストール手順 リソース型 » PHP Manual インストール/設定 実行時設定 実行時設定 php.ini の設定 ... >1 2017-08-27T01:24:59+08:00 vagrant-ubuntu-trusty test/logger[27171]: 2016-06-25 00:59:43 | DEBUG | 21423 ... >1 2017-08-27T01:24:59+08:00 vagrant-ubuntu-trusty test/logger[27171]: 2016-06-25 00:59:43 | INFO | 21423 ... >1 2017-08-27T01:24:59+08:00 vagrant-ubuntu-trusty test/logger[27171]: 2016-06-25 00:59:43 | NOTICE | 2142 ... RSHUTDOWN or PHP MSHUTDOWN). seaslog.default_template string Default Log template. Default "%T | %L | %P | ...
https://man.plustar.jp/php/seaslog.configuration.html - [similar]
文字列にストアされたドキュメントをパースする 4081
« tidy::parseFile tidy::repairFile » PHP Manual tidy 文字列にストアされたドキュメントをパースする ... () の例 <?php ob_start (); ?> <html> <head> <title>test</title> </head> <body> <p>error<br>another line</i ... lns="http://www.w3.org/1999/xhtml"> <head> <title> test </title> </head> <body> <p> error<br /> another li ...
https://man.plustar.jp/php/tidy.parsestring.html - [similar]
指定したパスからファイルを ZIP アーカイブに追加する 4081
« ZipArchive::addEmptyDir ZipArchive::addFromString » PHP Manual ZipArchive 指定したパスからファ ... 追加されました。 例 この例は、ZIP ファイルアーカイブ test.zip をオープンし、ファイル /path/to/index.txt を n ... <?php $zip = new ZipArchive ; if ( $zip -> open ( 'test.zip' ) === TRUE ) { $zip -> addFile ( '/path/to/in ...
https://man.plustar.jp/php/ziparchive.addfile.html - [similar]
Mcrypt 4038
« hash はじめに » PHP Manual 暗号 Mcrypt Mcrypt はじめに インストール/設定 要件 インストール手順 ... がブロック出力を行うかどうかを調べる mcrypt_enc_self_test — オープンしたモジュールのセルフテストを実行する m ... モードのモジュールをオープンする mcrypt_module_self_test — 指定したモジュールのセルフテストを実行する mdecr ...
https://man.plustar.jp/php/book.mcrypt.html - [similar]