検索

phrase: max: clip:
target: order:
Results of 591 - 600 of about 1070 for Dump (0.223 sec.)
Phar アーカイブへの書き込みリクエストのバッファリングを終了し、変更内容をディス... 2724
« Phar::startBuffering Phar::unlinkArchive » PHP Manual Phar Phar アーカイブへの書き込みリクエス ... file1.txt' ] = 'hi' ; $p -> startBuffering (); var_dump ( $p -> getStub ()); $p -> setStub ( "<?php functi ... __HALT_COMPILER();" ); $p -> stopBuffering (); var_dump ( $p -> getStub ()); ?> 上の例の出力は以下となりま ...
https://man.plustar.jp/php/phar.stopbuffering.html - [similar]
RRD 関数 2724
« OOP PECL/rrd example rrd_create » PHP Manual RRD RRD 関数 RRD 関数 目次 rrd_create — Creates r ... data rrd_restore — Restores the RRD file from XML dump rrd_tune — Tunes some RRD database file header opt ...
https://man.plustar.jp/php/ref.rrd.html - [similar]
SoapClient のコンストラクタ 2724
« SoapClient::__call SoapClient::__doRequest » PHP Manual SoapClient SoapClient のコンストラクタ ... wsdl'); $response = $client->exampleRequest(); var_dump( $response->collection[0]->item ); var_dump( $resp ... RAYS]); $response = $client->exampleRequest(); var_dump( $response->collection[0]->item ); var_dump( $resp ...
https://man.plustar.jp/php/soapclient.construct.html - [similar]
ディレクトリハンドルからエントリを読み込む 2724
« streamWrapper::dir_opendir streamWrapper::dir_rewinddir » PHP Manual streamWrapper ディレクトリ ... ( false !== ( $file = readdir ( $handle ))) { var_dump ( $file ); } echo "Rewinding..\n" ; rewind ( $hand ... le ); var_dump ( readdir ( $handle )); closedir ( $handle ); ?> 上 ...
https://man.plustar.jp/php/streamwrapper.dir-readdir.html - [similar]
Identification 2724
« Thread::getCreatorId Thread::getCurrentThreadId » PHP Manual Thread Identification Thread::get ... s My extends Thread { public function run () { var_dump ( Thread :: getCurrentThread ()); } } $my = new My ...
https://man.plustar.jp/php/thread.getcurrentthread.html - [similar]
Manipulation 2724
« Threaded::chunk Threaded::extend » PHP Manual Threaded Manipulation Threaded::count (PECL pthr ... $safe ) < 10 ) { $safe [] = count ( $safe ); } var_dump ( count ( $safe )); ?> 上の例の出力は以下となります ...
https://man.plustar.jp/php/threaded.count.html - [similar]
Runtime Manipulation 2724
« Threaded::count Threaded::isRunning » PHP Manual Threaded Runtime Manipulation Threaded::exten ... aded :: extend ( My ::class); $my = new My (); var_dump ( $my instanceof Threaded ); ?> 上の例の出力は以下 ...
https://man.plustar.jp/php/threaded.extend.html - [similar]
State Detection 2724
« Threaded::isRunning Threaded::merge » PHP Manual Threaded State Detection Threaded::isTerminat ... = new My (); $my -> start (); $my -> join (); var_dump ( $my -> isTerminated ()); ?> 上の例の出力は以下と ...
https://man.plustar.jp/php/threaded.isterminated.html - [similar]
Manipulation 2724
« Threaded::notifyOne Threaded::run » PHP Manual Threaded Manipulation Threaded::pop (PECL pthre ... t ( $safe ) < 10 ) $safe [] = count ( $safe ); var_dump ( $safe -> pop ()); ?> 上の例の出力は以下となります ...
https://man.plustar.jp/php/threaded.pop.html - [similar]
Manipulation 2724
« Threaded::run Threaded::synchronized » PHP Manual Threaded Manipulation Threaded::shift (PECL ... t ( $safe ) < 10 ) $safe [] = count ( $safe ); var_dump ( $safe -> shift ()); ?> 上の例の出力は以下となりま ...
https://man.plustar.jp/php/threaded.shift.html - [similar]