検索

phrase: max: clip:
target: order:
Results of 51 - 60 of about 360 for while (0.011 sec.)
OCI8 Transparent Application Failover (TAF) Support 4793
« OCI8 高速アプリケーション通知 (FAN) サポート OCI8 および DTrace 動的トレーシング » PHP Manual ... called during failover. It is called several times while re-establishing the application's connection. Call ... be attempted again by Oracle. In case of an error while failing over to a new connection, TAF is able to r ... Typically, the application code should sleep for a while before returning OCI_FO_RETRY. The following examp ...
https://man.plustar.jp/php/oci8.taf.html - [similar]
複数の行セットを返す文ハンドラで次の行セットに移動する 4793
« PDOStatement::getIterator PDOStatement::rowCount » PHP Manual PDOStatement 複数の行セットを返す ... false を返し、 行セットが返されなくなったとき、 do-while ループ を終了させています。 <?php $sql = 'CALL mul ... et ) { printResultSet ( $rowset , $i ); } $i ++; } while ( $stmt -> nextRowset ()); function printResultSet ...
https://man.plustar.jp/php/pdostatement.nextrowset.html - [similar]
Send all calls 4793
« Yar_Concurrent_Client::call Yar_Concurrent_Client::reset » PHP Manual Yar_Concurrent_Client Se ... handle response, otherwise, the callback specified while registering will be used. error_callback If this c ... allback is set, then Yar will call this callback while error occurred. 戻り値 例 例1 Yar_Concurrent_Clien ...
https://man.plustar.jp/php/yar-concurrent-client.loop.html - [similar]
名前を使用して、エントリのファイルハンドラ (読み込み専用) を取得する 4793
« ZipArchive::getStatusString ZipArchive::getStreamIndex » PHP Manual ZipArchive 名前を使用して、 ... getStream ( 'test' ); if(! $fp ) exit( "失敗\n" ); while (! feof ( $fp )) { $contents .= fread ( $fp , 2 ); ... ); if (! $fp ) { exit( "オープンできません\n" ); } while (! feof ( $fp )) { $contents .= fread ( $fp , 2 ); ...
https://man.plustar.jp/php/ziparchive.getstream.html - [similar]
The Zookeeper class 4722
« zookeeper_dispatch Zookeeper::addAuth » PHP Manual ZooKeeper The Zookeeper class The Zookeeper ... r has been lost. Zookeeper::MARSHALLINGERROR Error while marshalling or unmarshalling data. Zookeeper::UNIM ... eper::RECONFIGINPROGRESS Reconfiguration requested while another reconfiguration is currently in progress. ... rror codes greater than this value are API errors (while values less than this indicate a Zookeeper::SYSTEM ...
https://man.plustar.jp/php/class.zookeeper.html - [similar]
クライアントの接続が切断された際にスクリプトの実行を終了するかどうかを設定する 4722
« hrtime pack » PHP Manual その他の関数 クライアントの接続が切断された際にスクリプトの実行を終了 ... したり // "中止" ボタンを押したりしてくれるでしょう while( 1 ) { // 接続失敗? if( connection_status () != CO ... 休み sleep ( 10 ); } // ここに到達したということは、while ループ内で // 'break' が実行されたのでしょう // こ ...
https://man.plustar.jp/php/function.ignore-user-abort.html - [similar]
MySQL サーバー上で利用可能なデータベースのリストを得る 4722
« mysql_insert_id mysql_list_fields » PHP Manual MySQL 関数 MySQL サーバー上で利用可能なデータベ ... sword' ); $res = mysql_query ( "SHOW DATABASES" ); while ( $row = mysql_fetch_assoc ( $res )) { echo $row [ ... _password' ); $db_list = mysql_list_dbs ( $link ); while ( $row = mysql_fetch_object ( $db_list )) { echo $ ...
https://man.plustar.jp/php/function.mysql-list-dbs.html - [similar]
暗号化フィルタ 4642
« 圧縮フィルタ サポートされるソケットトランスポートのリスト » PHP Manual 利用できるフィルタのリス ... , STREAM_FILTER_WRITE , $opts ); $infilesize = 0 ; while (! feof ( $fin )) { $block = fread ( $fin , 8192 ) ... rypt.rijndael-128' , STREAM_FILTER_READ , $opts ); while (! feof ( $fc )) { $block = fread ( $fc , 8192 ); ... n filter ( $in , $out , & $consumed , $closing ) { while ( $bucket = stream_bucket_make_writeable ( $in )) ...
https://man.plustar.jp/php/filters.encryption.html - [similar]
現在の転送についての情報を表示する 4642
« curl_multi_getcontent curl_multi_init » PHP Manual cURL 関数 現在の転送についての情報を表示する ... e ); if ( $active ) { curl_multi_select ( $mh ); } while ( false !== ( $info = curl_multi_info_read ( $mh ) ... )) { var_dump ( $info ); } } while ( $active && $status == CURLM_OK ); foreach ( $url ...
https://man.plustar.jp/php/function.curl-multi-info-read.html - [similar]
FTP サーバーにファイルを保存する(非ブロッキング) 4642
« ftp_nb_get ftp_nlist » PHP Manual FTP 関数 FTP サーバーにファイルを保存する(非ブロッキング) ... ftp , "test.remote" , "test.local" , FTP_BINARY ); while ( $ret == FTP_MOREDATA ) { // 何かお好みの動作を e ... te", "test.local", // FTP_BINARY, FTP_AUTORESUME); while ( $ret == FTP_MOREDATA ) { // 何かお好みの動作を e ...
https://man.plustar.jp/php/function.ftp-nb-put.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 NEXT