検索

phrase: max: clip:
target: order:
Results of 91 - 100 of about 158 for assoc (0.046 sec.)
Escape special characters in a string for use in an SQL statement 5161
« cubrid_query cubrid_result » PHP Manual CUBRID MySQL 互換関数 Escape special characters in a s ... "SELECT * FROM cubrid_test" ); $row = cubrid_fetch_assoc ( $req ); var_dump ( $row ); cubrid_close_request ...
https://man.plustar.jp/php/function.cubrid-real-escape-string.html - [similar]
プリペアドステートメントを実行する 5161
« db2_exec db2_fetch_array » PHP Manual IBM DB2 関数 プリペアドステートメントを実行する db2_exec ... 列として取得することができます。 取得には db2_fetch_assoc() 、 db2_fetch_both() あるいは db2_fetch_array() を ... 、カラム位置をインデックスとする配列を返す db2_fetch_assoc() - 結果セット内の行を表す、カラム名をインデックス ...
https://man.plustar.jp/php/function.db2-execute.html - [similar]
SQL 文によって変更された行の数を返す 5161
« db2_num_fields db2_pclose » PHP Manual IBM DB2 関数 SQL 文によって変更された行の数を返す db2_n ... ケーションで使用している場合、その代わりに db2_fetch_assoc() 、 db2_fetch_both() 、 db2_fetch_array() あるいは ...
https://man.plustar.jp/php/function.db2-num-rows.html - [similar]
準備されたクエリを実行する 5161
« ibase_errmsg ibase_fetch_assoc » PHP Manual Firebird/InterBase 関数 準備されたクエリを実行する ...
https://man.plustar.jp/php/function.ibase-execute.html - [similar]
MySQL プロセスのリストを得る 5161
« mysql_list_fields mysql_list_tables » PHP Manual MySQL 関数 MySQL プロセスのリストを得る mysql ... st_processes ( $link ); while ( $row = mysql_fetch_assoc ( $result )){ printf ( "%s %s %s %s %s\n" , $row [ ...
https://man.plustar.jp/php/function.mysql-list-processes.html - [similar]
新規カーソル (ステートメントハンドル) を割り当て、それを返す 5161
« oci_new_connect oci_new_descriptor » PHP Manual OCI8 関数 新規カーソル (ステートメントハンドル ... します while (( $row = oci_fetch_array ( $curs , OCI_ASSOC + OCI_RETURN_NULLS )) != false ) { echo $row [ 'FI ...
https://man.plustar.jp/php/function.oci-new-cursor.html - [similar]
結果インスタンスの内部行オフセットを設定する 5161
« pg_result_error pg_result_status » PHP Manual PostgreSQL 関数 結果インスタンスの内部行オフセッ ... etch_row() - 数値添字の配列として行を得る pg_fetch_assoc() - 行を連想配列として取得する pg_fetch_array() - ...
https://man.plustar.jp/php/function.pg-result-seek.html - [similar]
Makes the next result of the specified statement active 5161
« sqlsrv_has_rows sqlsrv_num_fields » PHP Manual SQLSRV 関数 Makes the next result of the specif ... ( $row = sqlsrv_fetch_array ( $stmt , SQLSRV_FETCH_ASSOC )){ echo $row [ 'id' ]. ": " . $row [ 'data' ]. "< ...
https://man.plustar.jp/php/function.sqlsrv-next-result.html - [similar]
登録されているイテレータインスタンスを取得する 5161
« MultipleIterator::countIterators MultipleIterator::detachIterator » PHP Manual MultipleIterato ... ption が発生します。また、 キーが null で MIT_KEYS_ASSOC が設定されている場合には IllegalValueException が発 ...
https://man.plustar.jp/php/multipleiterator.current.html - [similar]
定義済み定数 5161
« 変更履歴 例 » PHP Manual MySQL (最初の API) 定義済み定数 定義済み定数 以下の定数が定義されてい ... 義されています。 MySQL フェッチ定数 定数 説明 MYSQL_ASSOC カラムは、フィールド名を添字とする配列形式で返され ...
https://man.plustar.jp/php/mysql.constants.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 NEXT