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

search for in the

http_negotiate_charset> <http_match_request_header
[edit] Last updated: Fri, 10 Feb 2012

view this page in

http_support

(PECL pecl_http >= 0.15.0)

http_support組み込みの HTTP サポートを調べる

説明

int http_support ([ int $feature = 0 ] )

外部ライブラリを必要とする機能について調べます。

引数 feature に指定可能な値については サポートする機能の定数の表 を参照ください。

パラメータ

feature

調査する機能。

返り値

指定された機能がサポートされているかどうかを表す integer 値、 あるいは feature を省略した場合はサポートされる全機能のビットマスクを返します。

例1 http_support() の例

<?php
if (!http_support(HTTP_SUPPORT_REQUESTS)) {
    die(
"Need HTTP request support!\n");
}
?>



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

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