検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 790 for result (0.020 sec.)
結果に関連付けられたメモリを開放する 5806
« mysqli_result::field_seek mysqli_result::getIterator » PHP Manual mysqli_result 結果に関連付け ... られたメモリを開放する mysqli_result::free mysqli_result::close mysqli_result::free_res ... ult mysqli_free_result (PHP 5, PHP 7, PHP 8) mysqli_result::free -- mysql ... i_result::close -- mysqli_result::free_result -- mysqli_fre ... e_result — 結果に関連付けられたメモリを開放する 説明 オブジ ...
https://man.plustar.jp/php/mysqli-result.free.html - [similar]
The MySQLi Extension Function Summary 5806
« ノート mysqli » PHP Manual MySQLi The MySQLi Extension Function Summary The MySQLi Extension F ... sks the server to kill a MySQL thread mysqli::more_results() mysqli_more_results() N/A Check if there are an ... y more query results from a multi query mysqli::multi_query() mysqli_m ... N/A Performs a query on the database mysqli::next_result() mysqli_next_result() N/A Prepare next result fro ... ect for use with mysqli_stmt_prepare mysqli::store_result() mysqli_store_result() N/A Transfers a result set ...
https://man.plustar.jp/php/mysqli.summary.html - [similar]
mysqli_result クラス 5390
« mysqli_stmt::store_result mysqli_result::__construct » PHP Manual MySQLi mysqli_result クラス ... mysqli_result クラス (PHP 5, PHP 7, PHP 8) はじめに データベース ... られた結果セットを表します。 クラス概要 class mysqli_result implements IteratorAggregate { /* プロパティ */ pu ... ソッド */ public __construct ( mysqli $mysql , int $result_mode = MYSQLI_STORE_RESULT ) public data_seek ( in ... ic free (): void public close (): void public free_result (): void public getIterator (): Iterator } プロパテ ...
https://man.plustar.jp/php/class.mysqli-result.html - [similar]
mysqli_result オブジェクトを構築する 5390
« mysqli_result mysqli_result::$current_field » PHP Manual mysqli_result mysqli_result オブジェク ... トを構築する mysqli_result::__construct (PHP 5, PHP 7, PHP 8) mysqli_result:: ... __construct — mysqli_result オブジェクトを構築する 説明 public mysqli_result:: ... __construct ( mysqli $mysql , int $result_mode = MYSQLI_STORE_RESULT ) このメソッドは、新しい ... mysqli_result オブジェクトを構築します。 mysqli_real_query() や ...
https://man.plustar.jp/php/mysqli-result.construct.html - [similar]
Return the value of a specific field in a specific row 5228
« cubrid_real_escape_string cubrid_unbuffered_query » PHP Manual CUBRID MySQL 互換関数 Return th ... value of a specific field in a specific row cubrid_result (PECL CUBRID >= 8.3.0) cubrid_result — Return the ... of a specific field in a specific row 説明 cubrid_result ( resource $result , int $row , mixed $field = 0 ) ... value of a specific field in a specific row from a result set. パラメータ result result comes from a call to ... cubrid_execute() row The row number from the result that is being retrieved. Row numbers start at 0. f ...
https://man.plustar.jp/php/function.cubrid-result.html - [similar]
結果に関連するエラーメッセージを取得する 5215
« pg_result_error_field pg_result_seek » PHP Manual PostgreSQL 関数 結果に関連するエラーメッセー ... ジを取得する pg_result_error (PHP 4 >= 4.2.0, PHP 5, PHP 7, PHP 8) pg_res ... — 結果に関連するエラーメッセージを取得する 説明 pg_result_error ( PgSql\Result $result ): string | false pg_ ... result_error() は、結果インスタンス ( result )に関連したエラーメッセージを返します。 このため、 ... も適切な エラーメッセージを得る可能性があります。 pg_result_error_field() は、 pg_result_error() よりもさらに詳 ...
https://man.plustar.jp/php/function.pg-result-error.html - [similar]
Makes the next result of the specified statement active 5215
« sqlsrv_has_rows sqlsrv_num_fields » PHP Manual SQLSRV 関数 Makes the next result of the specif ... ied statement active sqlsrv_next_result (No version information available, might only be i ... n Git) sqlsrv_next_result — Makes the next result of the specified statement ... active 説明 sqlsrv_next_result ( resource $stmt ): mixed Makes the next result of ... the specified statement active. Results include result sets, row counts, and output param ...
https://man.plustar.jp/php/function.sqlsrv-next-result.html - [similar]
結果セットのフィールド数を取得する 5215
« mysqli_result::fetch_row mysqli_result::field_seek » PHP Manual mysqli_result 結果セットのフィ ... ールド数を取得する mysqli_result::$field_count mysqli_num_fields (PHP 5, PHP 7, PHP ... 8) mysqli_result::$field_count -- mysqli_num_fields — 結果セットのフ ... ルド数を取得する 説明 オブジェクト指向型 int $mysqli_result->field_count ; 手続き型 mysqli_num_fields ( mysqli ... _result $result ): int 結果セットからフィールドの数を返しま ...
https://man.plustar.jp/php/mysqli-result.field-count.html - [similar]
結果インスタンスの内部行オフセットを設定する 5174
« pg_result_error pg_result_status » PHP Manual PostgreSQL 関数 結果インスタンスの内部行オフセッ ... トを設定する pg_result_seek (PHP 4 >= 4.3.0, PHP 5, PHP 7, PHP 8) pg_resu ... 結果インスタンスの内部行オフセットを設定する 説明 pg_result_seek ( PgSql\Result $result , int $row ): bool pg_ ... 位置を 指定された offset にセットします。 パラメータ result pg_query() 、 pg_query_params() や (様々な関数があ ... りますが、特に) pg_execute() が返した PgSql\Result クラスのインスタンス。 row PgSql\Result クラスのイ ...
https://man.plustar.jp/php/function.pg-result-seek.html - [similar]
結果の任意の行にポインタを移動する 5161
« mysqli_result::$current_field mysqli_result::fetch_all » PHP Manual mysqli_result 結果の任意の ... 行にポインタを移動する mysqli_result::data_seek mysqli_data_seek (PHP 5, PHP 7, PHP 8) ... mysqli_result::data_seek -- mysqli_data_seek — 結果の任意の行にポ ... ンタを移動する 説明 オブジェクト指向型 public mysqli_result::data_seek ( int $offset ): bool 手続き型 mysqli_d ... ata_seek ( mysqli_result $result , int $offset ): bool mysqli_data_seek() 関 ...
https://man.plustar.jp/php/mysqli-result.data-seek.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT