検索

phrase: max: clip:
target: order:
Results of 111 - 120 of about 254 for host (0.022 sec.)
The Swoole\Http\Server class 4699
« Swoole\Http\Response::write Swoole\Http\Server::on » PHP Manual Swoole The Swoole\Http\Server ... ッド */ public Swoole\Server::addlistener ( string $host , int $port , string $socket_type ): void public S ... on ): mixed public Swoole\Server::listen ( string $host , int $port , string $socket_type ): bool public S ...
https://man.plustar.jp/php/class.swoole-http-server.html - [similar]
CURL コンテキストオプションの一覧 4699
« SSL コンテキストオプション Phar コンテキストオプション » PHP Manual コンテキストオプションとパ ... 追加のヘッダ。このオプションの値は ( User-agent: や Host: 、 Authentication: といった) 他の値を上書きします ... 跡しません。 デフォルトは 20 です。 curl_verify_ssl_host bool ホストを検証する。 デフォルトは false です。 ...
https://man.plustar.jp/php/context.curl.html - [similar]
定義済み定数 4699
« リソース型 例 » PHP Manual ソケット 定義済み定数 定義済み定数 以下の定数が定義されています。 こ ... T_ECONNREFUSED ( int ) Connection refused. SOCKET_EHOSTDOWN ( int ) Host is down. SOCKET_EHOSTUNREACH ( in ... t ) No route to host. SOCKET_EALREADY ( int ) Operation already in prog ... ORTED ( int ) SOCKET_NOTINITIALISED ( int ) SOCKET_HOST_NOT_FOUND ( int ) SOCKET_TRY_AGAIN ( int ) SOCKET_ ...
https://man.plustar.jp/php/sockets.constants.html - [similar]
ストリームラッパーとして登録するクラスの例 4699
« 例 php_user_filter » PHP Manual 例 ストリームラッパーとして登録するクラスの例 ストリームラッパ ... = parse_url ( $path ); $this -> varname = $url [ "host" ]; $this -> position = 0 ; return true ; } functi ... ) { $url = parse_url ( $path ); $varname = $url [ "host" ]; if(!isset( $GLOBALS [ $varname ])) { $GLOBALS ...
https://man.plustar.jp/php/stream.streamwrapper.example-1.html - [similar]
SoapClient クラス 4659
« use_soap_error_handler SoapClient::__call » PHP Manual SOAP SoapClient クラス SoapClient クラス ... tring $ _digest = null ; private ? string $ _proxy_host = null ; private ? int $ _proxy_port = null ; priv ... ions _features _keep_alive _login _password _proxy_host _proxy_login _proxy_password _proxy_port _soap_ver ...
https://man.plustar.jp/php/class.soapclient.html - [similar]
The Swoole\Redis\Server class 4659
« Swoole\Process::write Swoole\Redis\Server::format » PHP Manual Swoole The Swoole\Redis\Server ... ッド */ public Swoole\Server::addlistener ( string $host , int $port , string $socket_type ): void public S ... on ): mixed public Swoole\Server::listen ( string $host , int $port , string $socket_type ): bool public S ...
https://man.plustar.jp/php/class.swoole-redis-server.html - [similar]
Returns the response code 4659
« EventHttpRequest::getOutputHeaders EventHttpRequest::getUri » PHP Manual EventHttpRequest Retu ... s the request command(method) EventHttpRequest::getHost() - Returns the request host EventHttpRequest::get ... quest , getResponseCode , getUri , パラメータ , getHost , command , getCommand ...
https://man.plustar.jp/php/eventhttprequest.getresponsecode.html - [similar]
Returns the request URI 4659
« EventHttpRequest::getResponseCode EventHttpRequest::removeHeader » PHP Manual EventHttpRequest ... s the request command(method) EventHttpRequest::getHost() - Returns the request host EventHttpRequest::get ... getUri , getResponseCode , パラメータ , 参考 , getHost , command ...
https://man.plustar.jp/php/eventhttprequest.geturi.html - [similar]
Get result of next query when executing multiple SQL statements 4659
« cubrid_move_cursor cubrid_num_cols » PHP Manual CUBRID 関数 Get result of next query when exec ... = "SELECT * FROM code; SELECT * FROM history WHERE host_year=2004 AND event_code=20281" ; $res = cubrid_ex ... --------- event_code integer 11 athlete varchar 40 host_year integer 11 score varchar 10 unit varchar 5 La ...
https://man.plustar.jp/php/function.cubrid-next-result.html - [similar]
データベースへの接続をオープンする 4659
« ibase_commit ibase_db_info » PHP Manual Firebird/InterBase 関数 データベースへの接続をオープン ... 場合、使用する接続プロトコルに応じてこの引数の前に 'hostname:' (TCP/IP)、'hostname/port:' (カスタム TCP ポー ... ト上での interbase サーバーでの TCP/IP)、'//hostname/' (NetBEUI) のどれかをつける必要があります。 u ... 在の文字セット)。 例 例1 ibase_connect() の例 <?php $host = 'localhost:/path/to/your.gdb' ; $dbh = ibase_con ... nect ( $host , $username , $password ); $stmt = 'SELECT * FROM ...
https://man.plustar.jp/php/function.ibase-connect.html - [similar]