gupnp_service_freeze_notify

(PECL gupnp >= 0.1.0) Freeze new notifications bool gupnp_service_freeze_notify ( resource $service ) Causes new notifications to be queued up until gupnp_service_thaw_notify() is called. Parameters: service A service identifier. Returns: Returns TRUE on success or FALSE on failure.

Mongo::getSlave

(PECL mongo >=1.1.0) Returns the address being used by this for slaveOkay reads public string Mongo::getSlave ( void ) This finds the address of the secondary currently being used for reads. It is a read-only method: it does not change anything about the internal state of the object. When you create a connection to the database, the driver will not immediately decide on a secondary to use. Thus, after you connect, this

RarEntry::getStream

(PECL rar >= 2.0.0) Get file handler for entry public resource RarEntry::getStream ([ string $password ] ) Returns a file handler that supports read operations. This handler provides on-the-fly decompression for this entry. The handler is not invalidated by calling rar_close(). Parameters: password The password used to encrypt this entry. If the entry is not encrypte

ReflectionMethod::isDestructor

(PHP 5, PHP 7) Checks if method is a destructor public bool ReflectionMethod::isDestructor ( void ) Checks if the method is a destructor. Returns: TRUE if the method is a destructor, otherwise FALSE See also: ReflectionMethod::isConstructor() -

fputcsv

(PHP 5 >= 5.1.0, PHP 7) Format line as CSV and write to file pointer int fputcsv ( resource $handle, array $fields [, string $delimiter = "," [, string $enclosure = '"' [, string $escape_char = "\" ]]] ) fputcsv() formats a line (passed as a fields array) as CSV and write it (terminated by a newline) to the specified file handle. Parameters: handle The file pointer m

NumberFormatter::getLocale

(PHP 5 >= 5.3.0, PHP 7, PECL intl >= 1.0.0) Get formatter locale public string NumberFormatter::getLocale ([ int $type ] ) Object oriented style Procedural style string numfmt_get_locale ( NumberFormatter $fmt [, int $type ] ) Get formatter locale name. Parameters: fmt NumberFormatter object. type You can choose between valid

SWFFontChar::addChars

(PHP 5 <= 5.3.0, PECL ming SVN) Adds characters to a font for exporting font void SWFFontChar::addChars ( string $char ) Returns: No value is returned. This function is currently not documented; only its argument list is available. See also: SWFFontChar::addUTF8Chars

hw_api::info

(PHP 4, PHP 5 < 5.2.0, PECL hwapi SVN) Returns information about server configuration array hw_api::info ( array $parameter ) Returns information about server configuration. Parameters: parameter Returns information about server configuration. Returns: See also:

cairo_pdf_surface_create

(PECL cairo >= 0.1.0) Description CairoPdfSurface cairo_pdf_surface_create ( string $file, float $width, float $height ) The function description goes here. Parameters: file Description... width Description... height Description... Returns: What is returned on success and

gzeof

(PHP 4, PHP 5, PHP 7) Test for EOF on a gz-file pointer int gzeof ( resource $zp ) Tests the given GZ file pointer for EOF. Parameters: zp The gz-file pointer. It must be valid, and must point to a file successfully opened by gzopen(). Returns: Returns TRUE if the gz-file pointer is at EOF or an error occurs; otherwise returns FALSE.