socket_import_stream

(PHP 5 >= 5.4.0, PHP 7) Import a stream resource socket_import_stream ( resource $stream ) Imports a stream that encapsulates a socket into a socket extension resource. Parameters: stream The stream resource to import. Returns: Returns FALSE or NULL on failure. Examples: socket_imp

GearmanClient::removeOptions

(PECL gearman >= 0.6.0) Remove client options public bool GearmanClient::removeOptions ( int $options ) Removes (unsets) one or more options. Parameters: options The options to be removed (unset) Returns: Always returns TRUE.

SDO_Model_Property::getName

(^) Get the name of the SDO_Model_Property string SDO_Model_Property::getName ( void ) Returns the name of the SDO_Model_Property. Returns: Returns the name of the SDO_Model_Property. This function is EXPERIMENTAL. The behaviour of this function, its name, and surrounding documentation may change without notice in a future release of PHP. This function should

geoip_region_name_by_code

(PECL geoip >= 1.0.4) Returns the region name for some country and region code combo string geoip_region_name_by_code ( string $country_code, string $region_code ) The geoip_region_name_by_code() function will return the region name corresponding to a country and region code combo. In the United States, the region code corresponds to the two-letter abbreviation of each state. In Canada, the region code corresponds to th

Swish::__construct

(PECL swish >= 0.1.0) Construct a Swish object void Swish::__construct ( string $index_names ) Parameters: index_names The list of index files separated by spaces. Returns: No value is returned. This function is EXPERIMENTAL. The behaviour of this function, its name, and surrounding documentation may change

libxml_use_internal_errors

(PHP 5 >= 5.1.0, PHP 7) Disable libxml errors and allow user to fetch error information as needed bool libxml_use_internal_errors ([ bool $use_errors = false ] ) libxml_use_internal_errors() allows you to disable standard libxml errors and enable user error handling. Parameters: use_errors Enable (TRUE) user error handling or disable (FALSE) user error handling. Dis

RecursiveDirectoryIterator::getChildren

(PHP 5 >= 5.1.0, PHP 7) Returns an iterator for the current entry if it is a directory public mixed RecursiveDirectoryIterator::getChildren ( void ) Returns: The filename, file information, or $this depending on the set flags. See the FilesystemIterator constants. This function is currently not documented; only its argument list is available.

pg_last_error

(PHP 4 >= 4.2.0, PHP 5, PHP 7) Get the last error message string of a connection string pg_last_error ([ resource $connection ] ) pg_last_error() returns the last error message for a given connection. Error messages may be overwritten by internal PostgreSQL (libpq) function calls. It may not return an appropriate error message if multiple errors occur inside a PostgreSQL module function. Use pg_result_error(), pg_resu

win32_delete_service

(PECL win32service SVN) Deletes a service entry from the SCM database mixed win32_delete_service ( string $servicename [, string $machine ] ) Attempts to delete a service from the SCM database. Administrative privileges are required for this to succeed. This function really just marks the service for deletion. If other processes (such as the Services Applet) are open, then the deletion will be deferred until those applicat

pg_field_type

(PHP 4 >= 4.2.0, PHP 5, PHP 7) Returns the type name for the corresponding field number string pg_field_type ( resource $result, int $field_number ) pg_field_type() returns a string containing the base type name of the given field_number in the given PostgreSQL result resource. Note: If the field uses a PostgreSQL domain (rather than a basic type), it is the name of the domain's underlying type that is returned, rat