検索

phrase: max: clip:
target: order:
Results of 321 - 330 of about 360 for while (0.036 sec.)
ディレクトリハンドルからエントリを読み込む 4037
« streamWrapper::dir_opendir streamWrapper::dir_rewinddir » PHP Manual streamWrapper ディレクトリ ... per" ); $handle = opendir ( "tar://example.tar" ); while ( false !== ( $file = readdir ( $handle ))) { var_ ...
https://man.plustar.jp/php/streamwrapper.dir-readdir.html - [similar]
Ev 3966
« eio_write はじめに » PHP Manual プロセス制御 Ev Ev はじめに インストール/設定 要件 インストール ... vLoop::invokePending — Invoke all pending watchers while resetting their pending state EvLoop::io — Create ...
https://man.plustar.jp/php/book.ev.html - [similar]
The EvLoop class 3966
« EvIo::set EvLoop::backend » PHP Manual Ev The EvLoop class The EvLoop class (PECL ev >= 0.2.0) ... vLoop::invokePending — Invoke all pending watchers while resetting their pending state EvLoop::io — Create ...
https://man.plustar.jp/php/class.evloop.html - [similar]
Connect buffer event's file descriptor to given address or UNIX socket 3966
« EventBufferEvent::close EventBufferEvent::connectHost » PHP Manual EventBufferEvent Connect bu ... b ( $bev , $base ) { $input = $bev -> getInput (); while (( $n = $input -> remove ( $buf , 1024 )) > 0 ) { ...
https://man.plustar.jp/php/eventbufferevent.connect.html - [similar]
Create a new SSL buffer event to send its data over another buffer event 3966
« EventBufferEvent::sslError EventBufferEvent::sslGetCipherInfo » PHP Manual EventBufferEvent Cr ... g ); } public function ev_read ( $buffer , $id ) { while( $buffer -> input -> length > 0 ) { $this -> conne ...
https://man.plustar.jp/php/eventbufferevent.sslfilter.html - [similar]
Bind variables to a prepared statement as parameters 3966
« CUBRID 関数 cubrid_close_prepare » PHP Manual CUBRID 関数 Bind variables to a prepared stateme ... ed States men's Olympic basketball team) ---\n" ); while ( $athlete_code = cubrid_fetch_array ( $game_req , ...
https://man.plustar.jp/php/function.cubrid-bind.html - [similar]
ファイルポインタから行を取得し、CSVフィールドを処理する 3966
« fgetc fgets » PHP Manual ファイルシステム 関数 ファイルポインタから行を取得し、CSVフィールドを ... handle = fopen ( "test.csv" , "r" )) !== FALSE ) { while (( $data = fgetcsv ( $handle , 1000 , "," )) !== F ...
https://man.plustar.jp/php/function.fgetcsv.html - [similar]
バイナリセーフなファイルの読み込み 3966
« fputs fscanf » PHP Manual ファイルシステム 関数 バイナリセーフなファイルの読み込み fread (PHP ... ailed to open stream to URL" ); } $contents = '' ; while (! feof ( $handle )) { $contents .= fread ( $handl ...
https://man.plustar.jp/php/function.fread.html - [similar]
配列と同様の形式で、複数の変数への代入を行う 3966
« ksort natcasesort » PHP Manual 配列 関数 配列と同様の形式で、複数の変数への代入を行う list (PH ... pdo -> query ( "SELECT id, name FROM employees" ); while (list( $id , $name ) = $result -> fetch ( PDO :: F ...
https://man.plustar.jp/php/function.list.html - [similar]
MySQL クエリを送信する 3966
« mysql_ping mysql_real_escape_string » PHP Manual MySQL 関数 MySQL クエリを送信する mysql_query ... ch_array(), mysql_fetch_row() なども参照ください。 while ( $row = mysql_fetch_assoc ( $result )) { echo $ro ...
https://man.plustar.jp/php/function.mysql-query.html - [similar]