| | ユーザフォーラムで議論/質問 | マニュアル検索 | ハイライト | ハイライトオフ | ポータル | php spot |
http_persistent_handles_ident(PECL pecl_http >= 1.5.0) http_persistent_handles_ident — 持続ハンドルの ident を取得/設定する 説明
string http_persistent_handles_ident
([ string
$ident
] )持続ハンドルの ident を取得あるいは定義します。 パラメータ
返り値
成功した場合に以前の ident、
失敗した場合に 例
例1 http_persistent_handles_ident() の例
<?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 ( ) ) |
|
各種マニュアル:
PHPマニュアル |
PEARマニュアル |
Smarty(英語)マニュアル |
PHP-GTKマニュアル |
「http_persistent_handles_ident - 持続ハンドルの ident を取得/設定する」をGoogle検索
|