検索

phrase: max: clip:
target: order:
Results of 281 - 290 of about 357 for fetch (0.021 sec.)
結果におけるフィールドの数を得る 3790
« mysql_list_tables mysql_num_rows » PHP Manual MySQL 関数 結果におけるフィールドの数を得る mysq ... 択する mysql_query() - MySQL クエリを送信する mysql_fetch_field() - 結果からカラム情報を取得し、オブジェクト ...
https://man.plustar.jp/php/function.mysql-num-fields.html - [similar]
新規カーソル (ステートメントハンドル) を割り当て、それを返す 3790
« oci_new_connect oci_new_descriptor » PHP Manual OCI8 関数 新規カーソル (ステートメントハンドル ... ートメント ID のように利用します while (( $row = oci_fetch_array ( $curs , OCI_ASSOC + OCI_RETURN_NULLS )) != ...
https://man.plustar.jp/php/function.oci-new-cursor.html - [similar]
文の実行で作用された行数を取得する 3790
« oci_num_fields oci_parse » PHP Manual OCI8 関数 文の実行で作用された行数を取得する oci_num_row ... の数は 返しません ! SELECT 文の場合、この関数は oci_fetch*() 関数によってバッファに取得された行数を返します。 ...
https://man.plustar.jp/php/function.oci-num-rows.html - [similar]
Sets the database operation 3790
« oci_set_client_info oci_set_edition » PHP Manual OCI8 関数 Sets the database operation oci_set ... , 'select * from dual' ); oci_execute ( $s ); oci_fetch_all ( $s , $res ); sleep ( 30 ); ?> // While the s ...
https://man.plustar.jp/php/function.oci-set-db-operation.html - [similar]
テーブルの主キーを取得する 3790
« odbc_prepare odbc_procedurecolumns » PHP Manual ODBC 関数 テーブルの主キーを取得する odbc_prim ... torialDB' , 'dbo' , 'TEST' ); while (( $row = odbc_fetch_array ( $primarykeys ))) { print_r ( $row ); break ...
https://man.plustar.jp/php/function.odbc-primarykeys.html - [similar]
Cancels a statement 3790
« sqlsrv_begin_transaction sqlsrv_client_info » PHP Manual SQLSRV 関数 Cancels a statement sqlsr ... lesTotal = 0 ; $count = 0 ; while( ( $row = sqlsrv_fetch_array ( $stmt )) && $salesTotal <= 100000 ) { $qty ...
https://man.plustar.jp/php/function.sqlsrv-cancel.html - [similar]
Executes a statement prepared with sqlsrv_prepare 3790
« sqlsrv_errors sqlsrv_fetch_array » PHP Manual SQLSRV 関数 Executes a statement prepared with s ...
https://man.plustar.jp/php/function.sqlsrv-execute.html - [similar]
対話式のシェルを要求する 3790
« ssh2_sftp ssh2_tunnel » PHP Manual SSH2 関数 対話式のシェルを要求する ssh2_shell (PECL ssh2 >= ... モートサーバーを経由するトンネルをオープンする ssh2_fetch_stream() - 拡張データストリームを取得する 関連キー ...
https://man.plustar.jp/php/function.ssh2-shell.html - [similar]
Checks if the cursor is exhausted or may have additional results 3790
« MongoDB\Driver\Cursor::getServer MongoDB\Driver\Cursor::key » PHP Manual MongoDB\Driver\Cursor ... ch are buffered on the client side. Iterating will fetch a document from the local buffer. There are no add ...
https://man.plustar.jp/php/mongodb-driver-cursor.isdead.html - [similar]
コレクションからドキュメントをひとつ削除する 3790
« Collection::remove Collection::replaceOne » PHP Manual mysql_xdevapi\Collection コレクションか ... nown by other means, // but for this example let's fetch the generated id and use it $ids = $result -> getG ...
https://man.plustar.jp/php/mysql-xdevapi-collection.removeone.html - [similar]