検索

phrase: max: clip:
target: order:
Results of 131 - 140 of about 254 for host (0.019 sec.)
The Swoole\Server class 4569
« Swoole\Serialize::unpack Swoole\Server::addlistener » PHP Manual Swoole The Swoole\Server clas ... rver { /* メソッド */ public addlistener ( string $host , int $port , string $socket_type ): void public a ... _close_connection ): mixed public listen ( string $host , int $port , string $socket_type ): bool public o ...
https://man.plustar.jp/php/class.swoole-server.html - [similar]
定義済み定数 4569
« リソース型 例 » PHP Manual cURL 定義済み定数 定義済み定数 以下の定数が定義されています。 この関 ... です。 CURLOPT_WRITEHEADER ( int ) CURLOPT_SSL_VERIFYHOST ( int ) CURLOPT_COOKIEFILE ( int ) CURLOPT_SSLVERS ... OULDNT_RESOLVE_PROXY ( int ) CURLE_COULDNT_RESOLVE_HOST ( int ) CURLE_COULDNT_CONNECT ( int ) CURLE_FTP_WE ... LE_FTP_WEIRD_227_FORMAT ( int ) CURLE_FTP_CANT_GET_HOST ( int ) CURLE_FTP_CANT_RECONNECT ( int ) CURLE_FTP ... ( int ) CURLOPT_SSH_AUTH_TYPES ( int ) CURLOPT_SSH_HOST_PUBLIC_KEY_MD5 ( int ) CURLOPT_SSH_PRIVATE_KEYFILE ...
https://man.plustar.jp/php/curl.constants.html - [similar]
Connect buffer event's file descriptor to given address or UNIX socket 4569
« EventBufferEvent::close EventBufferEvent::connectHost » PHP Manual EventBufferEvent Connect bu ... names(asyncronously), use EventBufferEvent::connectHost() method. パラメータ addr Should contain an IP add ... request to output buffer\n" ); } /* Connect to the host syncronously. * We know the IP, and don't need to ... nect ( "127.0.0.1:80" )) { exit( "Can't connect to host\n" ); } /* Dispatch pending events */ $base -> dis ... -- data ---- 5: test 参考 EventBufferEvent::connectHost() - Connects to a hostname with optionally asyncro ...
https://man.plustar.jp/php/eventbufferevent.connect.html - [similar]
フィルタフラグ 4569
« その他のフィルタ 定義済み定数 » PHP Manual フィルタの型 フィルタフラグ フィルタフラグ フィルタ ... URL がスキームを含むことを要求します。 FILTER_FLAG_HOST_REQUIRED FILTER_VALIDATE_URL URL がホストを含むこと ... 明 7.3.0 FILTER_FLAG_SCHEME_REQUIRED と FILTER_FLAG_HOST_REQUIRED を明示的に使用することは推奨されなくなりま ...
https://man.plustar.jp/php/filter.filters.flags.html - [similar]
cURL マルチハンドル用のオプションを設定する 4569
« curl_multi_select curl_multi_strerror » PHP Manual cURL 関数 cURL マルチハンドル用のオプション ... ルティの閾値をバイト単位で指定します。 CURLMOPT_MAX_HOST_CONNECTIONS 単一のホストへの最大接続数を指定します ... RLMOPT_CONTENT_LENGTH_PENALTY_SIZE 、 CURLMOPT_MAX_HOST_CONNECTIONS 、 CURLMOPT_MAX_PIPELINE_LENGTH 、 CUR ...
https://man.plustar.jp/php/function.curl-multi-setopt.html - [similar]
Lighttpd 1.4 (Unix システム用) 4569
« Nginx 1.4.x (Unix システム用) LiteSpeed/OpenLiteSpeed Webサーバ(Unixシステム用) » PHP Manual U ... ンスタンスへの接続 fastcgi.server = ( ".php" => (( "host" => "10.0.0.2", "port" => 1030 ), ( "host" => "10. ...
https://man.plustar.jp/php/install.unix.lighttpd-14.html - [similar]
実行時設定 4569
« インストール手順 リソース型 » PHP Manual インストール/設定 実行時設定 実行時設定 php.ini の設定 ... qli.default_socket NULL PHP_INI_ALL mysqli.default_host NULL PHP_INI_ALL mysqli.default_user NULL PHP_INI_ ... 接続する時のデフォルトのソケット名。 mysqli.default_host string 他のサーバー名が指定されない場合に、データベ ...
https://man.plustar.jp/php/mysqli.configuration.html - [similar]
実行時設定 4569
« インストール手順 リソース型 » PHP Manual インストール/設定 実行時設定 実行時設定 php.ini の設定 ... dd_rewrite_var() でだけ用いられます。 url_rewriter.hosts $_SERVER['HTTP_HOST'] PHP_INI_ALL PHP 7.1.0 以降で ... は特別なタグとはみなされなくなります。 url_rewriter.hosts string url_rewriter.hosts は、 output_add_rewrite ... 象のホストを指定します。 デフォルトは $_SERVER['HTTP_HOST'] です。 複数のホストを指定する場合は "," でつなぎ ...
https://man.plustar.jp/php/outcontrol.configuration.html - [similar]
データベースへの接続を表す PDO インスタンスを生成する 4569
« PDO::commit PDO::errorCode » PHP Manual PDO データベースへの接続を表す PDO インスタンスを生成す ... ータベースに接続する */ $dsn = 'mysql:dbname=testdb;host=127.0.0.1' ; $user = 'dbuser' ; $password = 'dbpas ... 仮定します。 [PDO] pdo.dsn.mydb="mysql:dbname=testdb;host=localhost" <?php /* エイリアスを使用して ODBC デー ...
https://man.plustar.jp/php/pdo.construct.html - [similar]
4569
« 定義済み定数 ソケットのエラー » PHP Manual ソケット 例 例 例1 ソケットの例: 簡易 TCP/IP サーバ ... w' , 'tcp' ); /* Get the IP address for the target host. */ $address = gethostbyname ( 'www.example.com' ) ... "OK.\n" ; } $in = "HEAD / HTTP/1.1\r\n" ; $in .= "Host: www.example.com\r\n" ; $in .= "Connection: Close\ ...
https://man.plustar.jp/php/sockets.examples.html - [similar]