検索

phrase: max: clip:
target: order:
Results of 51 - 60 of about 254 for host (0.013 sec.)
組織名を取得する 5367
« geoip_netspeedcell_by_name geoip_record_by_name » PHP Manual GeoIP 関数 組織名を取得する geoip ... 組織名を取得する 説明 geoip_org_by_name ( string $hostname ): string geoip_org_by_name() 関数は、 その IP ... が見つからない場合には警告が発生します。 パラメータ hostname ホスト名あるいは IP アドレス。 戻り値 成功した ... me ( 'www.example.com' ); if ( $org ) { echo 'This host IP is allocated to: ' . $org ; } ?> 上の例の出力は ... 以下となります。 This host IP is allocated to: ICANN c/o Internet Assigned Nu ...
https://man.plustar.jp/php/function.geoip-org-by-name.html - [similar]
memcached サーバーへの接続をオープンする 5367
« Memcache::close Memcache::decrement » PHP Manual Memcache memcached サーバーへの接続をオープン ... 接続をオープンする 説明 Memcache::connect ( string $host , int $port = ? , int $timeout = ? ): bool Memcach ... onnect() 関数を使用することも可能です。 パラメータ host memcached が接続を待ち受けるホストを指定します。 こ ... PI */ $memcache_obj = memcache_connect ( 'memcache_host' , 11211 ); /* オブジェクト指向の API */ $memcache ... = new Memcache ; $memcache -> connect ( 'memcache_host' , 11211 ); ?> 注意 警告 port を省略した場合は、PH ...
https://man.plustar.jp/php/memcache.connect.html - [similar]
リモート SNMP エージェントへのセッションを表す SNMP インスタンスを作成する 5367
« SNMP::close SNMP::get » PHP Manual SNMP リモート SNMP エージェントへのセッションを表す SNMP イ ... public SNMP::__construct ( int $version , string $hostname , string $community , int $timeout = -1 , int ... _1 、 SNMP::VERSION_2C あるいは SNMP::VERSION_3 。 hostname SNMP エージェント。 hostname には、オプションで ... 場合は、アドレス部を角括弧で囲まなければなりません。 hostname で FQDN を使うと、その解決に使われるのは php-s ... (ポートを指定) [::1]:1161 FQDN (デフォルトのポート) host.domain FQDN (ポートを指定) host.domain:1161 FQDN ( ...
https://man.plustar.jp/php/snmp.construct.html - [similar]
MySQL クライアント情報を取得する 5328
« mysql_free_result mysql_get_host_info » PHP Manual MySQL 関数 MySQL クライアント情報を取得する ... なります。 MySQL client info: 3.23.39 参考 mysql_get_host_info() - MySQL ホスト情報を取得する mysql_get_prot ... ード: 情報 , info , 取得 , 関数 , PDO , パラメータ , host , バージョン , ライブラリ , ホスト ...
https://man.plustar.jp/php/function.mysql-get-client-info.html - [similar]
ケース 1: 配布制限がないファイルのみを配布 5328
« 受ける可能性がある攻撃 ケース 2: cgi.force_redirect を使用 » PHP Manual CGI バイナリとしてイン ... 効にできます。 この場合でも、直接 的な方法 http://my.host/cgi-bin/php/dir/script.php でもなくリダイレクション ... http://my.host/dir/script.php でもない他の やり方で PHP スクリプト ... , 制限 , ファイル , サーバー , リダイレクション , host , 設定 , バイナリ , redirect ...
https://man.plustar.jp/php/security.cgi-bin.default.html - [similar]
5288
« リソース型 Event flags » PHP Manual Event 例 例 例1 Simple HTTP client <?php // Read callback ... rivial HTTP 0.x client Syntax: php { $argv [ 0 ]} [hostname] [resource] Example: php { $argv [ 0 ]} www.go ... tput -> add ( "GET { $argv [ 2 ]} HTTP/1.0\r\n" . "Host: { $argv [ 1 ]} \r\n" . "Connection: Close\r\n\r\n ... uest to output buffer\n" ); } if (! $bev -> connectHost ( $dns_base , $argv [ 1 ], 80 , EventUtil :: AF_UN ... SPEC )) { exit( "Can't connect to host { $argv [ 1 ]} \n" ); } $base -> dispatch (); ?> 上 ...
https://man.plustar.jp/php/event.examples.html - [similar]
Informix データベースに接続する 5288
« Informix (PDO) MySQL (PDO) » PHP Manual Informix (PDO) Informix データベースに接続する PDO_INF ... _INFORMIX DSN を表します。 $db = new PDO("informix:host=host.domain.com; service=9800; database=common_db; ... RMIX , データベース , Infdrv , server , informix , host , new ...
https://man.plustar.jp/php/ref.pdo-informix.connection.html - [similar]
URL を解釈し、その構成要素を返す 5248
« http_build_query rawurldecode » PHP Manual URL 関数 URL を解釈し、その構成要素を返す parse_url ... パースする URL。 component PHP_URL_SCHEME 、 PHP_URL_HOST 、 PHP_URL_PORT 、 PHP_URL_USER 、 PHP_URL_PASS 、 ... 可能性のある要素は次のとおりです。 scheme - 例: http host port user pass path query - クエスチョンマーク ? 以 ... _url() の例 <?php $url = 'http://username:password@hostname:9090/path?arg=value#anchor' ; var_dump ( parse ... URL_PASS )); var_dump ( parse_url ( $url , PHP_URL_HOST )); var_dump ( parse_url ( $url , PHP_URL_PORT )); ...
https://man.plustar.jp/php/function.parse-url.html - [similar]
与えられたホスト名に関する getaddrinfo の内容を配列で取得する 5248
« socket_addrinfo_explain socket_bind » PHP Manual ソケット 関数 与えられたホスト名に関する geta ... 配列で取得する 説明 socket_addrinfo_lookup ( string $host , ? string $service = null , array $hints = [] ): ... array | false host に接続できる別のやり方を探します。 この関数が返す配 ... クラスのインスタンスが含まれています。 パラメータ host 探す対象のホスト名 service 接続するサービス。servi ...
https://man.plustar.jp/php/function.socket-addrinfo-lookup.html - [similar]
Async and non-blocking hostname to IP lookup 5248
« Swoole 関数 swoole_async_read » PHP Manual Swoole 関数 Async and non-blocking hostname to IP l ... ) swoole_async_dns_lookup — Async and non-blocking hostname to IP lookup 説明 swoole_async_dns_lookup ( st ... ring $hostname , callable $callback ): bool パラメータ hostna ... me The host name. callback callback ( string $hostname , strin ... g $ip ): mixed hostname The host name. IP The IP address. 戻り値 成功し ...
https://man.plustar.jp/php/function.swoole-async-dns-lookup.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 NEXT