php man page for http_persistent_handles_count

Query: http_persistent_handles_count

OS: php

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

HTTP_PERSISTENT_HANDLES_COUNT(3)					 1					  HTTP_PERSISTENT_HANDLES_COUNT(3)

http_persistent_handles_count - Stat persistent handles

SYNOPSIS
object http_persistent_handles_count (void )
DESCRIPTION
List statistics about persistent handles usage.
PARAMETERS
RETURN VALUES
Returns persistent handles statistics as stdClass object on success or FALSE on failure.
EXAMPLES
Example #1 A http_persistent_handles_count(3) example <?php print_r(http_persistent_handles_count()); ?> The above example will output: stdClass Object ( [http_request] => Array ( [GLOBAL] => Array ( [used] => 0 [free] => 1 ) ) [http_request_datashare] => Array ( [GLOBAL] => Array ( [used] => 1 [free] => 0 ) ) [http_request_pool] => Array ( ) )
SEE ALSO
http_persistent_handles_ident(3), http_persistent_handles_clean(3). PHP Documentation Group HTTP_PERSISTENT_HANDLES_COUNT(3)
Related Man Pages
array_chunk(3) - php
http_parse_message(3) - php
enchant_broker_describe(3) - php
http_persistent_handles_ident(3) - php
wincache_rplist_fileinfo(3) - php
Similar Topics in the Unix Linux Community
how to remove characters from a string
Why am I persistent to be WRONG!
Syntax error near unexpected token '('
Passing argument 1 of 'scanf' makes po
Question on iterating array elements