検索

phrase: max: clip:
target: order:
Results of 111 - 120 of about 790 for result (0.025 sec.)
Return an array with the lengths of the values of each field from the current ro... 4153
« cubrid_fetch_field cubrid_fetch_object » PHP Manual CUBRID MySQL 互換関数 Return an array with ... current row 説明 cubrid_fetch_lengths ( resource $result ): array This function returns a numeric array wit ... e values of each field from the current row of the result set or it returns FALSE on failure. 注意 : If fiel ... its length by using cubrid_lob_size() . パラメータ result result comes from a call to cubrid_execute() 戻り値 ... ubrid_connect ( "localhost" , 33000 , "demodb" ); $result = cubrid_execute ( $conn , "SELECT * FROM game WHE ...
https://man.plustar.jp/php/function.cubrid-fetch-lengths.html - [similar]
Returns the result document for the failed command 4153
« MongoDB\Driver\Exception\CommandException MongoDB\Driver\Exception\ConnectionException » PHP M ... goDB\Driver\Exception\CommandException Returns the result document for the failed command MongoDB\Driver\Exc ... eption\CommandException::getResultDocument (mongodb >= 1.5.0) MongoDB\Driver\Exceptio ... n\CommandException::getResultDocument — Returns the result document for the fail ... blic MongoDB\Driver\Exception\CommandException::getResultDocument (): object Returns the result document for ...
https://man.plustar.jp/php/mongodb-driver-commandexception.getresultdocument.htm... - [similar]
結果セットの行からひとつのカラムを返す 4133
« db2_procedures db2_rollback » PHP Manual IBM DB2 関数 結果セットの行からひとつのカラムを返す d ... b2_result (PECL ibm_db2 >= 1.0.0) db2_result — 結果セットの行 ... からひとつのカラムを返す 説明 db2_result ( resource $stmt , mixed $column ): mixed db2_resu ... ます。 結果セットポインタの位置を指定するため、 db2_result() のコール前には db2_fetch_row() をコールする必要が ... 合には NULL を返し、警告を発生させます。 例 例1 db2_result() の例 以下の例では、 db2_fetch_row() で結果セット ...
https://man.plustar.jp/php/function.db2-result.html - [similar]
結果セットを解放する 4133
« ibase_free_query ibase_gen_id » PHP Manual Firebird/InterBase 関数 結果セットを解放する ibase_ ... free_result (PHP 5, PHP 7 < 7.4.0) ibase_free_result — 結果セッ ... トを解放する 説明 ibase_free_result ( resource $result_identifier ): bool 結果セットを ... 解放します。 パラメータ result_identifier ibase_query() あるいは ibase_execute() ... を返します。 関連キーワード: セット , 解放 , ibase , result , free , query , identifier , gen , 関数 , resourc ...
https://man.plustar.jp/php/function.ibase-free-result.html - [similar]
直近のクエリのカラムの数を返す 4133
« mysqli::$error mysqli::get_charset » PHP Manual mysqli 直近のクエリのカラムの数を返す mysqli:: ... なのかそうではないのかを判断するために mysqli_store_result() 関数を使用する際に有用です。 パラメータ link 手続 ... これは select/show あるいは describe クエリです */ $result = $mysqli -> store_result (); /* 結果セットを処理し ... ます */ $row = $result -> fetch_row (); /* 結果セットを開放します */ $res ... これは select/show あるいは describe クエリです */ $result = mysqli_store_result ( $link ); /* 結果セットを処 ...
https://man.plustar.jp/php/mysqli.field-count.html - [similar]
CUBRID 関数 4133
« 例 cubrid_bind » PHP Manual CUBRID CUBRID 関数 CUBRID 関数 目次 cubrid_bind — Bind variables t ... OID cubrid_column_names — Get the column names in result cubrid_column_types — Get column types in result c ... statement cubrid_fetch — Fetch the next row from a result set cubrid_free_result — Free the memory occupied ... by the result data cubrid_get_autocommit — Get auto-commit mode ... en OID cubrid_move_cursor — Move the cursor in the result cubrid_next_result — Get result of next query when ...
https://man.plustar.jp/php/ref.cubrid.html - [similar]
LDAP ページネーションクッキーを取得する 4099
« ldap_connect ldap_control_paged_result » PHP Manual LDAP 関数 LDAP ページネーションクッキーを取 ... 得する ldap_control_paged_result_response (PHP 5 >= 5.4.0, PHP 7) ldap_control_page ... d_result_response — LDAP ページネーションクッキーを取得する ... トロール も参照して下さい。 説明 ldap_control_paged_result_response ( resource $link , resource $result , str ... ラメータ link ldap_connect() が返す LDAP リソース。 result cookie サーバーから送られる opaque structure。 est ...
https://man.plustar.jp/php/function.ldap-control-paged-result-response.html - [similar]
指定されたフィールドのフィールド番号を返す 4079
« pg_field_name pg_field_prtlen » PHP Manual PostgreSQL 関数 指定されたフィールドのフィールド番号 ... ルドのフィールド番号を返す 説明 pg_field_num ( PgSql\Result $result , string $field ): int pg_field_num() は、 ... 指定した結果 ( result ) インスタンスにおいて field に相当するカラム(フィ ... 以前は pg_fieldnum() と呼ばれていました。 パラメータ result pg_query() 、 pg_query_params() や (様々な関数があ ... りますが、特に) pg_execute() が返した PgSql\Result クラスのインスタンス。 field フィールドの名前。 こ ...
https://man.plustar.jp/php/function.pg-field-num.html - [similar]
4059
« 定義済み定数 CUBRID 関数 » PHP Manual CUBRID 例 例 The following is a simple example that esta ... sports" ; /** * Request the CUBRID Server for the results of the SQL statement. * Now make the actual conne ... ction to the CUBRID Server. */ $result = cubrid_execute ( $cubrid_con , $sql ); if ( $res ... ult ) { /** * Get the column names from the result set created by the SQL query. */ $columns = cubrid ... _column_names ( $result ); /** * Get the number of columns in the result s ...
https://man.plustar.jp/php/cubrid.examples.html - [similar]
LDAP ディレクトリにバインドする 4059
« ldap_add ldap_bind » PHP Manual LDAP 関数 LDAP ディレクトリにバインドする ldap_bind_ext (PHP 7 ... password = null , ? array $controls = null ): LDAP\Result | false ldap_bind() と同じですが、 ldap_parse_resu ... lt() を使ってパースされた結果を表す LDAP\Result クラスのインスタンスを返します。 パラメータ ldap_b ... ind() を参照してください。 戻り値 LDAP\Result クラスのインスタンスを返します。失敗した場合に fal ... ョンでは、 リソース を期待していました。 8.1.0 LDAP\Result クラスのインスタンスを返すようになりました。 これよ ...
https://man.plustar.jp/php/function.ldap-bind-ext.html - [similar]