検索

phrase: max: clip:
target: order:
Results of 21 - 22 of about 22 for EventHttpConnection (0.019 sec.)
Constructs EventHttpRequest object 6060
« EventHttpRequest::closeConnection EventHttpRequest::findHeader » PHP Manual EventHttpRequest C ... $port = 80 ; $base = new EventBase (); $conn = new EventHttpConnection ( $base , NULL , $address , $port ); $conn -> setT ...
https://man.plustar.jp/php/eventhttprequest.construct.html - [similar]
5993
« リソース型 Event flags » PHP Manual Event 例 例 例1 Simple HTTP client <?php // Read callback ... ialize event base" , E_USER_ERROR ); } $conn = new EventHttpConnection ( $base , NULL , $host , $port , $ctx ); $conn -> ... p" ); $base -> dispatch (); echo "END\n" ; ?> 例11 EventHttpConnection::makeRequest() example <?php function _request_han ... $port = 80 ; $base = new EventBase (); $conn = new EventHttpConnection ( $base , NULL , $address , $port ); $conn -> setT ...
https://man.plustar.jp/php/event.examples.html - [similar]
PREV 1 2 3 NEXT