downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

http_persistent_handles_ident> <http_persistent_handles_clean
Last updated: Fri, 13 Nov 2009

view this page in

http_persistent_handles_count

(PECL pecl_http >= 1.5.0)

http_persistent_handles_countKalıcı tanıtıcıları durumlar

Açıklama

object http_persistent_handles_count ( void )

Kalıcı tanıtıcıların kullanımı hakkındaki istatistikleri listeler.

Değiştirgeler

Dönen Değerler

Başarı durumunda tanıtıcıların kullanımı hakkındaki istatistikleri bir stdClass nesnesi olarak döndürür, aksi takdirde FALSE döndürür.

Örnekler

Örnek 1 - http_persistent_handles_count() örneği

<?php
print_r
(http_persistent_handles_count());
?>

Yukarıdaki örneğin çıktısı:

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
        (
        )

)

Ayrıca Bakınız



add a note add a note User Contributed Notes
http_persistent_handles_count
There are no user contributed notes for this page.

 
show source | credits | stats | sitemap | contact | advertising | mirror sites