snmp_get_quick_print

(PHP 4, PHP 5, PHP 7) Fetches the current value of the UCD library's quick_print setting bool snmp_get_quick_print ( void ) Returns the current value stored in the UCD Library for quick_print. quick_print is off by default. Returns: Returns TRUE if quick_print is on, FALSE otherwise. Examples: snmp_get_quick_print() example

fann_set_sarprop_temperature

(PECL fann >= 1.0.0) Sets the sarprop temperature bool fann_set_sarprop_temperature ( resource $ann, float $sarprop_temperature ) Sets the sarprop temperature. Parameters: ann Neural network resource. sarprop_temperature The sarprop temperature. Returns: Returns TRUE on success, or FALSE otherwise.

SolrQuery::getFacetDateHardEnd

(PECL solr >= 0.9.2) Returns the value of the facet.date.hardend parameter public string SolrQuery::getFacetDateHardEnd ([ string $field_override ] ) Returns the value of the facet.date.hardend parameter. Accepts an optional field override Parameters: field_override The name of the field Returns: Returns a string on success and NULL if not set

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

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