snmp_read_mib

(PHP 5, PHP 7) Reads and parses a MIB file into the active MIB tree bool snmp_read_mib ( string $filename ) This function is used to load additional, e.g. vendor specific, MIBs so that human readable OIDs like VENDOR-MIB::foo.1 instead of error prone numeric OIDs can be used. The order in which the MIBs are loaded does matter as the underlying Net-SNMP libary will print warnings if referenced objects cannot be resolved.

sqlite_has_prev

(PHP 5 < 5.4.0) Returns whether or not a previous row is available bool sqlite_has_prev ( resource $result ) Object oriented style (method): bool SQLiteResult::hasPrev ( void ) Find whether there are more previous rows from the given result handle. Parameters: result The SQLite result resource. This parameter is not required when using the object-oriented method. No

SoapClient::__setLocation

(PHP 5 >= 5.0.1, PHP 7) Sets the location of the Web service to use public string SoapClient::__setLocation ([ string $new_location ] ) Sets the endpoint URL that will be touched by following SOAP requests. This is equivalent to specifying the location option when constructing the SoapClient. Note: Calling this method is optional. The SoapClient uses the endpoint from the WSDL file by default. Parame

ArrayIterator::uasort

(PHP 5 >= 5.2.0, PHP 7) User defined sort public void ArrayIterator::uasort ( string $cmp_function ) Sort the entries by values using user defined function. Parameters: cmp_function The compare function used for the sort. Returns: No value is returned. This function is currently not documented; only its ar

use_soap_error_handler

(Unknown) Set whether to use the SOAP error handler bool use_soap_error_handler ([ bool $handler = true ] ) This function sets whether or not to use the SOAP error handler in the SOAP server. It will return the previous value. If set to TRUE, details of errors in a SoapServer application will be sent to the client as a SOAP fault message. If FALSE, the standard PHP error handler is used. The default is to send error to the

sqlite_valid

(PHP 5 < 5.4.0) Returns whether more rows are available bool sqlite_valid ( resource $result ) Object oriented style (method): bool SQLiteResult::valid ( void ) bool SQLiteUnbuffered::valid ( void ) Finds whether more rows are available from the given result handle. Parameters: result The SQLite result resource. This parameter is not required when using the object-or

ReflectionClass::isAbstract

(PHP 5, PHP 7) Checks if class is abstract public bool ReflectionClass::isAbstract ( void ) Checks if the class is abstract. Returns: Returns TRUE on success or FALSE on failure. Examples: ReflectionClass::isAbstract() example <?php class          TestClass { } abstract class TestAbstractClass { } $testClass     = new

APCUIterator::getTotalSize

(PECL apcu >= 5.0.0) Get total cache size public int APCUIterator::getTotalSize ( void ) Gets the total cache size. Returns: The total cache size. This function is currently not documented; only its argument list is available. See also: APCUIterator::getTotalCount()

Imagick::roundCorners

(PECL imagick 2.0.0) Rounds image corners bool Imagick::roundCorners ( float $x_rounding, float $y_rounding [, float $stroke_width = 10 [, float $displace = 5 [, float $size_correction = -6 ]]] ) Rounds image corners. The first two parameters control the amount of rounding and the three last parameters can be used to fine-tune the rounding process. This method is available if Imagick has been compiled against ImageMagick

Imagick::identifyFormat

(No version information available, might only be in Git) Description public string|false Imagick::identifyFormat ( string $embedText ) Replaces any embedded formatting characters with the appropriate image property and returns the interpreted text. See http://www.imagemagick.org/script/escape.php for escape sequences. Parameters: embedText A string containing formatting