検索

phrase: max: clip:
target: order:
Results of 41 - 50 of about 360 for while (0.014 sec.)
連想配列、添字配列、またはその両方として結果の行を取得する 4944
« mysql_escape_string mysql_fetch_assoc » PHP Manual MySQL 関数 連想配列、添字配列、またはその両 ... = mysql_query ( "SELECT id, name FROM mytable" ); while ( $row = mysql_fetch_array ( $result , MYSQL_NUM ) ... = mysql_query ( "SELECT id, name FROM mytable" ); while ( $row = mysql_fetch_array ( $result , MYSQL_ASSOC ... = mysql_query ( "SELECT id, name FROM mytable" ); while ( $row = mysql_fetch_array ( $result , MYSQL_BOTH ...
https://man.plustar.jp/php/function.mysql-fetch-array.html - [similar]
結果セットの次の行を連想配列で取得する 4944
« mysqli_result::fetch_array mysqli_result::fetch_column » PHP Manual mysqli_result 結果セットの ... li -> query ( $query ); /* 連想配列を取得します */ while ( $row = $result -> fetch_assoc ()) { printf ( "%s ... y ( $mysqli , $query ); /* 連想配列を取得します */ while ( $row = mysqli_fetch_assoc ( $result )) { printf ... 使わない場合 $result = $mysqli -> query ( $query ); while ( $row = $result -> fetch_assoc ()) { printf ( "%s ...
https://man.plustar.jp/php/mysqli-result.fetch-assoc.html - [similar]
ストアドプロシージャ 4944
« プリペアドステートメント 複数のステートメント » PHP Manual クイックスタートガイド ストアドプロ ... $result -> fetch_all ()); $result -> free (); } } while ( $mysqli -> next_result ()); 上の例の出力は以下と ... $result -> fetch_all ()); $result -> free (); } } while ( $stmt -> next_result ()); 上の例の出力は以下とな ... ore_result ()) { $stmt -> bind_result ( $id_out ); while ( $stmt -> fetch ()) { echo "id = $id_out \n" ; } ... } } while ( $stmt -> next_result ()); 上の例の出力は以下とな ...
https://man.plustar.jp/php/mysqli.quickstart.stored-procedures.html - [similar]
The MongoDB\Driver\Cursor class 4873
« MongoDB\Driver\ReadConcern::unserialize MongoDB\Driver\Cursor::__construct » PHP Manual MongoD ... d with » Capped Collections and » Change Streams . While normal cursors can be iterated once with foreach , ... ids' , 'capped' => true , 'size' => 1048576 , ])); while ( true ) { $bulkWrite = new MongoDB \ Driver \ Bul ... ratorIterator ( $cursor ); $iterator -> rewind (); while ( true ) { if ( $iterator -> valid ()) { $document ...
https://man.plustar.jp/php/class.mongodb-driver-cursor.html - [similar]
クエリの次の行をオブジェクトとして返す 4873
« oci_fetch_assoc oci_fetch_row » PHP Manual OCI8 関数 クエリの次の行をオブジェクトとして返す oc ... description FROM mytab' ); oci_execute ( $stid ); while (( $row = oci_fetch_object ( $stid )) != false ) { ... Description" FROM mytab' ); oci_execute ( $stid ); while (( $row = oci_fetch_object ( $stid )) != false ) { ... description FROM mytab' ); oci_execute ( $stid ); while (( $row = oci_fetch_object ( $stid )) != false ) { ...
https://man.plustar.jp/php/function.oci-fetch-object.html - [similar]
CTRLイベント を別プロセスに送信する 4873
« sapi_windows_cp_set sapi_windows_set_ctrl_handler » PHP Manual その他の関数 CTRLイベント を別プ ... echo する子プロセスを生成 $cmd = [ 'php' , '-r' , 'while (true) { echo "I\'m still alive\n"; sleep(1); }' ] ... d , $descspec , $pipes , null , null , $options ); while ( true ) { echo fgets ( $pipes [ 1 ]); } ?> 参考 p ...
https://man.plustar.jp/php/function.sapi-windows-generate-ctrl-event.html - [similar]
SQLのcollate関数として使うPHP関数を登録する 4873
« SQLite3::createAggregate SQLite3::createFunction » PHP Manual SQLite3 SQLのcollate関数として使 ... Y col1 COLLATE NATURAL_CMP" ); echo "default:\n" ; while ( $row = $defaultSort -> fetchArray ()){ echo $row ... [ 'col1' ], "\n" ; } echo "\nnatural:\n" ; while ( $row = $naturalSort -> fetchArray ()){ echo $row ...
https://man.plustar.jp/php/sqlite3.createcollation.html - [similar]
ファイルポインタがファイル終端に達しているかどうか調べる 4793
« fdatasync fflush » PHP Manual ファイルシステム 関数 ファイルポインタがファイル終端に達している ... ; $timeout = ini_get ( 'default_socket_timeout' ); while(! safe_feof ( $fp , $start ) && ( microtime ( true ... LSE が警告を発生させ、ここで無限ループとなります。 while (! feof ( $file )) { } fclose ( $file ); ?> 関連キ ...
https://man.plustar.jp/php/function.feof.html - [similar]
Oracle データベースに接続する 4793
« oci_commit oci_define_by_name » PHP Manual OCI8 関数 Oracle データベースに接続する oci_connect ... i_execute ( $stid ); echo "<table border='1'>\n" ; while ( $row = oci_fetch_array ( $stid , OCI_ASSOC + OCI ... i_execute ( $stid ); echo "<table border='1'>\n" ; while ( $row = oci_fetch_array ( $stid , OCI_ASSOC + OCI ... i_execute ( $stid ); echo "<table border='1'>\n" ; while ( $row = oci_fetch_array ( $stid , OCI_ASSOC + OCI ... DEFAULT ); echo " $connname ----selecting<br>\n" ; while ( oci_fetch ( $stmt )) { echo " " . oci_result ( $ ...
https://man.plustar.jp/php/function.oci-connect.html - [similar]
Basic usage 4793
« 例 Basic Gearman client and worker, background » PHP Manual 例 Basic usage Basic usage 例1 Bas ... " . $gmclient -> returnCode () . "\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/gearman.examples-reverse.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 NEXT