検索

phrase: max: clip:
target: order:
Results of 311 - 320 of about 555 for query (0.089 sec.)
PostgreSQL 関数 3470
« 基本的な使い方 pg_affected_rows » PHP Manual PostgreSQL PostgreSQL 関数 PostgreSQL 関数 注意 注 ... s — 変更されたレコード(タプル)の数を返す pg_cancel_query — 非同期クエリを取り消す pg_client_encoding — クラ ... 終わる文字列を PostgreSQL バックエンドに送信する pg_query_params — SQL コマンドとパラメータを分割してサーバー ... へ送信し、その結果を待つ pg_query — クエリを実行する pg_result_error_field — エラー報 ... するリクエストを 送信し、その結果を待たない pg_send_query_params — コマンドとパラメータを分割してサーバーに送 ...
https://man.plustar.jp/php/ref.pgsql.html - [similar]
Sends a raw update request 3470
« SolrClient::query SolrClient::rollback » PHP Manual SolrClient Sends a raw update request Solr ... ption if the Solr Server had failed to satisfy the query. 例 例1 SolrClient::request() example <?php $optio ...
https://man.plustar.jp/php/solrclient.request.html - [similar]
直近の SQL 文で変更 (あるいは挿入、削除) された行の数を返す 3470
« SQLite3::busyTimeout SQLite3::close » PHP Manual SQLite3 直近の SQL 文で変更 (あるいは挿入、削 ... の例 <?php $db = new SQLite3 ( 'mysqlitedb.db' ); $query = $db -> exec ( 'UPDATE counter SET views=0 WHERE ... page="test"' ); if ( $query ) { echo '変更された行の数: ' , $db -> changes (); ...
https://man.plustar.jp/php/sqlite3.changes.html - [similar]
DOMXPath クラス 3447
« DOMText::splitText DOMXPath::__construct » PHP Manual DOM DOMXPath クラス DOMXPath クラス (PHP ... null , bool $registerNodeNS = true ): mixed public query ( string $expression , ? DOMNode $contextNode = nu ... XPath 式を評価し、可能であれば結果を返す DOMXPath::query — 与えられた XPath 式を評価する DOMXPath::register ...
https://man.plustar.jp/php/class.domxpath.html - [similar]
Yaf_Route_Regex クラス 3447
« Yaf_Route_Map::route Yaf_Route_Regex::assemble » PHP Manual Yaf Yaf_Route_Regex クラス Yaf_Rou ... verse = ? ) public assemble ( array $info , array $query = ? ): ? string public route ( Yaf_Request_Abstrac ... f_Route_Interface::assemble ( array $info , array $query = ? ): string abstract public Yaf_Route_Interface: ...
https://man.plustar.jp/php/class.yaf-route-regex.html - [similar]
PHP の関数を XPath 関数として登録する 3447
« DOMXPath::registerNamespace DOM 関数 » PHP Manual DOMXPath PHP の関数を XPath 関数として登録す ... 関数を book の title に適用します $nodes = $xpath -> query ( '//book[php:functionString("substr", title, 0, 3 ... がいる book のみを取り出します $books = $xpath -> query ( '//book[php:function("has_multiple", author)]' ) ... OMXPath オブジェクトの名前空間を登録する DOMXPath::query() - 与えられた XPath 式を評価する DOMXPath::evalua ...
https://man.plustar.jp/php/domxpath.registerphpfunctions.html - [similar]
Return the number of columns in the result set 3447
« cubrid_next_result cubrid_num_rows » PHP Manual CUBRID 関数 Return the number of columns in th ... tion is used to get the number of columns from the query result. It can only be used when the query execute ...
https://man.plustar.jp/php/function.cubrid-num-cols.html - [similar]
登録済みのイベントハンドラをキャンセルする 3447
« ibase_field_info ibase_free_query » PHP Manual Firebird/InterBase 関数 登録済みのイベントハンド ... base , handler , free , 関数 , イベント , コール , query ...
https://man.plustar.jp/php/function.ibase-free-event-handler.html - [similar]
NULL で終わる文字列を PostgreSQL バックエンドに送信する 3447
« pg_prepare pg_query_params » PHP Manual PostgreSQL 関数 NULL で終わる文字列を PostgreSQL バック ... の例 <?php $conn = pg_pconnect ( "dbname=foo" ); pg_query ( $conn , "create table bar (a int4, b char(16), d ... float8)" ); pg_query ( $conn , "copy bar from stdin" ); pg_put_line ( $ ...
https://man.plustar.jp/php/function.pg-put-line.html - [similar]
直近のクエリから結果セットを転送する 3447
« mysqli::stmt_init mysqli::$thread_id » PHP Manual mysqli 直近のクエリから結果セットを転送する ... それ以外にこの関数が false を返す理由としては mysqli_query() のコールに成功して返された 結果セットが大きすぎる ... 空でない結果セットを生成しています。 例 mysqli_multi_query() を参照ください。 注意 注意 : クエリ結果が使用する ... た際は、特にこれが 重要となります。 参考 mysqli_real_query() - SQL クエリを実行する mysqli_use_result() - 結果 ...
https://man.plustar.jp/php/mysqli.store-result.html - [similar]