検索

phrase: max: clip:
target: order:
Results of 201 - 210 of about 555 for query (0.014 sec.)
mysqli のエラー報告モードを設定する 3814
« mysqli_driver::embedded_server_start mysqli_warning » PHP Manual mysqli_driver mysqli のエラー ... 、エラーを報告するはずです。 */ $result = $mysqli -> query ( "SELECT Name FROM Nonexistingtable WHERE populat ... 、エラーを報告するはずです。*/ $result = $mysqli -> query ( "SELECT Name FROM City WHERE population > 50000" ... リは、エラーを報告するはずです。 */ $result = mysqli_query ( $link , "SELECT Name FROM Nonexistingtable WHERE ... 場合、エラーを報告するはずです。*/ $result = mysqli_query ( $link , "SELECT Name FROM City WHERE population ...
https://man.plustar.jp/php/mysqli-driver.report-mode.html - [similar]
定義済み定数 3814
« リソース型 URL 関数 » PHP Manual URLs 定義済み定数 定義済み定数 以下の定数が定義されています。 ... int ) パースした URL のパスを出力します。 PHP_URL_QUERY ( int ) パースした URL のクエリ文字列を出力します。 ... 降の文字列) を出力します。 以下の定数は、 http_build_query() で利用するものです。 PHP_QUERY_RFC1738 ( int ) » ... ペースはプラス記号 ( + ) にエンコードされます。 PHP_QUERY_RFC3986 ( int ) » RFC 3986 に基づくエンコーディング ...
https://man.plustar.jp/php/url.constants.html - [similar]
The MongoDB\Driver\ClientEncryption class 3799
« MongoDB\Driver\Session::startTransaction MongoDB\Driver\ClientEncryption::__construct » PHP Ma ... string ALGORITHM_UNINDEXED = Unindexed ; const int QUERY_TYPE_EQUALITY = 0 ; /* メソッド */ final public __ ... » deterministic encryption , which is suitable for querying. MongoDB\Driver\ClientEncryption::AEAD_AES_256_ ... indexed, encrypted payload, which can be used with queryable encryption. To insert or query with an indexed ... ith the "autoEncryption" driver option. The "bypassQueryAnalysis" auto encryption option may be true . The ...
https://man.plustar.jp/php/class.mongodb-driver-clientencryption.html - [similar]
Returns the server associated with this cursor 3799
« MongoDB\Driver\Cursor::getId MongoDB\Driver\Cursor::isDead » PHP Manual MongoDB\Driver\Cursor ... his is the server that executed the MongoDB\Driver\Query or MongoDB\Driver\Command . パラメータ この関数には ... Driver \ Manager ( "mongodb://localhost:27017" ); $query = new MongoDB \ Driver \ Query ([]); $bulk = new M ... ollection' , $bulk ); $cursor = $manager -> executeQuery ( 'db.collection' , $query ); var_dump ( $cursor - ...
https://man.plustar.jp/php/mongodb-driver-cursor.getserver.html - [similar]
指定されたデータベース接続のユーザー名を変更する 3799
« mysqli::begin_transaction mysqli::character_set_name » PHP Manual mysqli 指定されたデータベース ... )); exit(); } /* 変数 a を設定します */ $mysqli -> query ( "SET @a:=1" ); /* すべてをリセットし、新しいデー ... y_password" , "world" ); if ( $result = $mysqli -> query ( "SELECT DATABASE()" )) { $row = $result -> fetch ... ; $result -> close (); } if ( $result = $mysqli -> query ( "SELECT @a" )) { $row = $result -> fetch_row (); ... or ()); exit(); } /* 変数 a を設定します */ mysqli_query ( $link , "SET @a:=1" ); /* すべてをリセットし、新 ...
https://man.plustar.jp/php/mysqli.change-user.html - [similar]
手続き型とオブジェクト指向インターフェイス 3799
« クイックスタートガイド データベース接続 » PHP Manual クイックスタートガイド 手続き型とオブジェ ... ser" , "password" , "database" ); $result = mysqli_query ( $mysqli , "SELECT 'Please do not use the depreca ... rd" ); mysql_select_db ( "test" ); $result = mysql_query ( "SELECT 'Use the mysqli extension instead.' AS _ ... ser" , "password" , "database" ); $result = mysqli_query ( $mysqli , "SELECT 'A world full of ' AS _msg FRO ... , "password" , "database" ); $result = $mysqli -> query ( "SELECT 'choices to please everybody.' AS _msg F ...
https://man.plustar.jp/php/mysqli.quickstart.dual-interface.html - [similar]
CUBRID 関数 3799
« 例 cubrid_bind » PHP Manual CUBRID CUBRID 関数 CUBRID 関数 目次 cubrid_bind — Bind variables t ... Returns the CUBRID database parameters cubrid_get_query_timeout — Get the query timeout value of the reque ... the result cubrid_next_result — Get result of next query when executing multiple SQL statements cubrid_num_ ... element from set type column using OID cubrid_set_query_timeout — Set the timeout time of query execution ...
https://man.plustar.jp/php/ref.cubrid.html - [similar]
Firebird/InterBase 関数 3799
« 定義済み定数 fbird_add_user » PHP Manual Firebird/InterBase Firebird/InterBase 関数 Firebird/I ... — のエイリアス ibase_free_event_handler fbird_free_query — のエイリアス ibase_free_query fbird_free_result ... t fbird_prepare — のエイリアス ibase_prepare fbird_query — のエイリアス ibase_query fbird_restore — のエイリ ... 録済みのイベントハンドラをキャンセルする ibase_free_query — プリペアドクエリにより確保されたメモリを解放する ... の持続的接続をオープンする ibase_prepare — Prepare a query for later binding of parameter placeholders and ex ...
https://man.plustar.jp/php/ref.ibase.html - [similar]
SQL文を直接実行する 3776
« odbc_errormsg odbc_execute » PHP Manual ODBC 関数 SQL文を直接実行する odbc_exec (PHP 4, PHP 5, ... 接実行する 説明 odbc_exec ( resource $odbc , string $query ): resource | false SQL 命令を データベースサーバー ... BC 接続 ID。詳細は odbc_connect() を参照ください。 query SQL 文。 戻り値 SQL コマンドの実行に成功した場合に ... キーワード: 実行 , 文 , exec , execute , resource , query , エラー , 準備 , prepare , 参考 ...
https://man.plustar.jp/php/function.odbc-exec.html - [similar]
指定したパラメータを用いてプリペアドステートメントを実行するリクエストを 送信し... 3776
« pg_escape_string pg_fetch_all_columns » PHP Manual PostgreSQL 関数 指定したパラメータを用いてプ ... トを 送信し、その結果を待ちます。 pg_execute() は pg_query_params() と似ています。しかし、実行するコマンドはク ... れ以前のバージョンでは 失敗します。 パラメータは pg_query_params() と同じですが、 クエリ文字列のかわりにプリ ... るクエリを準備 $result = pg_prepare ( $dbconn , "my_query" , 'SELECT * FROM shops WHERE name = $1' ); // プリ ... ないことに注意 $result = pg_execute ( $dbconn , "my_query" , array( "Joe's Widgets" )); // 同じプリペアドクエ ...
https://man.plustar.jp/php/function.pg-execute.html - [similar]