検索

phrase: max: clip:
target: order:
Results of 71 - 80 of about 360 for while (0.057 sec.)
結果セット内の行を表す、カラム位置をインデックスとする配列を返す 4571
« db2_execute db2_fetch_assoc » PHP Manual IBM DB2 関数 結果セット内の行を表す、カラム位置をイン ... ( $conn , $sql ); $result = db2_execute ( $stmt ); while ( $row = db2_fetch_array ( $stmt )) { printf ( "%- ... l , array( 'cursor' => DB2_SCROLLABLE )); $i = 2 ; while ( $row = db2_fetch_array ( $result , $i )) { print ...
https://man.plustar.jp/php/function.db2-fetch-array.html - [similar]
結果セット内の行を表す、カラム名をインデックスとする配列を返す 4571
« db2_fetch_array db2_fetch_both » PHP Manual IBM DB2 関数 結果セット内の行を表す、カラム名をイン ... ( $conn , $sql ); $result = db2_execute ( $stmt ); while ( $row = db2_fetch_assoc ( $stmt )) { printf ( "%- ... l , array( 'cursor' => DB2_SCROLLABLE )); $i = 2 ; while ( $row = db2_fetch_assoc ( $result , $i )) { print ...
https://man.plustar.jp/php/function.db2-fetch-assoc.html - [similar]
LOB ファイルから、ユーザーが定義したサイズの内容を取得する 4571
« db2_last_insert_id db2_next_result » PHP Manual IBM DB2 関数 LOB ファイルから、ユーザーが定義し ... w ( $result ); $i = 0 ; /* LOB データの読み込み */ while ( $data = db2_lob_read ( $result , 2 , 6 )) { echo ... w ( $result ); $i = 0 ; /* LOB データの読み込み */ while ( $data = db2_lob_read ( $result , 2 , 6 )) { echo ...
https://man.plustar.jp/php/function.db2-lob-read.html - [similar]
プロセスの出力がパターンに一致する・指定した時間が経過する・ あるいは EOF に達す... 4571
« Expect 関数 expect_popen » PHP Manual Expect 関数 プロセスの出力がパターンに一致する・指定した ... rd" ), array( "yes/no)?" , "asked for yes/no" ) ); while ( true ) { switch ( expect_expectl ( $stream , $ca ... case EXP_EOF : break 2 ; // switch 文だけではなく while ループも抜けます default: die( "エラーが発生しまし ...
https://man.plustar.jp/php/function.expect-expectl.html - [similar]
Shuffles training data, randomizing the order 4571
« fann_set_weight fann_subset_train_data » PHP Manual Fann 関数 Shuffles training data, randomiz ... der. This is recommended for incremental training, while it have no influence during batch training. パラメ ...
https://man.plustar.jp/php/function.fann-shuffle-train-data.html - [similar]
行を配列として返す 4571
« sqlsrv_execute sqlsrv_fetch_object » PHP Manual SQLSRV 関数 行を配列として返す sqlsrv_fetch_ar ... e ) { die( print_r ( sqlsrv_errors (), true ) ); } while( $row = sqlsrv_fetch_array ( $stmt , SQLSRV_FETCH_ ... e ) { die( print_r ( sqlsrv_errors (), true ) ); } while( $row = sqlsrv_fetch_array ( $stmt , SQLSRV_FETCH_ ...
https://man.plustar.jp/php/function.sqlsrv-fetch-array.html - [similar]
文字列をトークンに分割する 4571
« strstr strtolower » PHP Manual String 関数 文字列をトークンに分割する strtok (PHP 4, PHP 5, PH ... て使用します */ $tok = strtok ( $string , " \n\t" ); while ( $tok !== false ) { echo "Word= $tok <br />" ; $t ... ;" ; $parts = []; $tok = strtok ( $string , ";" ); while ( $tok !== false ) { $parts [] = $tok ; $tok = str ...
https://man.plustar.jp/php/function.strtok.html - [similar]
Send a warning (deprecated) 4571
« GearmanJob::unique GearmanJob::workload » PHP Manual GearmanJob Send a warning (deprecated) Ge ... ring $warning ): bool Sends a warning for this job while it is running. 注意 : This method has been replace ...
https://man.plustar.jp/php/gearmanjob.warning.html - [similar]
結果ポインタにおける現在のフィールドオフセットを取得する 4571
« mysqli_result::__construct mysqli_result::data_seek » PHP Manual mysqli_result 結果ポインタにお ... { /* すべてのカラムのフィールド情報を取得します */ while ( $finfo = $result -> fetch_field ()) { /* フィール ... { /* すべてのカラムのフィールド情報を取得します */ while ( $finfo = mysqli_fetch_field ( $result )) { /* フ ...
https://man.plustar.jp/php/mysqli-result.current-field.html - [similar]
プリペアドステートメントから結果を取得し、バインド変数に格納する 4571
« mysqli_stmt::execute mysqli_stmt::$field_count » PHP Manual mysqli_stmt プリペアドステートメン ... ind_result ( $name , $code ); /* 値を取得します */ while ( $stmt -> fetch ()) { printf ( "%s (%s)\n" , $nam ... lt ( $stmt , $name , $code ); /* 値を取得します */ while ( mysqli_stmt_fetch ( $stmt )) { printf ( "%s (%s) ...
https://man.plustar.jp/php/mysqli-stmt.fetch.html - [similar]