検索

phrase: max: clip:
target: order:
Results of 61 - 70 of about 360 for while (0.013 sec.)
クエリの次の行を内部バッファに取得する 4642
« oci_fetch_row oci_field_is_null » PHP Manual OCI8 関数 クエリの次の行を内部バッファに取得する ... たびに、次の行のデータが定義済みの変数に格納されます while ( oci_fetch ( $stid )) { echo "Location id $locid ... oci_parse ( $conn , $sql ); oci_execute ( $stid ); while ( oci_fetch ( $stid )) { echo oci_result ( $stid , ...
https://man.plustar.jp/php/function.oci-fetch.html - [similar]
Send a warning 4642
« GearmanJob::sendStatus GearmanJob::setReturn » PHP Manual GearmanJob Send a warning GearmanJob ... ring $warning ): bool Sends a warning for this job while it is running. パラメータ warning A warning messag ...
https://man.plustar.jp/php/gearmanjob.sendwarning.html - [similar]
結果セットの次の行から、単一のカラムの値を取得する 4642
« mysqli_result::fetch_assoc mysqli_result::fetch_field_direct » PHP Manual mysqli_result 結果セ ... /* fetch a single value from the second column */ while ( $Name = $result -> fetch_column ( 1 )) { printf ... /* fetch a single value from the second column */ while ( $Name = mysqli_fetch_column ( $result , 1 )) { p ...
https://man.plustar.jp/php/mysqli-result.fetch-column.html - [similar]
結果セットの次の行を数値添字配列で取得する 4642
« mysqli_result::fetch_object mysqli_result::$field_count » PHP Manual mysqli_result 結果セットの ... y ( $query ); /* オブジェクトの配列を取得します */ while ( $row = $result -> fetch_row ()) { printf ( "%s ( ... y ( $mysqli , $query ); /* 連想配列を取得します */ while ( $row = mysqli_fetch_row ( $result )) { printf ( ...
https://man.plustar.jp/php/mysqli-result.fetch-row.html - [similar]
Parser examples 4642
« Lexer examples Parle\Lexer » PHP Manual 例 Parser examples Parser examples 例1 Simple calculat ... validate input" ); } $p -> consume ( $in , $lex ); while ( Parser :: ACTION_ERROR != $p -> action && Parser ... $p -> sigil ( 1 )); } break; } $p -> advance (); } while ( Parser :: ACTION_ACCEPT != $p -> action ); 関連キ ...
https://man.plustar.jp/php/parle.examples.parser.html - [similar]
カーソルを閉じてステートメントを再実行できるようにする 4642
« PDOStatement::bindValue PDOStatement::columnCount » PHP Manual PDOStatement カーソルを閉じてス ... うなコードを書くことと意味的に等価です。 <?php do { while ( $stmt -> fetch ()) ; if (! $stmt -> nextRowset ( ... )) break; } while ( true ); ?> パラメータ この関数にはパラメータはあ ...
https://man.plustar.jp/php/pdostatement.closecursor.html - [similar]
4642
« ストリームのエラー ストリームラッパーとして登録するクラスの例 » PHP Manual ストリーム 例 例 目 ... \r\n" ); fwrite ( $sock , $data ); $headers = "" ; while ( $str = trim ( fgets ( $sock , 4096 ))) $headers ... .= " $str \n" ; echo "\n" ; $body = "" ; while (! feof ( $sock )) $body .= fgets ( $sock , 4096 ) ...
https://man.plustar.jp/php/stream.examples.html - [similar]
4642
« 定義済み定数 ZipArchive » PHP Manual Zip 例 例 例1 Zip アーカイブの作成 <?php $zip = new ZipAr ... _ ) . '/test.odt#meta.xml' ); $odt_meta = array(); while ( $reader -> read ()) { if ( $reader -> nodeType = ... zip = zip_open ( "/tmp/test2.zip" ); if ( $zip ) { while ( $zip_entry = zip_read ( $zip )) { echo "Name: " ...
https://man.plustar.jp/php/zip.examples.html - [similar]
4571
« 定義済み定数 CUBRID 関数 » PHP Manual CUBRID 例 例 The following is a simple example that esta ... f the result set on the screen. */ echo( "<tr>" ); while (list( $key , $colname ) = each ( $columns )) { ec ... " ); /** * Get the results from the result set. */ while ( $row = cubrid_fetch ( $result )) { echo( "<tr>" ...
https://man.plustar.jp/php/cubrid.examples.html - [similar]
プリペアドステートメントを実行する 4571
« db2_exec db2_fetch_array » PHP Manual IBM DB2 関数 プリペアドステートメントを実行する db2_exec ... , "name" , DB2_PARAM_IN ); db2_execute ( $stmt ); while( $row = db2_fetch_object ( $stmt )){ printf ( " $r ... , "name" , DB2_PARAM_IN ); db2_execute ( $stmt ); while( $row = db2_fetch_object ( $stmt )){ printf ( " $r ... 1 , "pid" , DB2_PARAM_IN ); db2_execute ( $stmt ); while( $row = db2_fetch_array ( $stmt )){ printf ( " $ro ...
https://man.plustar.jp/php/function.db2-execute.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 NEXT