update : 2015.11.03
php.shukuma.com검색:
|
http_persistent_handles_ident(PECL pecl_http >= 1.5.0) http_persistent_handles_ident — Get/set ident of persistent handles 설명
string http_persistent_handles_ident
([ string
$ident
] )Query or define the ident of persistent handles. 인수
반환값
Returns the prior ident as string on success실패 시 예제
Example #1 A http_persistent_handles_ident() example
<?php 위 예제의 출력: GLOBAL CUSTOM stdClass Object ( [http_request] => Array ( [MyApp1] => Array ( [used] => 0 [free] => 1 ) ) [http_request_datashare] => Array ( [GLOBAL] => Array ( [used] => 1 [free] => 0 ) ) [http_request_pool] => Array ( ) ) 참고
|