検索

phrase: max: clip:
target: order:
Results of 81 - 90 of about 357 for fetch (0.010 sec.)
CUBRID 4976
« ベンダー固有のモジュール はじめに » PHP Manual ベンダー固有のモジュール CUBRID CUBRID はじめに ... _execute — Execute a prepared SQL statement cubrid_fetchFetch the next row from a result set cubrid_free ... ration cubrid_error — Get the error message cubrid_fetch_array — Fetch a result row as an associative array ... , a numeric array, or both cubrid_fetch_assoc — Return the associative array that correspo ... nds to the fetched row cubrid_fetch_field — Get column information ...
https://man.plustar.jp/php/book.cubrid.html - [similar]
格納されている変数をキャッシュから取得する 4976
« apcu_exists apcu_inc » PHP Manual APCu 関数 格納されている変数をキャッシュから取得する apcu_fetch ... tch (PECL apcu >= 4.0.0) apcu_fetch — 格納されている変数をキャッシュから取得する 説明 ... apcu_fetch ( mixed $key , bool &$success = ? ): mixed エントリ ... 7 success パラメータが追加されました。 例 例1 apcu_fetch() の例 <?php $bar = 'BAR' ; apcu_store ( 'foo' , $ ... bar ); var_dump ( apcu_fetch ( 'foo' )); ?> 上の例の出力は以下となります。 stri ...
https://man.plustar.jp/php/function.apcu-fetch.html - [similar]
プリペアドステートメントを実行する 4976
« db2_exec db2_fetch_array » PHP Manual IBM DB2 関数 プリペアドステートメントを実行する db2_exec ... 行を配列として取得することができます。 取得には db2_fetch_assoc() 、 db2_fetch_both() あるいは db2_fetch_arr ... ay() を使用します。 あるいは、 db2_fetch_row() を使用して 結果セットポインタを次の行に移動さ ... RAM_IN ); db2_execute ( $stmt ); while( $row = db2_fetch_object ( $stmt )){ printf ( " $row -> CID $row -> ... RAM_IN ); db2_execute ( $stmt ); while( $row = db2_fetch_object ( $stmt )){ printf ( " $row -> CID $row -> ...
https://man.plustar.jp/php/function.db2-execute.html - [similar]
結果インスタンスの内部行オフセットを設定する 4976
« pg_result_error pg_result_status » PHP Manual PostgreSQL 関数 結果インスタンスの内部行オフセッ ... eek ( $result , 2 ); // 3 行目を取得する $row = pg_fetch_row ( $result ); ?> 参考 pg_fetch_row() - 数値添字 ... の配列として行を得る pg_fetch_assoc() - 行を連想配列として取得する pg_fetch_arra ... y() - 行を配列として取得する pg_fetch_object() - 行をオブジェクトとして得る pg_fetch_res ... スタンス , result , オフセット , 内部 , 設定 , 行 , fetch , Result , PgSql , クラス ...
https://man.plustar.jp/php/function.pg-result-seek.html - [similar]
定義済み定数 4931
« 実行時設定 例 » PHP Manual OCI8 定義済み定数 定義済み定数 以下の定数が定義されています。 この関 ... 関数およびメソッドのモード 定数 説明 OCI_ASSOC oci_fetch_all() と oci_fetch_array() で結果を連想配列で取得す ... るために使います。 OCI_BOTH oci_fetch_all() と oci_fetch_array() で結果を配列と連想配列の ... ら行を取得したくないという場合に使います。 OCI_EXACT_FETCH 現在はサポートされていません。文の取得モードを指定 ... れ、 サーバー側のリソースの使用は軽減されます。 OCI_FETCHSTATEMENT_BY_COLUMN oci_fetch_all() のデフォルトのモ ...
https://man.plustar.jp/php/oci8.constants.html - [similar]
Oracle OCI8 4905
« mysqlndプラグインの開発をはじめよう はじめに » PHP Manual ベンダー固有のモジュール Oracle OCI8 ... つかったエラーを返す oci_execute — 文を実行する oci_fetch_all — クエリからの複数の行を二次元配列に取得する o ... ci_fetch_array — クエリの次の行を連想配列あるいは数値添字配 ... 列で返す oci_fetch_assoc — クエリの次の行を連想配列で返す oci_fetch_o ... bject — クエリの次の行をオブジェクトとして返す oci_fetch_row — クエリの次の行を配列で返す oci_fetch — クエリ ...
https://man.plustar.jp/php/book.oci8.html - [similar]
Fetch profiler data 4905
« LuaSandbox::getPeakMemoryUsage LuaSandbox::getVersionInfo » PHP Manual LuaSandbox Fetch profil ... >= 1.1.0) LuaSandbox::getProfilerFunctionReport — Fetch profiler data 説明 public LuaSandbox::getProfilerF ... ( 0.01 ); // ... Execute some Lua code here ... // Fetch the profiler data $data = $sandbox -> getProfilerF ... ort (); ?> 関連キーワード: profiler , LuaSandbox , Fetch , data , function , getProfilerFunctionReport , ar ...
https://man.plustar.jp/php/luasandbox.getprofilerfunctionreport.html - [similar]
OCI8 廃止されたエイリアスと関数 4905
« OCILob::writeToFile oci_internal_debug » PHP Manual OCI8 OCI8 廃止されたエイリアスと関数 OCI8 ... エイリアス ociexecute — oci_execute のエイリアス ocifetch — oci_fetch のエイリアス ocifetchinto — 廃止された ... 関数。oci_fetch_array や oci_fetch_object、 oci_fetch_assoc、 oci_ ... fetch_row の変種 ocifetchstatement — oci_fetch_all のエイリアス ocifreecolle ... version — oci_server_version のエイリアス ocisetprefetch — oci_set_prefetch のエイリアス ocistatementtype — ...
https://man.plustar.jp/php/oldaliases.oci8.html - [similar]
結果セットの次行から単一カラムを返す 4905
« PDOStatement::fetchAll PDOStatement::fetchObject » PHP Manual PDOStatement 結果セットの次行から ... 単一カラムを返す PDOStatement::fetchColumn (PHP 5 >= 5.1.0, PHP 7, PHP 8, PECL pdo >= 0 ... .9.0) PDOStatement::fetchColumn — 結果セットの次行から単一カラムを返す 説明 ... public PDOStatement::fetchColumn ( int $column = 0 ): mixed 結果セットの次行か ... ない場合には false を返します。 注意 : PDOStatement::fetchColumn() は、boolean のカラムを取得するときに使って ...
https://man.plustar.jp/php/pdostatement.fetchcolumn.html - [similar]
キーが指すデータを取得する 4869
« dba_exists dba_firstkey » PHP Manual DBA 関数 キーが指すデータを取得する dba_fetch (PHP 4, PHP ... 5, PHP 7, PHP 8) dba_fetch — キーが指すデータを取得する 説明 dba_fetch ( stri ... ng $key , resource $handle ): string dba_fetch ( string $key , int $skip , resource $handle ): st ... ring dba_fetch() は、 handle が指すデータベースから key が指すデー ... 関連キーワード: dba , キー , データ , 取得 , key , fetch , handle , string , データベース , エントリ ...
https://man.plustar.jp/php/function.dba-fetch.html - [similar]