php man page for http_support

Query: http_support

OS: php

Section: 3

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

HTTP_SUPPORT(3) 							 1							   HTTP_SUPPORT(3)

http_support - Check built-in HTTP support

SYNOPSIS
int http_support ([int $feature])
DESCRIPTION
Check for features that require external libraries. See the feature support constants table for possible values for the $feature argument.
PARAMETERS
o $feature - feature to probe for
RETURN VALUES
Returns integer, whether requested feature is supported, or a bitmask with all supported features if $feature was omitted.
EXAMPLES
Example #1 A http_support(3) example <?php if (!http_support(HTTP_SUPPORT_REQUESTS)) { die("Need HTTP request support! "); } ?> PHP Documentation Group HTTP_SUPPORT(3)
Related Man Pages
cpan::meta::feature(3) - mojave
gimp::feature(3) - redhat
volmgt_feature_enabled(3volmgt) - sunos
feature5.12(3pm) - osx
feature(3pm) - redhat
Similar Topics in the Unix Linux Community
Simple rules of the UNIX.COM forums:
User Guide: Posting in the Emergency Forum
Forum Video Tutorial: How to Use Code Tags
The Order of the Wizard's Hat - Lifetime Achievement Award 2019 - Congrats to Don Cragun
The Order of the Wizard's Hat - Lifetime Achievement Award 2019 - Congrats to Wolf Machowitsch