検索

phrase: max: clip:
target: order:
Results of 251 - 260 of about 790 for Result (0.044 sec.)
正規化された絶対パスを取得する 3488
« eio_readlink eio_rename » PHP Manual Eio 関数 正規化された絶対パスを取得する eio_realpath (PEC ... lpath() は、正規化された絶対パスを callback 関数の result 引数で返します。 パラメータ path 短い形式のパス。 ... etcwd ()); function my_realpath_allback ( $data , $result ) { var_dump ( $result ); } eio_realpath ( "../" , ... ealpath , string , callback , 関数 , path , data , result ...
https://man.plustar.jp/php/function.eio-realpath.html - [similar]
Run a single high priority task 3488
« GearmanClient::doBackground GearmanClient::doHighBackground » PHP Manual GearmanClient Run a s ... ty task and returns a string representation of the result. It is up to the GearmanClient and GearmanWorker t ... o agree on the format of the result. High priority tasks will get precedence over norm ... に用いる一意な ID。 戻り値 A string representing the results of running a task. 参考 GearmanClient::doNormal() ... - Run a single task and return a result GearmanClient::doLow() - Run a single low priority ...
https://man.plustar.jp/php/gearmanclient.dohigh.html - [similar]
Run a single low priority task 3488
« GearmanClient::doJobHandle GearmanClient::doLowBackground » PHP Manual GearmanClient Run a sin ... ty task and returns a string representation of the result. It is up to the GearmanClient and GearmanWorker t ... o agree on the format of the result. Normal and high priority tasks will get precedenc ... に用いる一意な ID。 戻り値 A string representing the results of running a task. 参考 GearmanClient::doNormal() ... - Run a single task and return a result GearmanClient::doHigh() - Run a single high priori ...
https://man.plustar.jp/php/gearmanclient.dolow.html - [similar]
サンプル 3488
« 関数・メソッド 変更履歴 » PHP Manual 索引 サンプル サンプル マニュアル内の全サンプルの一覧 Exa ... 99 - odbc_fetch_into の例 Example#1000 - odbc_next_result Example#1001 - odbc_execute および odbc_prepare の ... ースのプロシージャ一覧を表示する Example#1005 - odbc_result の例 Example#1006 - odbc_setoption の例 Example#10 ... - cubrid_fetch example Example#1130 - cubrid_free_result example Example#1131 - cubrid_get_charset example ... rid_move_cursor example Example#1157 - cubrid_next_result example Example#1158 - cubrid_num_cols example Exa ...
https://man.plustar.jp/php/indexes.examples.html - [similar]
SQL クエリを実行する 3488
« mysqli::real_escape_string mysqli::reap_async_query » PHP Manual mysqli SQL クエリを実行する m ... 果を取得したり保存したりするには、関数 mysqli_store_result() あるいは mysqli_use_result() を使用します。 指定 ... () - データベース上でクエリを実行する mysqli_store_result() - 直近のクエリから結果セットを転送する mysqli_us ... e_result() - 結果セットの取得を開始する 関連キーワード: mys ... qli , query , 実行 , string , result , データベース , use , store , 取得 , セット ...
https://man.plustar.jp/php/mysqli.real-query.html - [similar]
結果セットから、残っている行を取得する 3488
« PDOStatement::fetch PDOStatement::fetchColumn » PHP Manual PDOStatement 結果セットから、残って ... */ print( "Fetch all of the remaining rows in the result set:\n" ); $result = $sth -> fetchAll (); print_r ... ( $result ); ?> 上の例の出力は、 たとえば以下のようになります ... 。 Fetch all of the remaining rows in the result set: Array ( [0] => Array ( [name] => apple [0] => ... xecute (); /* 最初のカラムの全ての値を取得する */ $result = $sth -> fetchAll ( PDO :: FETCH_COLUMN , 0 ); va ...
https://man.plustar.jp/php/pdostatement.fetchall.html - [similar]
拡張サービスの結果を調査する 3467
« yaz_error yaz_es » PHP Manual YAZ 関数 拡張サービスの結果を調査する yaz_es_result (PHP 4 >= 4. ... 2.0, PECL yaz >= 0.9.0) yaz_es_result — 拡張サービスの結果を調査する 説明 yaz_es_result ... する 関連キーワード: 拡張 , サービス , yaz , 調査 , result , 要素 , 関数 , サーバー , リクエスト , 参考 ...
https://man.plustar.jp/php/function.yaz-es-result.html - [similar]
The MongoDB\Driver\BulkWrite class 3447
« MongoDB\Driver\Query::__construct MongoDB\Driver\BulkWrite::__construct » PHP Manual MongoDB\D ... ' => 3 ]); $bulk -> delete ([ 'x' => 1 ]); ?> Will result in four write commands (i.e. roundtrips) being exe ... Driver \ WriteConcern :: MAJORITY , 1000 ); try { $result = $manager -> executeBulkWrite ( 'db.collection' , ... \ Driver \ Exception \ BulkWriteException $e ) { $result = $e -> getWriteResult (); // Check if the write c ... could not be fulfilled if ( $writeConcernError = $result -> getWriteConcernError ()) { printf ( "%s (%d): % ...
https://man.plustar.jp/php/class.mongodb-driver-bulkwrite.html - [similar]
Commit a transaction 3447
« cubrid_column_types cubrid_connect_with_url » PHP Manual CUBRID 関数 Commit a transaction cubr ... e ( $conn , "SELECT * FROM publishers" ); while ( $result = cubrid_fetch_assoc ( $req )) { printf ( "%-3s %- ... 20s %-15s %-3s %-15s\n" , $result [ "pub_id" ], $result [ "pub_name" ], $result [ "c ... ity" ], $result [ "state" ], $result [ "country" ]); } } cubrid_di ...
https://man.plustar.jp/php/function.cubrid-commit.html - [similar]
Rewind the cursor to the first result 3447
« MongoDB\Driver\Cursor::next MongoDB\Driver\Cursor::setTypeMap » PHP Manual MongoDB\Driver\Curs ... or Rewind the cursor to the first result MongoDB\Driver\Cursor::rewind (mongodb >=1.9.0) Mo ... er\Cursor::rewind — Rewind the cursor to the first result 説明 public MongoDB\Driver\Cursor::rewind (): void ... 初の要素に巻き戻す 関連キーワード: Driver , ursor , result , Cursor , rewind , Exception , 失敗 , 認証 , スロ ...
https://man.plustar.jp/php/mongodb-driver-cursor.rewind.html - [similar]