検索

phrase: max: clip:
target: order:
Results of 251 - 260 of about 403 for Request (0.031 sec.)
Sets a callback for specified URI 3687
« EventHttp::setAllowedMethods EventHttp::setDefaultCallback » PHP Manual EventHttp Sets a callb ... ack. cb The callback callable that gets invoked on requested path . It should match the following prototype: ... callback ( EventHttpRequest $req = NULL , mixed $arg = NULL ): void req EventH ... ttpRequest object. arg Custom data. arg Custom data. 戻り値 成 ... o some address on this port * and make GET or POST request(others are turned off here), e.g.: * $ nc -t 127.0 ...
https://man.plustar.jp/php/eventhttp.setcallback.html - [similar]
Finds the value belonging a header 3687
« EventHttpRequest::__construct EventHttpRequest::free » PHP Manual EventHttpRequest Finds the v ... alue belonging a header EventHttpRequest::findHeader (PECL event >= 1.4.0-beta) EventHttpRe ... the value belonging a header 説明 public EventHttpRequest::findHeader ( string $key , string $type ): void F ... パラメータ key The header name. type One of EventHttpRequest::*_HEADER constants . 戻り値 Returns null if heade ... r not found. 参考 EventHttpRequest::addHeader() - Adds an HTTP header to the headers ...
https://man.plustar.jp/php/eventhttprequest.findheader.html - [similar]
Returns the input buffer 3687
« EventHttpRequest::getHost EventHttpRequest::getInputHeaders » PHP Manual EventHttpRequest Retu ... rns the input buffer EventHttpRequest::getInputBuffer (PECL event >= 1.4.0-beta) EventHt ... tpRequest::getInputBuffer — Returns the input buffer 説明 pu ... blic EventHttpRequest::getInputBuffer (): EventBuffer Returns the input ... ん。 戻り値 Returns the input buffer. 参考 EventHttpRequest::getOutputBuffer() - Returns the output buffer of ...
https://man.plustar.jp/php/eventhttprequest.getinputbuffer.html - [similar]
Return numerically indexed array of registered superglobals 3687
« runkit7_object_id runkit7_zval_inspect » PHP Manual runkit7 関数 Return numerically indexed ar ... rently registered superglobals. i.e. _GET, _POST, _REQUEST, _COOKIE, _SESSION, _SERVER, _ENV, _FILES 参考 Var ...
https://man.plustar.jp/php/function.runkit7-superglobals.html - [similar]
ソケットに名前をバインドする 3687
« socket_addrinfo_lookup socket_clear_error » PHP Manual ソケット 関数 ソケットに名前をバインドす ... connect ( $sock , '127.0.0.1' , 80 ); // 書き込む $request = 'GET / HTTP/1.1' . "\r\n" . 'Host: example.com' ... . "\r\n\r\n" ; socket_write ( $sock , $request ); // 閉じる socket_close ( $sock ); ?> 注意 注意 ...
https://man.plustar.jp/php/function.socket-bind.html - [similar]
新しいグローバル定数 3687
« 新しく追加された関数 下位互換性のない変更点 » PHP Manual PHP 7.2.x から PHP 7.3.x への移行 新し ... LSAUTH_TYPE CURLOPT_PROXY_TLSAUTH_USERNAME CURLOPT_REQUEST_TARGET CURLOPT_SOCKS5_AUTH CURLOPT_SSH_COMPRESSION ... L_PRE_READ LDAP_CONTROL_POST_READ LDAP_CONTROL_SORTREQUEST LDAP_CONTROL_SORTRESPONSE LDAP_CONTROL_PAGEDRESULT ... S LDAP_CONTROL_AUTHZID_REQUEST LDAP_CONTROL_AUTHZID_RESPONSE LDAP_CONTROL_SYNC LD ... DAP_CONTROL_DONTUSECOPY LDAP_CONTROL_PASSWORDPOLICYREQUEST LDAP_CONTROL_PASSWORDPOLICYRESPONSE LDAP_CONTROL_X ...
https://man.plustar.jp/php/migration73.constants.html - [similar]
リソース型の一覧 3687
« その他の予約語の一覧 利用できるフィルタのリスト » PHP Manual 付録 リソース型の一覧 リソース型の ... 2_new() CUBRID データベースへの持続的な接続 cubrid request cubrid_prepare() cubrid_execute() cubrid_query() c ... id_lob2_bind() cubrid_close_prepare() cubrid_close_request() CUBRID request cubrid lob cubrid_lob_get() cubri ... カー (PHP 8.0.0 より前) enchant_dict enchant_broker_request_dict() enchant_broker_request_pwl_dict() enchant_d ...
https://man.plustar.jp/php/resource.html - [similar]
Returns the maximum number of documents 3687
« SolrQuery::getQuery SolrQuery::getSortFields » PHP Manual SolrQuery Returns the maximum number ... plete result set to return to the client for every request パラメータ この関数にはパラメータはありません。 戻 ...
https://man.plustar.jp/php/solrquery.getrows.html - [similar]
Constructs EventHttp object(the HTTP server) 3670
« EventHttp::bind EventHttp::removeServerAlias » PHP Manual EventHttp Constructs EventHttp objec ... o some address on this port * and make GET or POST request(others are turned off here), e.g.: * $ nc -t 127.0 ... $req , $data ) { static $counter = 0 ; static $max_requests = 2 ; if (++ $counter >= $max_requests ) { echo " ... Counter reached max requests $max_requests . Exiting\n" ; exit(); } echo __MET ... HOD__ , " called\n" ; echo "request:" ; var_dump ( $req ); echo "data:" ; var_dump ( $ ...
https://man.plustar.jp/php/eventhttp.construct.html - [similar]
Send another data chunk as part of an ongoing chunked reply 3670
« EventHttpRequest::sendReply EventHttpRequest::sendReplyEnd » PHP Manual EventHttpRequest Send ... chunk as part of an ongoing chunked reply EventHttpRequest::sendReplyChunk (PECL event >= 1.4.0-beta) EventHt ... tpRequest::sendReplyChunk — Send another data chunk as part ... of an ongoing chunked reply 説明 public EventHttpRequest::sendReplyChunk ( EventBuffer $buf ): void Send an ... f the reply. 戻り値 値を返しません。 参考 EventHttpRequest::sendReplyStart() - Initiate a chunked reply Event ...
https://man.plustar.jp/php/eventhttprequest.sendreplychunk.html - [similar]