検索

phrase: max: clip:
target: order:
Results of 191 - 200 of about 360 for while (0.069 sec.)
Receives a message 4268
« ZMQSocket::isPersistent ZMQSocket::recvMulti » PHP Manual ZMQSocket Receives a message ZMQSock ... Sleep a bit between operations */ usleep ( 5 ); } while (-- $retries ); ?> 上の例の出力は、 たとえば以下の ...
https://man.plustar.jp/php/zmqsocket.recv.html - [similar]
AppendIterator を作成する 4188
« AppendIterator::append AppendIterator::current » PHP Manual AppendIterator AppendIterator を作 ... pizzas ); $appendIterator -> append ( $toppings ); while ( $appendIterator -> valid ()) { printf ( '%s => % ...
https://man.plustar.jp/php/appenditerator.construct.html - [similar]
The EventListener class 4188
« EventHttpRequest::sendReplyStart EventListener::__construct » PHP Manual Event The EventListen ... no other socket can bind to the same port until a while has passed. Setting this option makes Libevent mar ...
https://man.plustar.jp/php/class.eventlistener.html - [similar]
基本的な例 4188
« 例 DBA 関数 » PHP Manual 例 基本的な例 基本的な例 例1 DBA の例 <?php $id = dba_open ( "/tmp/te ... タベースをオープンする $key = dba_firstkey ( $id ); while ( $key !== false ) { if ( true ) { // 他の操作を後 ...
https://man.plustar.jp/php/dba.example.html - [similar]
Makes an HTTP request over the specified connection 4188
« EventHttpConnection::getPeer EventHttpConnection::setCloseCallback » PHP Manual EventHttpConne ... $buf = $req -> getInputBuffer (); echo "Body:\n" ; while ( $s = $buf -> readLine ( EventBuffer :: EOL_ANY ) ...
https://man.plustar.jp/php/eventhttpconnection.makerequest.html - [similar]
XMLタグのマッピングの例 4188
« XML エレメント構造の例 XML 外部エンティティの例 » PHP Manual 例 XMLタグのマッピングの例 XMLタグ ... ) { die( "XML 入力をオープンできませんでした" ); } while ( $data = fread ( $fp , 4096 )) { if (! xml_parse ...
https://man.plustar.jp/php/example.xml-map-tags.html - [similar]
バイナリ対応の bzip2 ファイル読み込み 4188
« bzopen bzwrite » PHP Manual Bzip2 関数 バイナリ対応の bzip2 ファイル読み込み bzread (PHP 4 >= ... Couldn't open $file " ); $decompressed_file = '' ; while (! feof ( $bz )) { $decompressed_file .= bzread ( ...
https://man.plustar.jp/php/function.bzread.html - [similar]
Return the associative array that corresponds to the fetched row 4188
« cubrid_fetch_array cubrid_fetch_field » PHP Manual CUBRID MySQL 互換関数 Return the associativ ... -20s\n" , "name" , "area" , "seats" , "address" ); while ( $row = cubrid_fetch_assoc ( $req )) { printf ( " ...
https://man.plustar.jp/php/function.cubrid-fetch-assoc.html - [similar]
Return a numerical array with the values of the current row 4188
« cubrid_fetch_object cubrid_field_flags » PHP Manual CUBRID MySQL 互換関数 Return a numerical a ... -20s\n" , "name" , "area" , "seats" , "address" ); while ( $row = cubrid_fetch_row ( $req )) { printf ( "%- ...
https://man.plustar.jp/php/function.cubrid-fetch-row.html - [similar]
Get the CUBRID PHP module's version 4188
« cubrid_set_query_timeout CUBRID MySQL 互換関数 » PHP Manual CUBRID 関数 Get the CUBRID PHP mod ... } $db_params = cubrid_get_db_parameter ( $conn ); while (list( $param_name , $param_value ) = each ( $db_p ...
https://man.plustar.jp/php/function.cubrid-version.html - [similar]