検索

phrase: max: clip:
target: order:
Results of 91 - 100 of about 357 for fetch (0.017 sec.)
内部的な結果ポインタを移動する 4869
« mysql_create_db mysql_db_name » PHP Manual MySQL 関数 内部的な結果ポインタを移動する mysql_dat ... 替として、これらが使えます。 mysqli_data_seek() PDO::FETCH_ORI_ABS 説明 mysql_data_seek ( resource $result , ... r)を指すように移動します。 この後、たとえば mysql_fetch_assoc() のような MySQL のフェッチ関数をコールした場 ... _error () . "\n" ; continue; } if (!( $row = mysql_fetch_assoc ( $result ))) { continue; } echo $row [ 'las ... mysql_num_rows() - 結果における行の数を得る mysql_fetch_row() - 結果を添字配列として取得する mysql_fetch_a ...
https://man.plustar.jp/php/function.mysql-data-seek.html - [similar]
結果の任意の行にポインタを移動する 4869
« mysqli_result::$current_field mysqli_result::fetch_all » PHP Manual mysqli_result 結果の任意の ... eek ( 400 ); /* 1行取得します */ $row = $result -> fetch_row (); printf ( "City: %s Countrycode: %s\n" , $r ... $result , 400 ); /* 1行取得します */ $row = mysqli_fetch_row ( $result ); printf ( "City: %s Countrycode: % ... ( $row_no ); /* 1行取得します */ $row = $result -> fetch_row (); printf ( "City: %s Countrycode: %s\n" , $r ... セットを再度処理します */ while ( $row = $result -> fetch_row ()) { printf ( "City: %s Countrycode: %s\n" , ...
https://man.plustar.jp/php/mysqli-result.data-seek.html - [similar]
LuaSandbox 4842
« LuaClosure::__invoke はじめに » PHP Manual その他の基本モジュール LuaSandbox LuaSandbox はじめ ... r — Enable the profiler. LuaSandbox::getCPUUsage — Fetch the current CPU time usage of the Lua environment ... LuaSandbox::getMemoryUsage — Fetch the current memory usage of the Lua environment Lu ... aSandbox::getPeakMemoryUsage — Fetch the peak memory usage of the Lua environment LuaSa ... ndbox::getProfilerFunctionReport — Fetch profiler data LuaSandbox::getVersionInfo — Return ...
https://man.plustar.jp/php/book.luasandbox.html - [similar]
Firebird/InterBase 関数 4824
« 定義済み定数 fbird_add_user » PHP Manual Firebird/InterBase Firebird/InterBase 関数 Firebird/I ... g fbird_execute — のエイリアス ibase_execute fbird_fetch_assoc — のエイリアス ibase_fetch_assoc fbird_fetch ... _object — のエイリアス ibase_fetch_object fbird_fetch_row — のエイリアス ibase_fetch_ ... す ibase_execute — 準備されたクエリを実行する ibase_fetch_assoc — クエリの結果から、行を連想配列として取得す ... る ibase_fetch_object — InterBase データベースからオブジェクトを得 ...
https://man.plustar.jp/php/ref.ibase.html - [similar]
Firebird/InterBase 4798
« dbase_replace_record はじめに » PHP Manual ベンダー固有のモジュール Firebird/InterBase Firebir ... g fbird_execute — のエイリアス ibase_execute fbird_fetch_assoc — のエイリアス ibase_fetch_assoc fbird_fetch ... _object — のエイリアス ibase_fetch_object fbird_fetch_row — のエイリアス ibase_fetch_ ... す ibase_execute — 準備されたクエリを実行する ibase_fetch_assoc — クエリの結果から、行を連想配列として取得す ... る ibase_fetch_object — InterBase データベースからオブジェクトを得 ...
https://man.plustar.jp/php/book.ibase.html - [similar]
Gets field data from the currently selected row 4798
« sqlsrv_get_config sqlsrv_has_rows » PHP Manual SQLSRV 関数 Gets field data from the currently ... ple demonstrates how to retrieve a row with sqlsrv_fetch() and get the row fields with sqlsrv_get_field() . ... f the result set available for reading. if( sqlsrv_fetch ( $stmt ) === false ) { die( print_r ( sqlsrv_erro ... ield ( $stmt , 1 ); echo $comment ; ?> 参考 sqlsrv_fetch() - Makes the next row in a result set available f ... or reading sqlsrv_fetch_array() - 行を配列として返す sqlsrv_fetch_object() ...
https://man.plustar.jp/php/function.sqlsrv-get-field.html - [similar]
次の行を取得し、それをオブジェクトとして返す 4780
« PDOStatement::fetchColumn PDOStatement::getAttribute » PHP Manual PDOStatement 次の行を取得し、 ... それをオブジェクトとして返す PDOStatement::fetchObject (PHP 5 >= 5.1.0, PHP 7, PHP 8, PECL pdo >= 0 ... .2.4) PDOStatement::fetchObject — 次の行を取得し、それをオブジェクトとして返 ... す 説明 public PDOStatement::fetchObject ( ? string $class = "stdClass" , array $cons ... ブジェクトとして返します。この関数は、 PDOStatement::fetch() で PDO::FETCH_CLASS あるいは PDO::FETCH_OBJ を指 ...
https://man.plustar.jp/php/pdostatement.fetchobject.html - [similar]
OAuth で保護されたリソースを取得する 4762
« OAuth::enableSSLChecks OAuth::generateSignature » PHP Manual OAuth OAuth で保護されたリソースを ... 取得する OAuth::fetch (PECL OAuth >= 0.99.1) OAuth::fetch — OAuth で保護 ... されたリソースを取得する 説明 public OAuth::fetch ( string $protected_resource_url , array $extra_pa ... headers パラメータが追加されました。 例 例1 OAuth::fetch() の例 <?php try { $oauth = new OAuth ( "consumer_ ... access_token" , "access_token_secret" ); $oauth -> fetch ( "http://photos.example.net/photo?file=vacation.j ...
https://man.plustar.jp/php/oauth.fetch.html - [similar]
拡張データストリームを取得する 4735
« ssh2_exec ssh2_fingerprint » PHP Manual SSH2 関数 拡張データストリームを取得する ssh2_fetch_st ... ream (PECL ssh2 >= 0.9.0) ssh2_fetch_stream — 拡張データストリームを取得する 説明 ssh2_ ... ssh2_shell ( $connection ); $stderr_stream = ssh2_fetch_stream ( $stdio_stream , SSH2_STREAM_STDERR ); ?> ... 関連キーワード: ストリーム , 取得 , 拡張 , データ , fetch , stream , streamid , サーバー , シェル , チャネル ...
https://man.plustar.jp/php/function.ssh2-fetch-stream.html - [similar]
この文に対するデフォルトのフェッチモードを設定する 4691
« PDOStatement::setAttribute PDOException » PHP Manual PDOStatement この文に対するデフォルトのフ ... ェッチモードを設定する PDOStatement::setFetchMode (PHP 5 >= 5.1.0, PHP 7, PHP 8, PECL pdo >= 0.2 ... .0) PDOStatement::setFetchMode — この文に対するデフォルトのフェッチモードを設 ... 定する 説明 public PDOStatement::setFetchMode ( int $mode ): bool public PDOStatement::setFe ... tchMode ( int $mode = PDO::FETCH_COLUMN , int $colno ): bool public PDOStatement::s ...
https://man.plustar.jp/php/pdostatement.setfetchmode.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 NEXT