Query: http_persistent_handles_ident
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
HTTP_PERSISTENT_HANDLES_IDENT(3) 1 HTTP_PERSISTENT_HANDLES_IDENT(3) http_persistent_handles_ident - Get/set ident of persistent handlesSYNOPSISstring http_persistent_handles_ident ([string $ident])DESCRIPTIONQuery or define the ident of persistent handles.PARAMETERSo $ident - the identification stringRETURN VALUESReturns the prior ident as string on success or FALSE on failure.EXAMPLESExample #1 A http_persistent_handles_ident(3) example <?php echo http_persistent_handles_ident("CUSTOM"), " "; echo http_persistent_handles_ident("MyApp1"), " "; http_get("http://www.example.com/"); print_r(http_persistent_handles_count()); ?> The above example will output: 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 ( ) )SEE ALSOhttp_persistent_handles_count(3), http_persistent_handles_clean(3). PHP Documentation Group HTTP_PERSISTENT_HANDLES_IDENT(3)
Related Man Pages |
---|
http_parse_message(3) - php |
enchant_broker_describe(3) - php |
http_persistent_handles_count(3) - php |
http_persistent_handles_ident(3) - php |
pg_fetch_all(3) - php |
Similar Topics in the Unix Linux Community |
---|
Array Retrieval Formatting |
what is #ident |
2 or more if conditions |
how to remove characters from a string |
[Solved] Reading Array And Send An Email |