検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 790 for result (0.003 sec.)
結果セットの次の行を連想配列で取得する 5053
« mysqli_result::fetch_array mysqli_result::fetch_column » PHP Manual mysqli_result 結果セットの ... 次の行を連想配列で取得する mysqli_result::fetch_assoc mysqli_fetch_assoc (PHP 5, PHP 7, PHP ... 8) mysqli_result::fetch_assoc -- mysqli_fetch_assoc — 結果セットの次 ... 配列で取得する 説明 オブジェクト指向型 public mysqli_result::fetch_assoc (): array | null | false 手続き型 mys ... qli_fetch_assoc ( mysqli_result $result ): array | null | false 結果セットから1行取 ...
https://man.plustar.jp/php/mysqli-result.fetch-assoc.html - [similar]
データベース上でクエリを実行する 5053
« mysqli::prepare mysqli::real_connect » PHP Manual mysqli データベース上でクエリを実行する mysq ... ト指向型 public mysqli::query ( string $query , int $result_mode = MYSQLI_STORE_RESULT ): mysqli_result | bool ... ysqli_query ( mysqli $mysql , string $query , int $result_mode = MYSQLI_STORE_RESULT ): mysqli_result | bool ... この関数は mysqli_real_query() に続けて mysqli_use_result() あるいは mysqli_store_result() をコールすることと ... _string() を使ってエスケープしなければいけません。 result_mode MySQLサーバからどのように結果が返されたかを示 ...
https://man.plustar.jp/php/mysqli.query.html - [similar]
結果インスタンスから値を返す 5033
« pg_fetch_object pg_fetch_row » PHP Manual PostgreSQL 関数 結果インスタンスから値を返す pg_fetc ... h_result (PHP 4 >= 4.2.0, PHP 5, PHP 7, PHP 8) pg_fetch_res ... ult — 結果インスタンスから値を返す 説明 pg_fetch_result ( PgSql\Result $result , int $row , mixed $field ) ... : string | false | null pg_fetch_result ( PgSql\Result $result , mixed $field ): string | ... false | null pg_fetch_result() は、 PgSql\Result クラスのインスタンスから 特定の ...
https://man.plustar.jp/php/function.pg-fetch-result.html - [similar]
プリペアドステートメントから結果セットのメタデータを返す 5033
« mysqli_stmt::reset mysqli_stmt::send_long_data » PHP Manual mysqli_stmt プリペアドステートメン ... トから結果セットのメタデータを返す mysqli_stmt::result_metadata mysqli_stmt_result_metadata (PHP 5, PHP 7 ... , PHP 8) mysqli_stmt::result_metadata -- mysqli_stmt_result_metadata — プリペア ... タを返す 説明 オブジェクト指向型 public mysqli_stmt::result_metadata (): mysqli_result | false 手続き型 mysqli ... _stmt_result_metadata ( mysqli_stmt $statement ): mysqli_result ...
https://man.plustar.jp/php/mysqli-stmt.result-metadata.html - [similar]
非同期クエリの結果を取得する 5013
« pg_get_pid pg_host » PHP Manual PostgreSQL 関数 非同期クエリの結果を取得する pg_get_result (PH ... P 4 >= 4.2.0, PHP 5, PHP 7, PHP 8) pg_get_result — 非同期クエリの結果を取得する 説明 pg_get_result ... ( PgSql\Connection $connection ): PgSql\Result | false pg_get_result() は、 pg_send_query() , pg_ ... pg_send_execute() で実行した非同期クエリから PgSql\Result クラスのインスタンスを取得します。 pg_send_query() ... です。クエリの結果を ひとつずつ取得するには、 pg_get_result() を使用します。 パラメータ connection PgSql\Conne ...
https://man.plustar.jp/php/function.pg-get-result.html - [similar]
エラー報告の各フィールドを返す 5013
« pg_query pg_result_error » PHP Manual PostgreSQL 関数 エラー報告の各フィールドを返す pg_result ... _error_field (PHP 5 >= 5.1.0, PHP 7, PHP 8) pg_result_error_field — エラー報告の各フィールドを返す 説明 ... pg_result_error_field ( PgSql\Result $result , int $field_co ... de ): string | false | null pg_result_error_field() は、 result インスタンスに関するエラ ... 果のハンドルを得るには pg_send_query() および pg_get_result() を使用する必要があります。 失敗した pg_query() ク ...
https://man.plustar.jp/php/function.pg-result-error-field.html - [similar]
Result のコンストラクタ 5013
« mysql_xdevapi\Result Result::getAffectedItemsCount » PHP Manual mysql_xdevapi\Result Result... コンストラクタ Result::__construct (No version information available, mi ... ght only be in Git) Result::__construct — Result のコンストラクタ 説明 privat ... e mysql_xdevapi\Result::__construct () 生成された ID や AUTO_INCREMENT の ... 数にはパラメータはありません。 例 例1 mysql_xdevapi\Result::__construct() の例 <?php $session = mysql_xdevapi ...
https://man.plustar.jp/php/mysql-xdevapi-result.construct.html - [similar]
If true, the result of the first field grouping command is used as the main resu... 5013
« SolrQuery::setGroupLimit SolrQuery::setGroupNGroups » PHP Manual SolrQuery If true, the result ... e first field grouping command is used as the main result list in the response, using group.format=simple So ... r >= 2.2.0) SolrQuery::setGroupMain — If true, the result of the first field grouping command is used as the ... main result list in the response, using group.format=simple 説 ... oupMain ( string $value ): SolrQuery If true , the result of the first field grouping command is used as the ...
https://man.plustar.jp/php/solrquery.setgroupmain.html - [similar]
Fetch the next row from a result set 5000
« cubrid_execute cubrid_free_result » PHP Manual CUBRID 関数 Fetch the next row from a result se ... >= 8.3.0) cubrid_fetch — Fetch the next row from a result set 説明 cubrid_fetch ( resource $result , int $ty ... unction is used to get a single row from the query result. The cursor automatically moves to the next row af ... ter getting the result. パラメータ result result comes from a call to cub ... rid_execute() type Array type of the fetched result CUBRID_NUM, CUBRID_ASSOC, CUBRID_BOTH, CUBRID_OBJE ...
https://man.plustar.jp/php/function.cubrid-fetch.html - [similar]
結果のすべての行を連想配列・数値添字配列あるいはその両方の形式で取得する 4980
« mysqli_result::data_seek mysqli_result::fetch_array » PHP Manual mysqli_result 結果のすべての行 ... 数値添字配列あるいはその両方の形式で取得する mysqli_result::fetch_all mysqli_fetch_all (PHP 5 >= 5.3.0, PHP 7 ... , PHP 8) mysqli_result::fetch_all -- mysqli_fetch_all — 結果のすべての行を ... 形式で取得する 説明 オブジェクト指向型 public mysqli_result::fetch_all ( int $mode = MYSQLI_NUM ): array 手続き ... 型 mysqli_fetch_all ( mysqli_result $result , int $mode = MYSQLI_NUM ): array すべての ...
https://man.plustar.jp/php/mysqli-result.fetch-all.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 NEXT