nsapi_request_headers

(PHP 4 >= 4.3.3, PHP 5, PHP 7) Fetch all HTTP request headers array nsapi_request_headers ( void ) nsapi_request_headers() gets all the HTTP headers in the current request. This is only supported when PHP runs as a NSAPI module. Note: Prior to PHP 4.3.3, getallheaders() was only available for the Apache servers. After PHP 4.3.3, getallheaders() is an alias for nsapi_request_headers() if you use the NSAPI module. No

SolrDisMaxQuery::setTrigramPhraseSlop

(No version information available, might only be in Git) Sets Trigram Phrase Slop (ps3 parameter) public SolrDisMaxQuery SolrDisMaxQuery::setTrigramPhraseSlop ( string $slop ) Sets Trigram Phrase Slop (ps3 parameter) Parameters: slop Phrase slop Returns: SolrDisMaxQuery Examples: Solr

getprotobyname

(PHP 4, PHP 5, PHP 7) Get protocol number associated with protocol name int getprotobyname ( string $name ) getprotobyname() returns the protocol number associated with the protocol name as per /etc/protocols. Parameters: name The protocol name. Returns: Returns the protocol number, or FALSE on failure.

snmp_set_oid_output_format

(PHP 5 >= 5.2.0, PHP 7) Set the OID output format bool snmp_set_oid_output_format ( int $oid_format = SNMP_OID_OUTPUT_MODULE ) snmp_set_oid_output_format() sets the output format to be full or numeric. Parameters: oid_format OID .1.3.6.1.2.1.1.3.0 representation for various oid_format values SNMP_OID_OUTPUT_FULL .iso.org.dod.internet.mgmt.mib-2.system.sysUpTime.sysUp

curl_multi_getcontent

(PHP 5, PHP 7) Return the content of a cURL handle if CURLOPT_RETURNTRANSFER is set string curl_multi_getcontent ( resource $ch ) If CURLOPT_RETURNTRANSFER is an option that is set for a specific handle, then this function will return the content of that cURL handle in the form of a string. Parameters: ch A cURL handle returned by curl_init(). Returns:

hw_api_attribute::value

(PHP 4, PHP 5 < 5.2.0, PECL hwapi SVN) Returns value of the attribute string hw_api_attribute::value ( void ) Gets the value of the attribute. Returns: Returns the value, as a string. See also: hw_api_attribute::key - hw_api_attribute::values -

Imagick::getImageArtifact

(No version information available, might only be in Git) Get image artifact string Imagick::getImageArtifact ( string $artifact ) Gets an artifact associated with the image. The difference between image properties and image artifacts is that properties are public and artifacts are private. This method is available if Imagick has been compiled against ImageMagick version 6.5.7 or newer. Parameters:

ArrayObject::__construct

(PHP 5 >= 5.0.0, PHP 7) Construct a new array object public ArrayObject::__construct ([ mixed $input = [] [, int $flags = 0 [, string $iterator_class = "ArrayIterator" ]]] ) This constructs a new array object. Parameters: input The input parameter accepts an array or an Object. flags Flags to control the behaviour of the ArrayObject object. See Array

HaruPage::setLineWidth

(PECL haru >= 0.0.1) Set line width for the page bool HaruPage::setLineWidth ( float $width ) Defines line width for the page. Parameters: width The defined line width for the page. Returns: Returns TRUE on success. Exception: Throws a HaruException on error. See

ssh2_publickey_remove

(PECL ssh2 >= 0.10) Remove an authorized publickey bool ssh2_publickey_remove ( resource $pkey, string $algoname, string $blob ) Removes an authorized publickey. Parameters: pkey Publickey Subsystem Resource algoname Publickey algorithm (e.g.): ssh-dss, ssh-rsa blob Publickey blob as raw binary d