px_close

(PECL paradox >= 1.0.0) Closes a paradox database bool px_close ( resource $pxdoc ) Closes the paradox database. This function will not close the file. You will have to call fclose() afterwards. Parameters: pxdoc Resource identifier of the paradox database as returned by px_new(). Returns: Returns TRUE on success or FALSE on failure.

TokyoTyrantQuery::rewind

(PECL tokyo_tyrant >= 0.1.0) Rewinds the iterator public bool TokyoTyrantQuery::rewind ( void ) Rewind the resultset and executes the query if it has not been executed. Part of the Iterator interface. Returns: Returns TRUE Examples: TokyoTyrantQuery iterator example <?php /* Connect to a table database */ $tt = new 

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 -