検索

phrase: max: clip:
target: order:
Results of 61 - 70 of about 224 for port (0.017 sec.)
Makes an HTTP server accept connections on the specified socket stream or resour... 5450
« EventHttp EventHttp::addServerAlias » PHP Manual EventHttp Makes an HTTP server accept connect ... = 0 ; $socket = array(); foreach ( $addresses as $port => $ip ) { echo $ip , " " , $port , PHP_EOL ; $soc ... _TCP ); if (! socket_bind ( $socket [ $i ], $ip , $port )) { exit( "socket_bind failed\n" ); } socket_list ... Binds an HTTP server on the specified address and port 関連キーワード: EventHttp , connections , server , ...
https://man.plustar.jp/php/eventhttp.accept.html - [similar]
URL を解釈し、その構成要素を返す 5450
« http_build_query rawurldecode » PHP Manual URL 関数 URL を解釈し、その構成要素を返す parse_url ... omponent PHP_URL_SCHEME 、 PHP_URL_HOST 、 PHP_URL_PORT 、 PHP_URL_USER 、 PHP_URL_PASS 、 PHP_URL_PATH 、 ... し、 特定の URL コンポーネントのみを文字列 ( PHP_URL_PORT を指定した場合だけは整数値) で取得するようにします ... のある要素は次のとおりです。 scheme - 例: http host port user pass path query - クエスチョンマーク ? 以降 f ... る場合、 parse_url() は配列ではなく文字列 ( PHP_URL_PORT の場合は整数値) を返します。 要求したコンポーネント ...
https://man.plustar.jp/php/function.parse-url.html - [similar]
ソケット上の接続を初期化する 5450
« socket_cmsg_space socket_create_listen » PHP Manual ソケット 関数 ソケット上の接続を初期化する ... onnect ( Socket $socket , string $address , ? int $port = null ): bool Socket クラスのインスタンスを用いて ... の場合は Unix ドメインソケットのパス名を指定します。 port パラメータ port は AF_INET ソケット あるいは AF_IN ... これより前のバージョンでは、リソース型でした。 8.0.0 port は、nullable になりました。 参考 socket_bind() - ソ ...
https://man.plustar.jp/php/function.socket-connect.html - [similar]
実行時設定 5450
« インストール手順 リソース型 » PHP Manual インストール/設定 実行時設定 実行時設定 php.ini の設定 ... ysqli.max_links "-1" PHP_INI_SYSTEM mysqli.default_port "3306" PHP_INI_ALL mysqli.default_socket NULL PHP_ ... t プロセス毎の MySQL 接続の最大数。 mysqli.default_port int 他のポートが指定されない場合、データベースサー ... デフォルトが指定されない場合は、 環境変数 MYSQL_TCP_PORT ・ /etc/services の mysql-tcp エントリ・コンパイル ... 時の MYSQL_PORT 定数の順番でポートが取得されます。 Win32 では、 MY ...
https://man.plustar.jp/php/mysqli.configuration.html - [similar]
Adds a document to the index 5450
« SolrClient SolrClient::addDocuments » PHP Manual SolrClient Adds a document to the index SolrC ... R_USERNAME , 'password' => SOLR_SERVER_PASSWORD , 'port' => SOLR_SERVER_PORT , ); $client = new SolrClient ... R_USERNAME , 'password' => SOLR_SERVER_PASSWORD , 'port' => SOLR_SERVER_PORT , ); $client = new SolrClient ...
https://man.plustar.jp/php/solrclient.adddocument.html - [similar]
Connect buffer event's file descriptor to given address or UNIX socket 5408
« EventBufferEvent::close EventBufferEvent::connectHost » PHP Manual EventBufferEvent Connect bu ... s file descriptor to given address(optionally with port), or a UNIX domain socket. If socket is not assign ... ータ addr Should contain an IP address with optional port number, or a path to UNIX domain socket. Recognize ... d formats are: [IPv6Address]:port [IPv6Address] IPv6Address IPv4Address:port IPv4Add ... ct() example <?php /* * 1. Connect to 127.0.0.1 at port 80 * by means of EventBufferEvent::connect(). * * ...
https://man.plustar.jp/php/eventbufferevent.connect.html - [similar]
データベースへの接続を返す 5367
« db2_conn_errormsg db2_cursor_type » PHP Manual IBM DB2 関数 データベースへの接続を返す db2_con ... を表します。 DATABASE= database ;HOSTNAME= hostname ;PORT= port ;PROTOCOL=TCPIP;UID= username ;PWD= password ... データベースサーバーのホスト名あるいは IP アドレス。 port データベースが要求を待ち受ける TCP/IP ポート。 use ... $password = 'ibmdb2' ; $hostname = 'localhost' ; $port = 50000 ; $conn_string = "DRIVER={IBM DB2 ODBC DRI ... ER};DATABASE= $database ;" . "HOSTNAME= $hostname ;PORT= $port ;PROTOCOL=TCPIP;UID= $user ;PWD= $password ...
https://man.plustar.jp/php/function.db2-connect.html - [similar]
Add a new listener to the server. 5367
« Swoole\Server Swoole\Server::addProcess » PHP Manual Swoole\Server Add a new listener to the s ... c Swoole\Server::addlistener ( string $host , int $port , string $socket_type ): void パラメータ host port ...
https://man.plustar.jp/php/swoole-server.addlistener.html - [similar]
Construct a Swoole server. 5367
« Swoole\Server::connection_list Swoole\Server::defer » PHP Manual Swoole\Server Construct a Swo ... c Swoole\Server::__construct ( string $host , int $port = ? , integr $mode = ? , int $sock_type = ? ) パラ ... メータ host port mode sock_type 関連キーワード: Swoole , Construct ...
https://man.plustar.jp/php/swoole-server.construct.html - [similar]
インターネットサービスおよびプロトコルが関連するポート番号を取得する 5325
« getprotobynumber getservbyport » PHP Manual ネットワーク 関数 インターネットサービスおよびプロ ... 3' , 'www' ); foreach ( $services as $service ) { $port = getservbyname ( $service , 'tcp' ); echo $servic ... e . ": " . $port . "<br />\n" ; } ?> 参考 getservbyport() - ポートお ... 号の完全なリストは » http://www.iana.org/assignments/port-numbers 関連キーワード: ポート , 番号 , プロトコル ...
https://man.plustar.jp/php/function.getservbyname.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 NEXT