検索

phrase: max: clip:
target: order:
Results of 461 - 470 of about 1114 for from (0.104 sec.)
The EventHttpRequest class 2741
« EventHttpConnection::setTimeout EventHttpRequest::addHeader » PHP Manual Event The EventHttpRe ... Request::clearHeaders — Removes all output headers from the header list of the request EventHttpRequest::c ... HttpRequest::removeHeader — Removes an HTTP header from the headers of the request EventHttpRequest::sendE ...
https://man.plustar.jp/php/class.eventhttprequest.html - [similar]
Get a column using OID 2741
« cubrid_get_server_info cubrid_insert_id » PHP Manual CUBRID 関数 Get a column using OID cubrid ... NULL (If error occurs to distinguish empty string from NULL, then it prints the warning message. You can ... 'b')" ); $req = cubrid_execute ( $conn , "SELECT * FROM foo" , CUBRID_INCLUDE_OID ); cubrid_move_cursor ( ...
https://man.plustar.jp/php/function.cubrid-get.html - [similar]
Oracle データベースに接続する 2741
« oci_commit oci_define_by_name » PHP Manual OCI8 関数 Oracle データベースに接続する oci_connect ... R_ERROR ); } $stid = oci_parse ( $conn , 'SELECT * FROM employees' ); oci_execute ( $stid ); echo "<table ... R_ERROR ); } $stid = oci_parse ( $conn , 'SELECT * FROM employees' ); oci_execute ( $stid ); echo "<table ... R_ERROR ); } $stid = oci_parse ( $conn , 'SELECT * FROM employees' ); oci_execute ( $stid ); echo "<table ... , $conn ) { $stmt = oci_parse ( $conn , "select * from hallo" ); oci_execute ( $stmt , OCI_DEFAULT ); ech ...
https://man.plustar.jp/php/function.oci-connect.html - [similar]
非同期クエリの結果を取得する 2741
« pg_get_pid pg_host » PHP Manual PostgreSQL 関数 非同期クエリの結果を取得する pg_get_result (PH ... ( $dbconn )) { pg_send_query ( $dbconn , "select * from authors; select count(*) from authors;" ); } $res1 ...
https://man.plustar.jp/php/function.pg-get-result.html - [similar]
Execute a database command that reads on this server 2741
« MongoDB\Driver\Server::executeQuery MongoDB\Driver\Server::executeReadWriteCommand » PHP Manua ... rn" option will default to the corresponding value from the MongoDB Connection URI . 注意 : The "readPrefe ... be used when issuing the operation to a secondary (from a replica set connection, not standalone) or mongo ...
https://man.plustar.jp/php/mongodb-driver-server.executereadcommand.html - [similar]
Explains the driver architecture, and special features 2741
« Application Performance Monitoring (APM) Architecture » PHP Manual MongoDB Explains the driver ... into MongoDB Serialization to BSON Deserialization from BSON 関連キーワード: Architecture , Serialization ...
https://man.plustar.jp/php/mongodb.architecture.html - [similar]
直近のクエリのカラムの数を返す 2741
« mysqli::$error mysqli::get_charset » PHP Manual mysqli 直近のクエリのカラムの数を返す mysqli:: ... , (2, 'Ulf')" ); $mysqli -> real_query ( "SELECT * FROM friends" ); if ( $mysqli -> field_count ) { /* これ ... , 'Ulf')" ); mysqli_real_query ( $link , "SELECT * FROM friends" ); if ( mysqli_field_count ( $link )) { / ...
https://man.plustar.jp/php/mysqli.field-count.html - [similar]
プリペアドステートメント 2741
« ステートメントの実行 ストアドプロシージャ » PHP Manual クイックスタートガイド プリペアドステー ... ; } $result = $mysqli -> query ( 'SELECT id, label FROM test' ); var_dump ( $result -> fetch_all ( MYSQLI_ ... ); $stmt = $mysqli -> prepare ( "SELECT id, label FROM test WHERE id = 1" ); $stmt -> execute (); $result ... ); $stmt = $mysqli -> prepare ( "SELECT id, label FROM test WHERE id = 1" ); $stmt -> execute (); $stmt - ... ); $stmt = $mysqli -> prepare ( "SELECT id, label FROM test WHERE id = 1" ); $stmt -> execute (); $result ...
https://man.plustar.jp/php/mysqli.quickstart.prepared-statements.html - [similar]
どの API を使うか 2741
« 用語説明 どのライブラリを選ぶか » PHP Manual MySQL 用 PHP ドライバの概要 どの API を使うか どの ... ry ( "SELECT 'Hello, dear MySQL user!' AS _message FROM DUAL" ); $row = $result -> fetch_assoc (); echo ht ... ry ( "SELECT 'Hello, dear MySQL user!' AS _message FROM DUAL" ); $row = $statement -> fetch ( PDO :: FETCH ...
https://man.plustar.jp/php/mysqlinfo.api.choosing.html - [similar]
OCI8 Transparent Application Failover (TAF) Support 2741
« OCI8 高速アプリケーション通知 (FAN) サポート OCI8 および DTrace 動的トレーシング » PHP Manual ... llows users with open cursors to continue fetching from them after failure. return value 0 indicates the f ... em disconnect session '''||sid||','||serial#||'''' from v$session_connect_info where sid = sys_context('US ... rsing user query\n" ); $sql = "select systimestamp from dual" ; $stmt = oci_parse ( $conn , $sql ); // For ...
https://man.plustar.jp/php/oci8.taf.html - [similar]