検索

phrase: max: clip:
target: order:
Results of 121 - 130 of about 360 for while (0.138 sec.)
現在の DirectoryIterator アイテムを返す 4339
« DirectoryIterator::__construct DirectoryIterator::getATime » PHP Manual DirectoryIterator 現在 ... php $iterator = new DirectoryIterator ( __DIR__ ); while( $iterator -> valid ()) { $file = $iterator -> cur ...
https://man.plustar.jp/php/directoryiterator.current.html - [similar]
現在の DirectoryIterator の位置が有効なファイルであるかどうかチェックする 4339
« DirectoryIterator::__toString EmptyIterator » PHP Manual DirectoryIterator 現在の DirectoryIte ... LE__ )); // イテレータの最後の位置までループします while( $iterator -> valid ()) { $iterator -> next (); } ...
https://man.plustar.jp/php/directoryiterator.valid.html - [similar]
直前の Throwable を返す 4339
« Error::getMessage Error::getCode » PHP Manual Error 直前の Throwable を返す Error::getPrevious ... Message (), $e -> getCode (), get_class ( $e )); } while( $e = $e -> getPrevious ()); } ?> 上の例の出力は、 ...
https://man.plustar.jp/php/error.getprevious.html - [similar]
Get db name from results of cubrid_list_dbs 4339
« cubrid_data_seek cubrid_errno » PHP Manual CUBRID MySQL 互換関数 Get db name from results of c ... dbs ( $conn ); $i = 0 ; $cnt = count ( $db_list ); while ( $i < $cnt ) { echo cubrid_db_name ( $db_list , $ ...
https://man.plustar.jp/php/function.cubrid-db-name.html - [similar]
Get the error message 4339
« cubrid_errno cubrid_fetch_array » PHP Manual CUBRID MySQL 互換関数 Get the error message cubri ... n , "select id, name from person" ); if ( $req ) { while (list ( $id , $name ) = cubrid_fetch ( $req )) ech ...
https://man.plustar.jp/php/function.cubrid-error.html - [similar]
Perform a query without fetching the results into memory 4339
« cubrid_result CUBRID 廃止されたエイリアスと関数 » PHP Manual CUBRID MySQL 互換関数 Perform a q ... sult = cubrid_unbuffered_query ( $query , $link ); while ( $row = cubrid_fetch ( $result )) { var_dump ( $r ...
https://man.plustar.jp/php/function.cubrid-unbuffered-query.html - [similar]
Gets the number of records in a database 4339
« dbase_numfields dbase_open » PHP Manual dBase 関数 Gets the number of records in a database db ... numbers are between 1 and dbase_numrecords($db) , while field numbers are between 0 and dbase_numfields($d ...
https://man.plustar.jp/php/function.dbase-numrecords.html - [similar]
処理対象のリクエスト数を返す 4339
« eio_nready eio_nthreads » PHP Manual Eio 関数 処理対象のリクエスト数を返す eio_nreqs (PECL eio ... " ); eio_nop ( EIO_PRI_DEFAULT , "res_cb" , "3" ); while ( eio_nreqs ()) { eio_poll (); } ?> 上の例の出力は ...
https://man.plustar.jp/php/function.eio-nreqs.html - [similar]
Sets the activation function for supplied neuron and layer 4339
« fann_set_activation_function_output fann_set_activation_steepness_hidden » PHP Manual Fann 関数 ... ent range. FANN_SIGMOID is e.g. in the 0 - 1 range while FANN_SIGMOID_SYMMETRIC is in the -1 - 1 range and ...
https://man.plustar.jp/php/function.fann-set-activation-function.html - [similar]
gz ファイルへのポインタから文字を得る 4339
« gzfile gzgets » PHP Manual Zlib 関数 gz ファイルへのポインタから文字を得る gzgetc (PHP 4, PHP ... ) の例 <?php $gz = gzopen ( 'somefile.gz' , 'r' ); while (! gzeof ( $gz )) { echo gzgetc ( $gz ); } gzclose ...
https://man.plustar.jp/php/function.gzgetc.html - [similar]