検索

phrase: max: clip:
target: order:
Results of 601 - 610 of about 790 for result (0.121 sec.)
結果を取得する 2836
« Statement::getNextResult Statement::hasMoreResults » PHP Manual mysql_xdevapi\Statement 結果を ... 取得する Statement::getResult (No version information available, might only be i ... n Git) Statement::getResult — 結果を取得する 説明 public mysql_xdevapi\Stateme ... nt::getResult (): mysql_xdevapi\Result 警告 この関数は、 現在のと ... りません。 戻り値 例 例1 mysql_xdevapi\Statement::getResult() の例 <?php /* ... */ ?> 関連キーワード: 取得 , S ...
https://man.plustar.jp/php/mysql-xdevapi-statement.getresult.html - [similar]
直近に実行されたステートメントで変更・削除・追加、あるいは選択された行の総数を返... 2836
« mysqli_stmt mysqli_stmt::attr_get » PHP Manual mysqli_stmt 直近に実行されたステートメントで変更 ... を返したか、 SELECT 文については、 mysqli_stmt_store_result() をコールする前に mysqli_stmt_affected_rows() がコ ... から取得した結果セットの行数を返す mysqli_stmt_store_result() - 内部バッファに結果を保存する 関連キーワード: s ...
https://man.plustar.jp/php/mysqli-stmt.affected-rows.html - [similar]
直前の MySQL の操作で変更された行の数を得る 2836
« mysqli mysqli::autocommit » PHP Manual mysqli 直前の MySQL の操作で変更された行の数を得る mysq ... mysqli -> affected_rows ); /* 全件選択します。 */ $result = $mysqli -> query ( "SELECT CountryCode FROM Lang ... _affected_rows ( $link )); /* 全件選択します。 */ $result = mysqli_query ( $link , "SELECT CountryCode FROM ...
https://man.plustar.jp/php/mysqli.affected-rows.html - [similar]
Saves the RRD database query into image and returns the verbose information abou... 2836
« RRDGraph::save RRDGraph::setOptions » PHP Manual RRDGraph Saves the RRD database query into im ... as image filename, image data are also returned in result array. パラメータ この関数にはパラメータはありませ ...
https://man.plustar.jp/php/rrdgraph.saveverbose.html - [similar]
次の XPath クエリ用の prefix/ns コンテキストを作成する 2836
« SimpleXMLElement::getNamespaces SimpleXMLElement::saveXML » PHP Manual SimpleXMLElement 次の X ... ace ( 'c' , 'http://example.org/chapter-title' ); $result = $sxe -> xpath ( '//c:title' ); foreach ( $result ...
https://man.plustar.jp/php/simplexmlelement.registerxpathnamespace.html - [similar]
Call service 2836
« Yar_Client Yar_Client::__construct » PHP Manual Yar_Client Call service Yar_Client::__call (PE ... ( "http://host/api/" ); /* call remote service */ $result = $client -> some_method ( "parameter" ); ?> 上の例 ...
https://man.plustar.jp/php/yar-client.call.html - [similar]
最初の MySQL API 2822
« Warning::__construct はじめに » PHP Manual MySQL 最初の MySQL API 最初の MySQL API はじめに イ ... において指定したフィールドの型を取得する mysql_free_result — 結果保持用メモリを開放する mysql_get_client_info ... 文中で用いる文字列の特殊文字をエスケープする mysql_result — 結果データを得る mysql_select_db — MySQL データベ ...
https://man.plustar.jp/php/book.mysql.html - [similar]
The GearmanClient class 2822
« Basic Gearman client and worker, submitting tasks GearmanClient::addOptions » PHP Manual Gearm ... GearmanClient::do — Run a single task and return a result [deprecated] GearmanClient::doBackground — Run a t ... nClient::doNormal — Run a single task and return a result GearmanClient::doStatus — Get the status for the r ...
https://man.plustar.jp/php/class.gearmanclient.html - [similar]
CollectionRemove クラス 2822
« CollectionModify::unset CollectionRemove::bind » PHP Manual Mysql_xdevapi CollectionRemove クラ ... \CollectionRemove public execute (): mysql_xdevapi\Result public limit ( int $rows ): mysql_xdevapi\Collecti ...
https://man.plustar.jp/php/class.mysql-xdevapi-collectionremove.html - [similar]
ユーザーが指定したコールバック関数を利用し、 追加された添字の確認を含めて配列の... 2822
« array_diff_key array_diff_ukey » PHP Manual 配列 関数 ユーザーが指定したコールバック関数を利用 ... ay2 = array( "a" => "green" , "yellow" , "red" ); $result = array_diff_uassoc ( $array1 , $array2 , "key_com ... pare_func" ); print_r ( $result ); ?> 上の例の出力は以下となります。 Array ( [b] = ...
https://man.plustar.jp/php/function.array-diff-uassoc.html - [similar]