http_persistent_handles_count(3) php man page | unix.com

Man Page: http_persistent_handles_count

Operating Environment: php

Section: 3

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
http_parse_message(3) - php
get_declared_classes(3) - php
ini_get_all(3) - php
class_uses(3) - php
datetimezone.gettransitions(3) - php
Similar Topics in the Unix Linux Community
Array Retrieval Formatting
Sorting value frequency within an array
Syntax error near unexpected token '('
Arrays in awk
Question on iterating array elements