検索

phrase: max: clip:
target: order:
Results of 71 - 80 of about 357 for fetch (0.076 sec.)
次の結果を取得する 5208
« Memcached::deleteMultiByKey Memcached::fetchAll » PHP Manual Memcached 次の結果を取得する Memc ... ached::fetch (PECL memcached >= 0.1.0) Memcached::fetch — 次の結 ... 果を取得する 説明 public Memcached::fetch (): array Memcached::fetch() は、直近のリクエストか ... Memcached::RES_END を返します。 例 例1 Memcached::fetch() の例 <?php $m = new Memcached (); $m -> addServe ... 'int' , 'array' ), true ); while ( $result = $m -> fetch ()) { var_dump ( $result ); } ?> 上の例の出力は、 ...
https://man.plustar.jp/php/memcached.fetch.html - [similar]
oci_fetch のエイリアス 5190
« ociexecute ocifetchinto » PHP Manual OCI8 廃止されたエイリアスと関数 oci_fetch のエイリアス oc ... ifetch (PHP 4, PHP 5, PHP 7, PHP 8, PECL OCI8 >= 1.0.0) o ... cifetch — oci_fetch() のエイリアス 説明 oci_fetch() のエイ ... 用しないことを強く推奨します。 関連キーワード: oci , fetch , OCI , ocifetch , 推奨 , ociexecute , ocifetchint ...
https://man.plustar.jp/php/function.ocifetch.html - [similar]
Get column information from a result and return as an object 5172
« cubrid_fetch_assoc cubrid_fetch_lengths » PHP Manual CUBRID MySQL 互換関数 Get column informat ... ion from a result and return as an object cubrid_fetch_field (PECL CUBRID >= 8.3.1) cubrid_fetch_field — ... from a result and return as an object 説明 cubrid_fetch_field ( resource $result , int $field_offset = 0 ) ... ess is successful. false on failure. 例 例1 cubrid_fetch_field() example <?php $conn = cubrid_connect ( "lo ... r=1988 and event_code=20001;" ); var_dump ( cubrid_fetch_row ( $req )); cubrid_field_seek ( $req , 1 ); $fi ...
https://man.plustar.jp/php/function.cubrid-fetch-field.html - [similar]
フェッチした行からフィールドの値を取得する 5172
« oci_register_taf_callback oci_rollback » PHP Manual OCI8 関数 フェッチした行からフィールドの値 ... rce $statement , string | int $column ): mixed oci_fetch() によってフェッチされた現在の行のフィールド colum ... ます。 エラーの場合、 false を返します。 例 例1 oci_fetch() と oci_result() を組み合わせる例 <?php $conn = o ... $conn , $sql ); oci_execute ( $stid ); while ( oci_fetch ( $stid )) { echo oci_result ( $stid , 'LOCATION_I ... 名として残されていますが、 推奨されません。 参考 oci_fetch_array() - クエリの次の行を連想配列あるいは数値添字 ...
https://man.plustar.jp/php/function.oci-result.html - [similar]
oci_fetch_all のエイリアス 5172
« ocifetchinto ocifreecollection » PHP Manual OCI8 廃止されたエイリアスと関数 oci_fetch_all のエ ... イリアス ocifetchstatement (PHP 4, PHP 5, PHP 7, PHP 8, PECL OCI8 >= ... 1.0.0) ocifetchstatement — oci_fetch_all() のエイリアス 説明 oci_f ... 用しないことを強く推奨します。 関連キーワード: oci , fetch , all , OCI , ocifetchstatement , 推奨 , ocifetchi ...
https://man.plustar.jp/php/function.ocifetchstatement.html - [similar]
のエイリアス ibase_query 5145
« fbird_prepare fbird_restore » PHP Manual Firebird/InterBase 関数 のエイリアス ibase_query fbir ... 考 fbird_errmsg() - のエイリアス ibase_errmsg fbird_fetch_row() - のエイリアス ibase_fetch_row fbird_fetch_o ... bject() - のエイリアス ibase_fetch_object fbird_free_result() - のエイリアス ibase_fr ... ee_result 関連キーワード: ibase , query , fbird , fetch , 関数 , errmsg , row , free , result , prepare ...
https://man.plustar.jp/php/function.fbird-query.html - [similar]
結果からカラム情報を取得し、オブジェクトとして返す 5128
« mysql_fetch_assoc mysql_fetch_lengths » PHP Manual MySQL 関数 結果からカラム情報を取得し、オブ ... ジェクトとして返す mysql_fetch_field (PHP 4, PHP 5) mysql_fetch_field — 結果からカ ... い。 この関数の代替として、これらが使えます。 mysqli_fetch_field() PDOStatement::getColumnMeta() 説明 mysql_f ... ロで埋められている(zero-filled)場合に 1 例 例1 mysql_fetch_field() の例 <?php $conn = mysql_connect ( 'localh ... formation for column $i :<br />\n" ; $meta = mysql_fetch_field ( $result , $i ); if (! $meta ) { echo "No i ...
https://man.plustar.jp/php/function.mysql-fetch-field.html - [similar]
プリペアドステートメントから結果を取得し、バインド変数に格納する 5128
« mysqli_stmt::execute mysqli_stmt::$field_count » PHP Manual mysqli_stmt プリペアドステートメン ... ら結果を取得し、バインド変数に格納する mysqli_stmt::fetch mysqli_stmt_fetch (PHP 5, PHP 7, PHP 8) mysqli_stm ... t::fetch -- mysqli_stmt_fetch — プリペアドステートメントから ... 格納する 説明 オブジェクト指向型 public mysqli_stmt::fetch (): ? bool 手続き型 mysqli_stmt_fetch ( mysqli_stm ... でバインドした変数に格納します。 注意 : mysqli_stmt_fetch() をコールする前に、すべての カラムがバインド済みで ...
https://man.plustar.jp/php/mysqli-stmt.fetch.html - [similar]
複数の結果が利用可能などうか確認する 5038
« odbc_longreadlen odbc_num_fields » PHP Manual ODBC 関数 複数の結果が利用可能などうか確認する o ... e $statement ): bool まだ結果セットが存在して odbc_fetch_array() 、 odbc_fetch_row() 、 odbc_result() などで ... bc_exec ( $r_Connection , $s_SQL ); $a_Row1 = odbc_fetch_array ( $r_Results ); $a_Row2 = odbc_fetch_array ( ... ( odbc_next_result ( $r_Results )); $a_Row1 = odbc_fetch_array ( $r_Results ); $a_Row2 = odbc_fetch_array ( ... ( odbc_next_result ( $r_Results )); $a_Row1 = odbc_fetch_array ( $r_Results ); $a_Row2 = odbc_fetch_array ( ...
https://man.plustar.jp/php/function.odbc-next-result.html - [similar]
定義済み定数 5021
« リソース型 例 » PHP Manual CUBRID 定義済み定数 定義済み定数 以下の定数が定義されています。 この ... atements. The following constants can be used when fetching the results to specify fetch behaviour. They ca ... n be passed to cubrid_fetch() and cubrid_fetch_array() . CUBRID fetch flags Co ... operate the lob object. It can be passed to cubrid_fetch() , cubrid_fetch_row() , cubrid_fetch_array() , cu ... brid_fetch_assoc() and cubrid_fetch_object() . The following ...
https://man.plustar.jp/php/cubrid.constants.html - [similar]