検索

phrase: max: clip:
target: order:
Results of 201 - 210 of about 254 for host (0.040 sec.)
非同期クエリの結果を取得する 4360
« pg_get_pid pg_host » PHP Manual PostgreSQL 関数 非同期クエリの結果を取得する pg_get_result (PH ...
https://man.plustar.jp/php/function.pg-get-result.html - [similar]
PostgreSQL サーバーからの直近の通知メッセージを返す 4360
« pg_last_error pg_last_oid » PHP Manual PostgreSQL 関数 PostgreSQL サーバーからの直近の通知メッ ... の例 <?php $pgsql_conn = pg_connect ( "dbname=mark host=localhost" ); $res = pg_query ( "CREATE TABLE test ...
https://man.plustar.jp/php/function.pg-last-notice.html - [similar]
直近の行のオブジェクト ID を返す 4360
« pg_last_notice pg_lo_close » PHP Manual PostgreSQL 関数 直近の行のオブジェクト ID を返す pg_la ... データベースに接続します pg_connect ( "dbname=mark host=localhost" ); // サンプルのテーブルを作ります pg_q ...
https://man.plustar.jp/php/function.pg-last-oid.html - [similar]
PostgreSQL 接続のトレースを有効にする 4360
« pg_socket pg_transaction_status » PHP Manual PostgreSQL 関数 PostgreSQL 接続のトレースを有効に ... の例 <?php $pgsql_conn = pg_connect ( "dbname=mark host=localhost" ); if ( $pgsql_conn ) { pg_trace ( '/tm ...
https://man.plustar.jp/php/function.pg-trace.html - [similar]
Connection handling and persistence 4360
« Architecture Persisting Data » PHP Manual Driver Architecture and Internals Connection handlin ... are persisted by a hash derived from the server's host, port, and the URI string used to construct the Mo ...
https://man.plustar.jp/php/mongodb.connection-handling.html - [similar]
どの API を使うか 4360
« 用語説明 どのライブラリを選ぶか » PHP Manual MySQL 用 PHP ドライバの概要 どの API を使うか どの ... ow [ '_message' ]); // PDO $pdo = new PDO ( 'mysql:host=example.com;dbname=database' , 'user' , 'password' ...
https://man.plustar.jp/php/mysqlinfo.api.choosing.html - [similar]
既存のラージオブジェクトのストリームをオープンする 4360
« PDO::pgsqlLOBCreate PDO::pgsqlLOBUnlink » PHP Manual PostgreSQL (PDO) 既存のラージオブジェクト ... 力します。 <?php $db = new PDO ( 'pgsql:dbname=test host=localhost' , $user , $pass ); $db -> setAttribute ...
https://man.plustar.jp/php/pdo.pgsqllobopen.html - [similar]
CUBRID 関数 (PDO_CUBRID) 4360
« PDO ドライバ PDO_CUBRID DSN » PHP Manual PDO ドライバ CUBRID 関数 (PDO_CUBRID) CUBRID 関数 (PD ... を追加する例 <?php $conn_str = "cubrid:dbname=demodb;host=localhost;port=33000" ; $cubrid_pdo = new PDO ( $c ... を指定する例 <?php $conn_str = "cubrid:dbname=demodb;host=localhost;port=33000" ; $cubrid_pdo = new PDO ( $c ...
https://man.plustar.jp/php/ref.pdo-cubrid.html - [similar]
4360
« 定義済み定数 アプリケーションの設定 » PHP Manual Yaf 例 例 例1 標準的なアプリケーションのディレ ... te ^/(.*) /index.php$1 last; } } # lighttpd $HTTP["host"] =~ "(www.)?domain.com$" { url.rewrite = ( "^/(.+ ...
https://man.plustar.jp/php/yaf.tutorials.html - [similar]
PASSWD 拡張オペレーションのヘルパ 4320
« ldap_escape ldap_exop_refresh » PHP Manual LDAP 関数 PASSWD 拡張オペレーションのヘルパ ldap_ex ... 拡張オペレーション <?php $ds = ldap_connect ( "localhost" ); // assuming the LDAP server is on this host if ...
https://man.plustar.jp/php/function.ldap-exop-passwd.html - [similar]