検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 360 for while (0.037 sec.)
Calls callbacks for pending operations 5095
« ZooKeeper 関数 Zookeeper » PHP Manual ZooKeeper 関数 Calls callbacks for pending operations zo ... ion() { echo "Callback was called" . PHP_EOL ; }); while( true ) { sleep ( 1 ); zookeeper_dispatch (); } ?> ... ion() { echo "Callback was called" . PHP_EOL ; }); while( true ) { sleep ( 1 ); } ?> 参考 Zookeeper::addAut ...
https://man.plustar.jp/php/function.zookeeper-dispatch.html - [similar]
Lexer examples 5095
« 例 Parser examples » PHP Manual 例 Lexer examples Lexer examples 例1 Tokenize comma separated ... EN: " , $tokenIdToName [ $tok -> id ], PHP_EOL ; } while ( Token :: EOI != $tok -> id ); 例2 Tokenize assig ... ; $tok = $lex -> getToken (); var_dump ( $tok ); } while ( Token :: EOI != $tok -> id ); 関連キーワード: ex ...
https://man.plustar.jp/php/parle.examples.lexer.html - [similar]
SQL 文を直接実行する 5024
« db2_escape_string db2_execute » PHP Manual IBM DB2 関数 SQL 文を直接実行する db2_exec (PECL ib ... onn , $sql , array( 'cursor' => DB2_SCROLLABLE )); while ( $row = db2_fetch_array ( $stmt )) { print " $row ... y Smith\' ' ; $stmt = db2_exec ( $conn , $query ); while( $row = db2_fetch_object ( $stmt )){ printf ( " $r ... y Smith\' ' ; $stmt = db2_exec ( $conn , $query ); while( $row = db2_fetch_object ( $stmt )){ printf ( " $r ... -100-01\' ' ; $stmt = db2_exec ( $conn , $query ); while( $row = db2_fetch_array ( $stmt )){ printf ( " $ro ...
https://man.plustar.jp/php/function.db2-exec.html - [similar]
FTP サーバーからファイルを取得し、ローカルファイルに書き込む(非ブロッキング) 5024
« ftp_nb_fput ftp_nb_put » PHP Manual FTP 関数 FTP サーバーからファイルを取得し、ローカルファイル ... _nb_get ( $ftp , "test" , "README" , FTP_BINARY ); while ( $ret == FTP_MOREDATA ) { // 何かお好みの動作を e ... "test", "README", // FTP_BINARY, FTP_AUTORESUME); while ( $ret == FTP_MOREDATA ) { // 何かお好みの動作を e ... $ftp , "newfile" , "README" , FTP_BINARY , 100 ); while ( $ret == FTP_MOREDATA ) { /* ... */ // ダウンロー ...
https://man.plustar.jp/php/function.ftp-nb-get.html - [similar]
Oracle Database の暗黙の結果セットを持つ親ステートメント・リソースから次の子ステ... 5024
« oci_free_statement oci_lob_copy » PHP Manual OCI8 関数 Oracle Database の暗黙の結果セットを持つ ... oci_parse ( $conn , $sql ); oci_execute ( $stid ); while (( $stid_c = oci_get_implicit_resultset ( $stid )) ... 新規の暗黙の結果セット:</h2>\n" ; echo "<table>\n" ; while (( $row = oci_fetch_array ( $stid_c , OCI_ASSOC + ... ら取得する前にプリフェッチを設定 echo "<table>\n" ; while (( $row = oci_fetch_array ( $stid_c , OCI_ASSOC + ... () はこの方法では使用できません echo "<table>\n" ; while (( $row = oci_fetch_array ( $stid , OCI_ASSOC + OC ...
https://man.plustar.jp/php/function.oci-get-implicit-resultset.html - [similar]
Run a single task and return a result [deprecated] 5024
« GearmanClient::data GearmanClient::doBackground » PHP Manual GearmanClient Run a single task a ... " , "reverse_fn" ); print "Waiting for job...\n" ; while( $gmworker -> work ()) { if ( $gmworker -> returnC ... o: " . $gmclient -> getErrno () . "\n" ; exit; } } while( $gmclient -> returnCode () != GEARMAN_SUCCESS ); ... " , "reverse_fn" ); print "Waiting for job...\n" ; while( $gmworker -> work ()) { if ( $gmworker -> returnC ...
https://man.plustar.jp/php/gearmanclient.do.html - [similar]
Run a single task and return a result 5024
« GearmanClient::doLowBackground GearmanClient::doStatus » PHP Manual GearmanClient Run a single ... " , "reverse_fn" ); print "Waiting for job...\n" ; while( $gmworker -> work ()) { if ( $gmworker -> returnC ... o: " . $gmclient -> getErrno () . "\n" ; exit; } } while( $gmclient -> returnCode () != GEARMAN_SUCCESS ); ... " , "reverse_fn" ); print "Waiting for job...\n" ; while( $gmworker -> work ()) { if ( $gmworker -> returnC ...
https://man.plustar.jp/php/gearmanclient.donormal.html - [similar]
5024
« 定義済み定数 ソケットのエラー » PHP Manual ソケット 例 例 例1 ソケットの例: 簡易 TCP/IP サーバ ... kback , strlen ( $talkback )); echo " $buf \n" ; } while ( true ); socket_close ( $msgsock ); } while ( tru ... )); echo "OK.\n" ; echo "Reading response:\n\n" ; while ( $out = socket_read ( $socket , 2048 )) { echo $o ...
https://man.plustar.jp/php/sockets.examples.html - [similar]
The CommonMark\CQL class 4944
« CommonMark\Parser::finish CommonMark\CQL::__construct » PHP Manual CommonMark The CommonMark\C ... children of the first child node. Loop Constraints While looping, CQL can be instructed to constrict the tr ... ly be followed by a subquery. Implementation Notes While CQL has been implemented as part of the PHP Common ...
https://man.plustar.jp/php/class.commonmark-cql.html - [similar]
goto 4944
« include_once 関数 » PHP Manual 制御構造 goto goto (PHP 5 >= 5.3.0, PHP 7, PHP 8) この画像は » ... <?php for( $i = 0 , $j = 50 ; $i < 100 ; $i ++) { while( $j --) { if( $j == 17 ) goto end ; } } echo "i = ... loop ; for( $i = 0 , $j = 50 ; $i < 100 ; $i ++) { while( $j --) { loop : } } echo " $i = $i " ; ?> 上の例の ...
https://man.plustar.jp/php/control-structures.goto.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 NEXT