ifxus_read_slob

(PHP 4, PHP <=5.2.0) Reads nbytes of the slob object string ifxus_read_slob ( int $bid, int $nbytes ) Reads nbytes of the slob object. Parameters: bid An existing slob id. nbytes The number of bytes to read. Returns: Returns the slob contents as a string, or FALSE on errors.

RarEntry::getMethod

(PECL rar >= 0.1) Get pack method of the entry public int RarEntry::getMethod ( void ) RarEntry::getMethod() returns number of the method used when adding current archive entry. Returns: Returns the method number or FALSE on error. Examples: RarEntry::getMethod() example <?php $rar_file = rar_open('example.rar') or

RRDCreator::save

(PECL rrd >= 0.9.0) Saves the RRD database to a file public bool RRDCreator::save ( void ) Saves the RRD database into file, which name is defined by RRDCreator::__construct(). Returns: Returns TRUE on success or FALSE on failure.

imagecolormatch

(PHP 4 >= 4.3.0, PHP 5, PHP 7) Makes the colors of the palette version of an image more closely match the true color version bool imagecolormatch ( resource $image1, resource $image2 ) Makes the colors of the palette version of an image more closely match the true color version. Parameters: image1 A truecolor image link resource. image2

cairo_ps_surface_restrict_to_level

(PECL cairo >= 0.1.0) Description void cairo_ps_surface_restrict_to_level ( CairoPsSurface $surface, int $level ) The function description goes here. Parameters: surface Description... level Description... Returns: What is returned on success and failure This function is

sybase_min_client_severity

(PHP 4, PHP 5, PHP 7) Sets minimum client severity void sybase_min_client_severity ( int $severity ) sybase_min_client_severity() sets the minimum client severity level. Parameters: severity sybase_min_client_severity() sets the minimum client severity level. Returns: No value is returned. Notes: T

ingres_close

(PHP 4 >= 4.0.2, PHP 5 <= 5.0.5, PECL ingres >= 1.0.0) Close an Ingres database connection bool ingres_close ( resource $link ) ingres_close() closes the connection to the Ingres server that is associated with the specified link. ingres_close() is usually unnecessary, as it will not close persistent connections and all non-persistent connections are automatically closed at the end of the script. P

APCUIterator::getTotalHits

(PECL apcu >= 5.0.0) Get total cache hits public int APCUIterator::getTotalHits ( void ) Gets the total number of cache hits. Returns: The number of hits on success, or FALSE on failure. This function is currently not documented; only its argument list is available. See also:

enchant_broker_free_dict

(PHP 5 >= 5.3.0, PHP 7, PECL enchant >= 0.1.0 ) Free a dictionary resource bool enchant_broker_free_dict ( resource $dict ) Free a dictionary resource. Parameters: dict Dictionary resource. Returns: Returns TRUE on success or FALSE on failure. See also: e

Throwable::__toString

(PHP 7) Gets a string representation of the thrown object abstract public string Throwable::__toString ( void ) Returns: Returns the string representation of the thrown object. See also: Exception::__toString() -