検索

phrase: max: clip:
target: order:
Results of 261 - 270 of about 360 for while (0.173 sec.)
CLOB や BLOB ごとにプリフェッチするデータサイズを設定する 4117
« oci_set_module_name oci_set_prefetch » PHP Manual OCI8 関数 CLOB や BLOB ごとにプリフェッチする ... i_execute ( $stid ); echo "<table border='1'>\n" ; while ( $row = oci_fetch_array ( $stid , OCI_ASSOC + OCI ...
https://man.plustar.jp/php/function.oci-set-prefetch-lob.html - [similar]
指定したテーブルに関するカラムおよび付随する権限のリストを取得する 4117
« odbc_close odbc_columns » PHP Manual ODBC 関数 指定したテーブルに関するカラムおよび付随する権限 ... ( $conn , 'TutorialDB' , 'dbo' , 'test' , 'id' ); while (( $row = odbc_fetch_array ( $privileges ))) { pri ...
https://man.plustar.jp/php/function.odbc-columnprivileges.html - [similar]
指定したデータソースに保存されているプロシージャのリストを取得する 4117
« odbc_procedurecolumns odbc_result_all » PHP Manual ODBC 関数 指定したデータソースに保存されてい ... c_procedures ( $conn , $catalog , $schema , '%' ); while (( $row = odbc_fetch_array ( $procedures ))) { pri ...
https://man.plustar.jp/php/function.odbc-procedures.html - [similar]
テーブルに関する統計情報を取得する 4117
« odbc_specialcolumns odbc_tableprivileges » PHP Manual ODBC 関数 テーブルに関する統計情報を取得 ... , 'dbo' , 'TEST' , SQL_INDEX_UNIQUE , SQL_QUICK ); while (( $row = odbc_fetch_array ( $statistics ))) { pri ...
https://man.plustar.jp/php/function.odbc-statistics.html - [similar]
各テーブルのリストおよび関連する権限のリストを取得する 4117
« odbc_statistics odbc_tables » PHP Manual ODBC 関数 各テーブルのリストおよび関連する権限のリスト ... eges ( $conn , 'SalesOrders' , 'dbo' , 'Orders' ); while (( $row = odbc_fetch_array ( $privileges ))) { pri ...
https://man.plustar.jp/php/function.odbc-tableprivileges.html - [similar]
行を連想配列として取得する 4117
« pg_fetch_array pg_fetch_object » PHP Manual PostgreSQL 関数 行を連想配列として取得する pg_fetc ... $result ) { echo "An error occurred.\n" ; exit; } while ( $row = pg_fetch_assoc ( $result )) { echo $row [ ...
https://man.plustar.jp/php/function.pg-fetch-assoc.html - [similar]
数値添字の配列として行を得る 4117
« pg_fetch_result pg_field_is_null » PHP Manual PostgreSQL 関数 数値添字の配列として行を得る pg_ ... $result ) { echo "An error occurred.\n" ; exit; } while ( $row = pg_fetch_row ( $result )) { echo "Author: ...
https://man.plustar.jp/php/function.pg-fetch-row.html - [similar]
readline コールバックインターフェイスと端末を初期化し、 プロンプトを表示して結果... 4117
« readline_add_history readline_callback_handler_remove » PHP Manual Readline 関数 readline コー ... ll ( "[ $c ] Enter something: " , 'rl_callback' ); while ( $prompting ) { $w = NULL ; $e = NULL ; $n = stre ...
https://man.plustar.jp/php/function.readline-callback-handler-install.html - [similar]
CTRLイベント のハンドラを設定したり削除したりする 4117
« sapi_windows_generate_ctrl_event sapi_windows_vt100_support » PHP Manual その他の関数 CTRLイベ ... sapi_windows_set_ctrl_handler ( 'ctrl_handler' ); while ( true ); // ハンドラがトリガできるように無限ループ ...
https://man.plustar.jp/php/function.sapi-windows-set-ctrl-handler.html - [similar]
Retrieves the next row of data in a result set as an object 4117
« sqlsrv_fetch_array sqlsrv_fetch » PHP Manual SQLSRV 関数 Retrieves the next row of data in a r ... ject. // Property names correspond to field names. while( $obj = sqlsrv_fetch_object ( $stmt )) { echo $obj ...
https://man.plustar.jp/php/function.sqlsrv-fetch-object.html - [similar]