検索

phrase: max: clip:
target: order:
Results of 121 - 130 of about 357 for fetch (0.035 sec.)
結果ポインタを、指定したフィールドオフセットに設定する 4387
« mysqli_result::$field_count mysqli_result::free » PHP Manual mysqli_result 結果ポインタを、指定 ... ドカーソルを指定したオフセットに設定します。 mysqli_fetch_field() を次にコールした際に、 設定したオフセットに ... / $result -> field_seek ( 1 ); $finfo = $result -> fetch_field (); printf ( "Name: %s\n" , $finfo -> name ) ... mysqli_field_seek ( $result , 1 ); $finfo = mysqli_fetch_field ( $result ); printf ( "Name: %s\n" , $finfo ... ntry max. Len: 10 Flags: 32769 Type: 4 参考 mysqli_fetch_field() - 結果セットの次のフィールドを返す 関連キー ...
https://man.plustar.jp/php/mysqli-result.field-seek.html - [similar]
IBM DB2 関数 4387
« 定義済み定数 db2_autocommit » PHP Manual IBM DB2 IBM DB2 関数 IBM DB2 関数 目次 db2_autocommit ... 2_execute — プリペアドステートメントを実行する db2_fetch_array — 結果セット内の行を表す、カラム位置をインデ ... ックスとする配列を返す db2_fetch_assoc — 結果セット内の行を表す、カラム名をインデッ ... クスとする配列を返す db2_fetch_both — 結果セット内の行を表す、 カラム位置およびカ ... ラム名の両方をインデックスとする配列を返す db2_fetch_object — 結果セット内の行を表す、カラムをプロパティ ...
https://man.plustar.jp/php/ref.ibm-db2.html - [similar]
キーが存在するかどうかを確認する 4370
« dba_delete dba_fetch » PHP Manual DBA 関数 キーが存在するかどうかを確認する dba_exists (PHP 4, ... a_delete() - キーが指す DBA エントリを削除する dba_fetch() - キーが指すデータを取得する dba_insert() - エン ... a , キー , 確認 , 存在 , exists , エントリ , key , fetch , DBA , 挿入 ...
https://man.plustar.jp/php/function.dba-exists.html - [similar]
Free the memory occupied by the result data 4325
« cubrid_fetch cubrid_get_autocommit » PHP Manual CUBRID 関数 Free the memory occupied by the re ... on failure. Note that it can only frees the client fetch buffer now, and if you want free all memory, use f ... st_year=2004 ORDER BY event_code" ); $row = cubrid_fetch_assoc ( $req ); var_dump ( $row ); cubrid_free_res ...
https://man.plustar.jp/php/function.cubrid-free-result.html - [similar]
PHP の変数を、クエリで取得するカラムに関連づける 4325
« oci_connect oci_error » PHP Manual OCI8 関数 PHP の変数を、クエリで取得するカラムに関連づける ... d &$var , int $type = 0 ): bool PHP の変数を、 oci_fetch() で取得するクエリのカラムに関連づけます。 oci_def ... 義した変数に次の行のデータが格納されます while ( oci_fetch ( $stid )) { echo "Location id $locid is $city <br ... n' , $mydesc ); oci_execute ( $stid ); while ( oci_fetch ( $stid )) { echo "id $id is $mydesc <br>\n" ; } / ... LOB descriptor oci_execute ( $stid ); while ( oci_fetch ( $stid )) { echo $id . " is " . $fruit -> load ( ...
https://man.plustar.jp/php/function.oci-define-by-name.html - [similar]
ストリームに EOF を送信する 4325
« ssh2_scp_send ssh2_sftp_chmod » PHP Manual SSH2 関数 ストリームに EOF を送信する ssh2_send_eof ... 来ます。 パラメータ channel SSH のストリーム。 ssh2_fetch_stream() や ssh2_connect() のような関数から取得でき ... ue を、失敗した場合に false を返します。 参考 ssh2_fetch_stream() - 拡張データストリームを取得する 関連キー ... ストリーム , 送信 , EOF , send , 標準 , 関数 , eof , fetch , クローズ , 入力 ...
https://man.plustar.jp/php/function.ssh2-send-eof.html - [similar]
プリペアドステートメントを実行する 4325
« mysqli_stmt::$error mysqli_stmt::fetch » PHP Manual mysqli_stmt プリペアドステートメントを実行 ... するか、 ステートメント から直接一行ずつ mysqli_stmt_fetch() 関数を使って取得することもできます。 パラメータ ... qli -> query ( $query ); while ( $row = $result -> fetch_row ()) { printf ( "%s (%s,%s)\n" , $row [ 0 ], $r ... li_query ( $link , $query ); while ( $row = mysqli_fetch_row ( $result )) { printf ( "%s (%s,%s)\n" , $row ... qli -> query ( $query ); while ( $row = $result -> fetch_row ()) { printf ( "%s (%s,%s)\n" , $row [ 0 ], $r ...
https://man.plustar.jp/php/mysqli-stmt.execute.html - [similar]
新しく追加された関数 4307
« 新しいクラスとインターフェイス 新しいグローバル定数 » PHP Manual PHP 8.0.x から PHP 8.1.x への ... createfromavif() imageavif() MySQLi mysqli_result::fetch_column() mysqli_fetch_column() プロセス制御 pcntl_ ... tretto , 関数 , scalar , 追加 , xchacha , stream , fetch , Ristretto ...
https://man.plustar.jp/php/migration81.new-functions.html - [similar]
PostgreSQL 関数 4307
« 基本的な使い方 pg_affected_rows » PHP Manual PostgreSQL PostgreSQL 関数 PostgreSQL 関数 注意 注 ... ントを実行するリクエストを 送信し、その結果を待つ pg_fetch_all_columns — 指定したカラムの全ての行を配列として ... 取得する pg_fetch_all — 取得されたすべての行を配列として取得する pg_ ... fetch_array — 行を配列として取得する pg_fetch_assoc — 行を連想配列として取得する pg_fetch_object ... — 行をオブジェクトとして得る pg_fetch_result — 結果インスタンスから値を返す pg_fetch_row ...
https://man.plustar.jp/php/ref.pgsql.html - [similar]
Gets latest error message 4280
« rrd_create rrd_fetch » PHP Manual RRD 関数 Gets latest error message rrd_error (PECL rrd >= 0. ... ワード: latest , rrd , 関数 , パラメータ , create , fetch , RRD , string , Returns , Latest ...
https://man.plustar.jp/php/function.rrd-error.html - [similar]