検索

phrase: max: clip:
target: order:
Results of 271 - 280 of about 790 for result (0.039 sec.)
指定したステートメントのカラム数を返す 3393
« mysqli_stmt::fetch mysqli_stmt::free_result » PHP Manual mysqli_stmt 指定したステートメントのカ ... $code ); $stmt -> execute (); $row = $stmt -> get_result ()-> fetch_row (); for ( $i = 0 ; $i < $stmt -> fi ... t , 's' , $code ); mysqli_stmt_execute ( $stmt ); $result = mysqli_stmt_get_result ( $stmt ); $row = mysqli_ ... fetch_row ( $result ); for ( $i = 0 ; $i < mysqli_stmt_field_count ( $ ...
https://man.plustar.jp/php/mysqli-stmt.field-count.html - [similar]
非同期クエリから結果を取得する 3393
« mysqli::real_query mysqli::refresh » PHP Manual mysqli 非同期クエリから結果を取得する mysqli:: ... ト指向型 public mysqli::reap_async_query (): mysqli_result | bool 手続き型 mysqli_reap_async_query ( mysqli $ ... mysql ): mysqli_result | bool 非同期クエリから結果を取得します。 注意 : m ... 成功した場合は、 mysqli_reap_async_query() は mysqli_result オブジェクトを返します。それ以外のクエリが成功した ... ド: mysqli , query , 非同期 , 取得 , reap , async , result , 手続き , 成功 , オブジェクト ...
https://man.plustar.jp/php/mysqli.reap-async-query.html - [similar]
Returns the group.main value 3393
« SolrQuery::getGroupLimit SolrQuery::getGroupNGroups » PHP Manual SolrQuery Returns the group.m ... 戻り値 参考 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 関 ... Returns , SolrQuery , main , the , getGroupMain , result , パラメータ , format , using ...
https://man.plustar.jp/php/solrquery.getgroupmain.html - [similar]
The GearmanJob class 3380
« GearmanClient::wait GearmanJob::complete » PHP Manual Gearman The GearmanJob class The Gearman ... rmanJob { /* メソッド */ public complete ( string $result ): bool public __construct () public data ( string ... c returnCode (): int public sendComplete ( string $result ): bool public sendData ( string $data ): bool pub ... ize (): int } 目次 GearmanJob::complete — Send the result and complete status (deprecated) GearmanJob::__con ... st return code GearmanJob::sendComplete — Send the result and complete status GearmanJob::sendData — Send da ...
https://man.plustar.jp/php/class.gearmanjob.html - [similar]
指定されたステートメントリソースに関連付けられたリソースを開放する 3380
« db2_free_result db2_get_option » PHP Manual IBM DB2 関数 指定されたステートメントリソースに関連 ... 黙的に開放されますが、 スクリプトの終了前に db2_stmt_result() をコールすることで、明示的にステートメントリソー ... を、失敗した場合に false を返します。 参考 db2_free_result() - 結果セットに関連付けられたリソースを開放する 関 ... ース , 開放 , ステートメント , stmt , 指定 , free , result , スクリプト , 終了 , 明示 ...
https://man.plustar.jp/php/function.db2-free-stmt.html - [similar]
接続リソースあるいはステートメントリソースのオプションを設定する 3380
« db2_server_info db2_special_columns » PHP Manual IBM DB2 関数 接続リソースあるいはステートメン ... 列、そして型を表す値を指定して関数をコールします */ $result = db2_set_option ( $conn , $options , 1 ); /* すべ ... プションが正しく設定できたかどうかを調べます */ if( $result ) { echo 'オプションの設定に成功しました' ; } else ... 列、そして型を表す値を指定して関数をコールします */ $result = db2_set_option ( $conn , $options , 1 ); /* すべ ... プションが正しく設定できたかどうかを調べます */ if( $result ) { echo 'オプションの設定に成功しました' ; } else ...
https://man.plustar.jp/php/function.db2-set-option.html - [similar]
結果セットにおけるフィールド数を得る 3380
« ibase_name_result ibase_num_params » PHP Manual Firebird/InterBase 関数 結果セットにおけるフィ ... フィールド数を得る 説明 ibase_num_fields ( resource $result_id ): int 結果セットにおけるフィールド数を整数とし ... て返します。 パラメータ result_id InterBase 結果 ID。 戻り値 フィールドの数を整数 ... ワード: フィールド , セット , ibase , num , fields , result , 整数 , params , 関数 , resource ...
https://man.plustar.jp/php/function.ibase-num-fields.html - [similar]
Basic Gearman client and worker, background 3380
« Basic usage Basic Gearman client and worker, submitting tasks » PHP Manual 例 Basic Gearman cl ... and exits (and hence the client never receives the results). <?php # create our client object $gmclient = ne ... endStatus ( $x , $workload_size ); sleep ( 1 ); } $result = strrev ( $workload ); echo "Result: $result \n" ... n what we want to send back to the client. return $result ; } # A much simpler and less verbose version of t ... plete 12/14 complete 13/14 complete 14/14 complete Result: tset a si siht % php reverse_client_bg.php done! ...
https://man.plustar.jp/php/gearman.examples-reverse-bg.html - [similar]
Basic Gearman client and worker, submitting tasks 3380
« Basic Gearman client and worker, background GearmanClient » PHP Manual 例 Basic Gearman client ... ( substr ( $workload , $x , 1 )); sleep ( 1 ); } $result = strrev ( $workload ); echo "Result: $result \n" ... n what we want to send back to the client. return $result ; } # A much simpler and less verbose version of t ... ad: foo (3) 1/3 complete 2/3 complete 3/3 complete Result: oof Received job: H:foo.local:44 Workload: bar (3 ... ) 1/3 complete 2/3 complete 3/3 complete Result: rab % php reverse_client_task.php CREATED: H:foo. ...
https://man.plustar.jp/php/gearman.examples-reverse-task.html - [similar]
関数・メソッド 3380
« 索引 サンプル » PHP Manual 索引 関数・メソッド 関数・メソッド マニュアル内の全関数およびメソッ ... する basename - パスの最後にある名前の部分を返す BaseResult::getWarnings - 直近の操作の警告を取得する BaseResu ... onstruct - CollectionRemove のコンストラクタ ColumnResult::getCharacterSetName - キャラクタセットを取得する ... ColumnResult::getCollationName - 照合順序名を取得する ColumnRes ... t::getColumnLabel - カラムのラベルを取得する ColumnResult::getColumnName - カラム名を取得する ColumnResult:: ...
https://man.plustar.jp/php/indexes.functions.html - [similar]