検索

phrase: max: clip:
target: order:
Results of 211 - 220 of about 254 for host (0.019 sec.)
拡張されたオペレーションを実行する 4320
« ldap_exop_whoami ldap_explode_dn » PHP Manual LDAP 関数 拡張されたオペレーションを実行する lda ... 拡張オペレーション <?php $ds = ldap_connect ( "localhost" ); // assuming the LDAP server is on this host if ...
https://man.plustar.jp/php/function.ldap-exop.html - [similar]
指定したオプションの現在の値を得る 4320
« ldap_get_entries ldap_get_values_len » PHP Manual LDAP 関数 指定したオプションの現在の値を得る ... AP_OPT_REFERRALS int LDAP_OPT_RESTART int LDAP_OPT_HOST_NAME string LDAP_OPT_ERROR_STRING string LDAP_OPT_ ...
https://man.plustar.jp/php/function.ldap-get-option.html - [similar]
データベースを選択し、そこでクエリーを実行する 4320
« mysql_db_name mysql_drop_db » PHP Manual MySQL 関数 データベースを選択し、そこでクエリーを実行 ... の別の例 <?php if (! $link = mysql_connect ( 'mysql_host' , 'mysql_user' , 'mysql_password' )) { echo 'Coul ...
https://man.plustar.jp/php/function.mysql-db-query.html - [similar]
行をオブジェクトとして得る 4320
« pg_fetch_assoc pg_fetch_result » PHP Manual PostgreSQL 関数 行をオブジェクトとして得る pg_fetc ... php $database = "store" ; $db_conn = pg_connect ( "host=localhost port=5432 dbname= $database " ); if (! $ ...
https://man.plustar.jp/php/function.pg-fetch-object.html - [similar]
テーブルに配列を挿入する 4320
« pg_host pg_last_error » PHP Manual PostgreSQL 関数 テーブルに配列を挿入する pg_insert (PHP 4 > ...
https://man.plustar.jp/php/function.pg-insert.html - [similar]
ソケットに名前をバインドする 4320
« socket_addrinfo_lookup socket_clear_error » PHP Manual ソケット 関数 ソケットに名前をバインドす ... / 書き込む $request = 'GET / HTTP/1.1' . "\r\n" . 'Host: example.com' . "\r\n\r\n" ; socket_write ( $sock ...
https://man.plustar.jp/php/function.socket-bind.html - [similar]
Z39.50 サーバーへの接続を準備する 4320
« yaz_close yaz_database » PHP Manual YAZ 関数 Z39.50 サーバーへの接続を準備する yaz_connect (PH ... で使用可能な Z39.50 のプロキシです。 パラメータ zurl host[:port][/database] という形式の文字列です。 port が ...
https://man.plustar.jp/php/function.yaz-connect.html - [similar]
PHP 7.3.x で推奨されなくなる機能 4320
« 下位互換性のない変更点 その他の変更 » PHP Manual PHP 7.2.x から PHP 7.3.x への移行 PHP 7.3.x で ... タリング FILTER_FLAG_SCHEME_REQUIRED や FILTER_FLAG_HOST_REQUIRED を明示的に使うことは推奨されなくなりました ...
https://man.plustar.jp/php/migration73.deprecated.html - [similar]
4320
« 変更履歴 Mysql_xdevapi 関数 » PHP Manual Mysql_xdevapi 例 例 X DevAPI の中心的なエントリポイン ... sql_xdevapi \ getSession ( "mysqlx://user:password@host" ); } catch( Exception $e ) { die( "Connection cou ...
https://man.plustar.jp/php/mysql-xdevapi.examples.html - [similar]
バッファクエリと非バッファクエリ 4320
« コンセプト 文字セット » PHP Manual コンセプト バッファクエリと非バッファクエリ バッファクエリと ... エリの例: mysqli <?php $mysqli = new mysqli ( "localhost" , "my_user" , "my_password" , "world" ); $uresult ... クエリの例: pdo_mysql <?php $pdo = new PDO ( "mysql:host=localhost;dbname=world" , 'my_user' , 'my_pass' ); ...
https://man.plustar.jp/php/mysqlinfo.concepts.buffering.html - [similar]