検索

phrase: max: clip:
target: order:
Results of 71 - 80 of about 254 for host (0.023 sec.)
データベース接続 5038
« 手続き型とオブジェクト指向インターフェイス ステートメントの実行 » PHP Manual クイックスタートガ ... そして、Windows の名前付きパイプです。 ホスト名 localhost には特別な意味があります。 これは、Unixドメインソケ ... ットにバインドされます。 localhost に対して TCP/IP 接続を開くには、 localhost の代わり ... に、 127.0.0.1 を使わなければいけません。 例1 localhost が持つ特別な意味 <?php $mysqli = new mysqli ( "loc ... alhost" , "user" , "password" , "database" ); echo $mysql ...
https://man.plustar.jp/php/mysqli.quickstart.connections.html - [similar]
VarnishAdmin のコンストラクタ 5038
« VarnishAdmin::connect VarnishAdmin::disconnect » PHP Manual VarnishAdmin VarnishAdmin のコンス ... varnish インスタンスの ident パス。 VARNISH_CONFIG_HOST - varnish インスタンスの IP アドレス。 VARNISH_CON ... nstruct() の例 <?php $args = array( VARNISH_CONFIG_HOST => "::1" , VARNISH_CONFIG_PORT => 6082 , VARNISH_C ...
https://man.plustar.jp/php/varnishadmin.construct.html - [similar]
Execute a prepared SQL statement 4988
« cubrid_error_msg cubrid_fetch » PHP Manual CUBRID 関数 Execute a prepared SQL statement cubrid ... ute() example <?php $conn = cubrid_connect ( "localhost" , 33000 , "demodb" ); $result = cubrid_execute ( ... printf ( "%-20s %-9s %-10s %-5s\n" , "athlete" , "host_year" , "score" , "unit" ); while ( $row = cubrid_ ... s %-9s %-10s %-5s\n" , $row [ "athlete" ], $row [ "host_year" ], $row [ "score" ], $row [ "unit" ]); } cub ... $conn ); ?> 上の例の出力は以下となります。 athlete host_year score unit Phelps Michael 2004 51.25 time 参考 ...
https://man.plustar.jp/php/function.cubrid-execute.html - [similar]
サーバーのバージョンを返す 4988
« Memcache::getStats Memcache::increment » PHP Manual Memcache サーバーのバージョンを返す Memcac ... = new Memcache ; $memcache -> connect ( 'memcache_host' , 11211 ); echo $memcache -> getVersion (); /* 手 ... 型の API */ $memcache = memcache_connect ( 'memcache_host' , 11211 ); echo memcache_get_version ( $memcache ...
https://man.plustar.jp/php/memcache.getversion.html - [similar]
サーバーをサーバープールに追加する 4988
« Memcached::addByKey Memcached::addServers » PHP Manual Memcached サーバーをサーバープールに追加 ... 追加する 説明 public Memcached::addServer ( string $host , int $port , int $weight = 0 ): bool Memcached::a ... このサーバーを選択する重みを増やします。 パラメータ host memcache サーバーのホスト名。ホスト名が無効な場合は ... 、データ関連の操作の結果コードに Memcached::RES_HOST_LOOKUP_FAILURE が設定されます。 バージョン 2.0.0b1 ...
https://man.plustar.jp/php/memcached.addserver.html - [similar]
接続、および接続の管理 4988
« 定義済み定数 トランザクションおよび自動コミット » PHP Manual PDO 接続、および接続の管理 接続、 ... 。 例1 MySQL への接続 <?php $dbh = new PDO ( 'mysql:host=localhost;dbname=test' , $user , $pass ); ?> 接続時 ... 接続エラーの処理 <?php try { $dbh = new PDO ( 'mysql:host=localhost;dbname=test' , $user , $pass ); foreach( ... )。 例3 接続を閉じる <?php $dbh = new PDO ( 'mysql:host=localhost;dbname=test' , $user , $pass ); // ここで ... す。 例4 持続的な接続 <?php $dbh = new PDO ( 'mysql:host=localhost;dbname=test' , $user , $pass , array( PD ...
https://man.plustar.jp/php/pdo.connections.html - [similar]
Free the memory occupied by the result data 4948
« cubrid_fetch cubrid_get_autocommit » PHP Manual CUBRID 関数 Free the memory occupied by the re ... ult() example <?php $conn = cubrid_connect ( "localhost" , 33000 , "demodb" ); $req = cubrid_execute ( $co ... nn , "SELECT * FROM history WHERE host_year=2004 ORDER BY event_code" ); $row = cubrid_fe ... "20005" ["athlete"]=> string(12) "Hayes Joanna" ["host_year"]=> string(4) "2004" ["score"]=> string(5) "1 ...
https://man.plustar.jp/php/function.cubrid-free-result.html - [similar]
Get the query timeout value of the request 4948
« cubrid_get_db_parameter cubrid_get_server_info » PHP Manual CUBRID 関数 Get the query timeout ... . 例 例1 cubrid_get_query_timeout() example <?php $host = "localhost" ; $port = 33000 ; $db = "demodb" ; $ ... conn = cubrid_connect_with_url ( "CUBRID: $host : $port : $db :::?login_timeout=50000&query_timeou ...
https://man.plustar.jp/php/function.cubrid-get-query-timeout.html - [similar]
完全な国名を取得する 4948
« geoip_country_code3_by_name geoip_database_info » PHP Manual GeoIP 関数 完全な国名を取得する g ... を取得する 説明 geoip_country_name_by_name ( string $hostname ): string geoip_country_name_by_name() 関数は、 ... アドレスに対応する完全な国名を返します。 パラメータ hostname 場所を探す対象となるホスト名あるいは IP アドレ ... 'www.example.com' ); if ( $country ) { echo 'This host is located in: ' . $country ; } ?> 上の例の出力は以 ... 下となります。 This host is located in: United States 参考 geoip_country_co ...
https://man.plustar.jp/php/function.geoip-country-name-by-name.html - [similar]
MySQL サーバーへの接続をオープンする 4948
« mysql_close mysql_create_db » PHP Manual MySQL 関数 MySQL サーバーへの接続をオープンする mysql ... _connect ( string $server = ini_get("mysql.default_host") , string $username = ini_get("mysql.default_user ... は再利用します。 パラメータ server MySQL サーバー。"hostname:port" のようにポート番号を 指定することが可能で ... 、localhost では ":/path/to/socket" のようにソケットへのパスを ... ることも可能です。 PHP ディレクティブ mysql.default_host が指定されない場合(デフォルト)、 'localhost:3306 ...
https://man.plustar.jp/php/function.mysql-connect.html - [similar]