GearmanWorker::setId

(No version information available, might only be in Git) Give the worker an identifier so it can be tracked when asking gearmand for the list of available workers. public bool GearmanWorker::setId ( string $id ) Assigns the worker an identifier. Parameters: id A string identifier. Returns: Returns TRUE on success or FALSE on failure.

openssl_x509_export

(PHP 4 >= 4.2.0, PHP 5, PHP 7) Exports a certificate as a string bool openssl_x509_export ( mixed $x509, string &$output [, bool $notext = TRUE ] ) openssl_x509_export() stores x509 into a string named by output in a PEM encoded format. Parameters: x509 See Key/Certificate parameters for a list of valid values. output On success

newt_grid_simple_window

(PECL newt >= 0.1) resource newt_grid_simple_window ( resource $text, resource $middle, resource $buttons ) Parameters: text middle buttons Returns: This function is currently not documented; only its argument list is available.

EventHttpRequest::getConnection

(PECL event >= 1.8.0) Returns EventHttpConnection object public EventHttpConnection EventHttpRequest::closeConnection ( void ) Returns EventHttpConnection object which represents HTTP connection associated with the request. EventHttpRequest::getConnection() method is usually useful when we need to set up a callback on connection close. See EventHttpConnection::setCloseCallback() . Returns: Re

readgzfile

(PHP 4, PHP 5, PHP 7) Output a gz-file int readgzfile ( string $filename [, int $use_include_path = 0 ] ) Reads a file, decompresses it and writes it to standard output. readgzfile() can be used to read a file which is not in gzip format; in this case readgzfile() will directly read from the file without decompression. Parameters: filename The file name. This file will

cairo_ps_surface_dsc_begin_setup

(PECL cairo >= 0.1.0) Description void cairo_ps_surface_dsc_begin_setup ( CairoPsSurface $surface ) The function description goes here. Parameters: surface Description... Returns: What is returned on success and failure This function is currently not documented; only its argument list is available.

DOMElement::getElementsByTagName

(PHP 5, PHP 7) Gets elements by tagname public DOMNodeList DOMElement::getElementsByTagName ( string $name ) This function returns a new instance of the class DOMNodeList of all descendant elements with a given tag name, in the order in which they are encountered in a preorder traversal of this element tree. Parameters: name The tag name. Use * to return all elements with

MongoClient::__toString

(PECL mongo >=1.3.0) String representation of this connection public string MongoClient::__toString ( void ) Returns: Returns hostname and port for this connection.

TokyoTyrant::fwmKeys

(PECL tokyo_tyrant >= 0.1.0) Returns the forward matching keys public array TokyoTyrant::fwmKeys ( string $prefix, int $max_recs ) Returns the forward matching keys from the database Parameters: prefix Prefix of the keys max_recs Maximum records to return Returns: Returns an array of matching keys. The value

zip_close

(PHP 4 >= 4.1.0, PHP 5 >= 5.2.0, PHP 7, PECL zip >= 1.0.0) Close a ZIP file archive void zip_close ( resource $zip ) Closes the given ZIP file archive. Parameters: zip A ZIP file previously opened with zip_open(). Returns: No value is returned. See also: