検索

phrase: max: clip:
target: order:
Results of 81 - 90 of about 790 for result (0.067 sec.)
4388
« 定義済み定数 Eio 関数 » PHP Manual Eio 例 例 例1 リクエストの取り消し <?php /* eio_nop() が終わ ... ったら呼ばれます */ function my_nop_cb ( $data , $result ) { echo "my_nop " , $data , "\n" ; } // この eio_ ... 呼ばれます */ function my_chmod_callback ( $data , $result ) { global $temp_filename ; if ( $result == 0 && ! ... ールバック */ function my_custom_callback ( $data , $result ) { var_dump ( $data ); var_dump ( count ( $result ... )); var_dump ( $result [ 'data_modified' ]); var_dump ( $result [ 'result ...
https://man.plustar.jp/php/eio.examples.html - [similar]
LOB ファイルから、ユーザーが定義したサイズの内容を取得する 4388
« db2_last_insert_id db2_next_result » PHP Manual IBM DB2 関数 LOB ファイルから、ユーザーが定義し ... if ( $conn ) { $drop = 'DROP TABLE clob_stream' ; $result = @ db2_exec ( $conn , $drop ); $create = 'CREATE ... TABLE clob_stream (id INTEGER, my_clob CLOB)' ; $result = db2_exec ( $conn , $create ); $variable = "" ; $ ... ); $sql = "SELECT id,my_clob FROM clob_stream" ; $result = db2_prepare ( $conn , $sql ); db2_execute ( $res ... ult ); db2_fetch_row ( $result ); $i = 0 ; /* LOB データの読み込み */ while ( $da ...
https://man.plustar.jp/php/function.db2-lob-read.html - [similar]
プリペアドステートメント 4388
« ステートメントの実行 ストアドプロシージャ » PHP Manual クイックスタートガイド プリペアドステー ... $data as $id => $label ) { $stmt -> execute (); } $result = $mysqli -> query ( 'SELECT id, label FROM test' ... ); var_dump ( $result -> fetch_all ( MYSQLI_ASSOC )); 上の例の出力は以下 ... l FROM test WHERE id = 1" ); $stmt -> execute (); $result = $stmt -> get_result (); $row = $result -> fetch_ ... 力値をバインドして取得することもできますし、 mysqli_result から取得するようにリクエストすることもできます。 出 ...
https://man.plustar.jp/php/mysqli.quickstart.prepared-statements.html - [similar]
結果データを得る 4368
« mysql_real_escape_string mysql_select_db » PHP Manual MySQL 関数 結果データを得る mysql_result ... (PHP 4, PHP 5) mysql_result — 結果データを得る 警告 この拡張モジュールは PHP 5 ... 組み合わせる PDOStatement::fetchColumn() 説明 mysql_result ( resource $result , int $row , mixed $field = 0 ) ... 一回の関数コールで複数のセルの内容を返すので、 mysql_result() よりもかなり高速です。 また、フィールド引数として ... 名のように指定するよりも かなり高速です。 パラメータ result 評価された結果 リソース 。この結果は、 mysql_query ...
https://man.plustar.jp/php/function.mysql-result.html - [similar]
The MongoDB\Driver\Cursor class 4348
« MongoDB\Driver\ReadConcern::unserialize MongoDB\Driver\Cursor::__construct » PHP Manual MongoD ... に The MongoDB\Driver\Cursor class encapsulates the results of a MongoDB command or query and may be returned ... ace , which extends Traversable . 例 例1 Reading a result set MongoDB\Driver\Manager::executeCommand() and M ... B\Driver\Manager::executeQuery() both return their result(s) as a MongoDB\Driver\Cursor object. This object ... can be used to iterate over the result set of the command or query. Because MongoDB\Drive ...
https://man.plustar.jp/php/class.mongodb-driver-cursor.html - [similar]
Return the name of the table of the specified field 4348
« cubrid_field_seek cubrid_field_type » PHP Manual CUBRID MySQL 互換関数 Return the name of the ... pecified field 説明 cubrid_field_table ( resource $result , int $field_offset ): string This function return ... using large select queries with JOINS. パラメータ result result comes from a call to cubrid_execute() field ... ubrid_connect ( "localhost" , 33000 , "demodb" ); $result = cubrid_execute ( $conn , "SELECT * FROM code" ); ... $col_num = cubrid_num_cols ( $result ); printf ( "%-15s %-15s %s\n" , "Field Table" , " ...
https://man.plustar.jp/php/function.cubrid-field-table.html - [similar]
フィールドが SQL の NULL かどうか調べる 4348
« pg_fetch_row pg_field_name » PHP Manual PostgreSQL 関数 フィールドが SQL の NULL かどうか調べる ... NULL かどうか調べる 説明 pg_field_is_null ( PgSql\Result $result , int $row , mixed $field ): int pg_field_ ... is_null ( PgSql\Result $result , mixed $field ): int pg_field_is_null() は ... 、 PgSql\Result クラスのインスタンスの フィールドが SQL の NULL で ... は pg_fieldisnull() と呼ばれていました。 パラメータ result pg_query() 、 pg_query_params() や (様々な関数があ ...
https://man.plustar.jp/php/function.pg-field-is-null.html - [similar]
Return the type of the column corresponding to the given field offset 4328
« cubrid_field_table cubrid_list_dbs » PHP Manual CUBRID MySQL 互換関数 Return the type of the c ... en field offset 説明 cubrid_field_type ( resource $result , int $field_offset ): string This function return ... ollowing: "int", "real", "string", etc. パラメータ result result comes from a call to cubrid_execute() field ... ubrid_connect ( "localhost" , 33000 , "demodb" ); $result = cubrid_execute ( $conn , "SELECT * FROM code" ); ... $col_num = cubrid_num_cols ( $result ); printf ( "%-15s %-15s %s\n" , "Field Table" , " ...
https://man.plustar.jp/php/function.cubrid-field-type.html - [similar]
Return the number of columns in the result set 4328
« cubrid_list_dbs cubrid_ping » PHP Manual CUBRID MySQL 互換関数 Return the number of columns in ... the result set cubrid_num_fields (PECL CUBRID >= 8.3.0) cubri ... d_num_fields — Return the number of columns in the result set 説明 cubrid_num_fields ( resource $result ): i ... This function returns the number of columns in the result set, on success, or it returns FALSE on failure. パ ... ラメータ result result comes from a call to cubrid_execute() , cub ...
https://man.plustar.jp/php/function.cubrid-num-fields.html - [similar]
Get the number of rows in the result set 4328
« cubrid_num_cols cubrid_pconnect_with_url » PHP Manual CUBRID 関数 Get the number of rows in th ... e result set cubrid_num_rows (PECL CUBRID >= 8.3.0) cubrid_ ... num_rows — Get the number of rows in the result set 説明 cubrid_num_rows ( resource $result ): int ... n is used to get the number of rows from the query result. It can be used for SELECT statements. For INSERT ... when it is used for asynchronous query. パラメータ result result comes from a call to cubrid_execute() , cub ...
https://man.plustar.jp/php/function.cubrid-num-rows.html - [similar]