strncmp

(PHP 4, PHP 5, PHP 7) Binary safe string comparison of the first n characters int strncmp ( string $str1, string $str2, int $len ) This function is similar to strcmp(), with the difference that you can specify the (upper limit of the) number of characters from each string to be used in the comparison. Note that this comparison is case sensitive. Parameters: str1 The fir

Imagick::getImageResolution

(PECL imagick 2.0.0) Gets the image X and Y resolution array Imagick::getImageResolution ( void ) Gets the image X and Y resolution. Returns: Returns the resolution as an array. Exception: Throws ImagickException on error.

Imagick::getQuantumRange

(PECL imagick 2.0.0) Returns the Imagick quantum range array Imagick::getQuantumRange ( void ) Returns the quantum range for the Imagick instance. Returns: Returns an associative array containing the quantum range as an integer ("quantumRangeLong") and as a string ("quantumRangeString"). Exception: Throws ImagickException on error.

ocicloselob

(PHP 4 >= 4.0.6, PECL OCI8 1.0) Alias of OCI-Lob::close() Alias of OCI-Lob::close() This alias has been DEPRECATED as of PHP 5.4.0. Relying on this alias is highly discouraged.

odbc_gettypeinfo

(PHP 4, PHP 5, PHP 7) Retrieves information about data types supported by the data source resource odbc_gettypeinfo ( resource $connection_id [, int $data_type ] ) Retrieves information about data types supported by the data source. Parameters: connection_id The ODBC connection identifier, see odbc_connect() for details. data_type The dat

ReflectionClass::isTrait

(PHP >= 5.4.0) Returns whether this is a trait public bool ReflectionClass::isTrait ( void ) Returns: Returns TRUE if this is a trait, FALSE otherwise. Returns NULL in case of an error. This function is currently not documented; only its argument list is available.

Imagick::render

(PECL imagick 2.0.0) Renders all preceding drawing commands bool Imagick::render ( void ) Renders all preceding drawing commands. Returns: Returns TRUE on success.

Throwable::getTraceAsString

(PHP 7) Gets the stack trace as a string abstract public string Throwable::getTraceAsString ( void ) Returns: Returns the stack trace as a string. See also: Exception::getTraceAsString() -

Memcache::setServerParams

(PECL memcache >= 2.1.0) Changes server parameters and status at runtime bool Memcache::setServerParams ( string $host [, int $port = 11211 [, int $timeout [, int $retry_interval = false [, bool $status [, callable $failure_callback ]]]]] ) Memcache::setServerParams() changes server parameters at runtime. You can also use the memcache_set_server_params() function. Note: This function has been added to Memcache versi

session_pgsql_reset

(PECL session_pgsql SVN) Reset connection to session database servers bool session_pgsql_reset ( void ) Reset the connection to the session database servers. Returns: Returns TRUE on success or FALSE on failure.