Imagick::embossImage

(PECL imagick 2.0.0) Returns a grayscale image with a three-dimensional effect bool Imagick::embossImage ( float $radius, float $sigma ) Returns a grayscale image with a three-dimensional effect. We convolve the image with a Gaussian operator of the given radius and standard deviation (sigma). For reasonable results, radius should be larger than sigma. Use a radius of 0 and it will choose a suitable radius for you.

IntlDateFormatter::getErrorCode

(PHP 5 >= 5.3.0, PHP 7, PECL intl >= 1.0.0) Get the error code from last operation public int IntlDateFormatter::getErrorCode ( void ) Object oriented style Procedural style int datefmt_get_error_code ( IntlDateFormatter $fmt ) Get the error code from last operation. Returns error code from the last number formatting operation. Parameters: fmt The formatter res

strnatcasecmp

(PHP 4, PHP 5, PHP 7) Case insensitive string comparisons using a "natural order" algorithm int strnatcasecmp ( string $str1, string $str2 ) This function implements a comparison algorithm that orders alphanumeric strings in the way a human being would. The behaviour of this function is similar to strnatcmp(), except that the comparison is not case sensitive. For more information see: Martin Pool's » Natural Order String Com

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

pg_host

(PHP 4, PHP 5, PHP 7) Returns the host name associated with the connection string pg_host ([ resource $connection ] ) pg_host() returns the host name of the given PostgreSQL connection resource is connected to. Parameters: connection PostgreSQL database connection resource. When connection is not present, the default connection is used. The default connection is the las

Lapack::singularValues

(PECL lapack >= 0.1.0) Calculated the singular values of a matrix public static array Lapack::singularValues ( array $a ) Calculate the singular values of the matrix A. Parameters: a The matrix to calculate the singular values for Returns: The singular values Examples: Using Lapack

sqlsrv_configure

(No version information available, might only be in Git) Changes the driver error handling and logging configurations bool sqlsrv_configure ( string $setting, mixed $value ) Changes the driver error handling and logging configurations. Parameters: setting The name of the setting to set. The possible values are "WarningsReturnAsErrors", "LogSubsystems", and "LogSeverity".

IntlCalendar::getActualMinimum

(PHP 5.5.0, PHP 7, PECL >= 3.0.0a1) The minimum value for a field, considering the objectʼs current time public int IntlCalendar::getActualMinimum ( int $field ) Object oriented style Procedural style int intlcal_get_actual_minimum ( IntlCalendar $cal , int $field ) Returns a fieldʼs relative minimum value around the current time. The exact semantics vary by field, but in the general case this is the value that would

ps_set_info

(PECL ps >= 1.1.0) Sets information fields of document bool ps_set_info ( resource $p, string $key, string $val ) Sets certain information fields of the document. This fields will be shown as a comment in the header of the PostScript file. If the document is converted to pdf this fields will also be used for the document information. The BoundingBox is usually set to the value given to the first page. This only works if

SAMConnection::isConnected

(PECL sam >= 0.1.0) Queries whether a connection is established to a Messaging Server bool SAMConnection::isConnected ( void ) Calling the "isConnected" method on a Connection object will check whether the PHP script is connected to a messaging server. No messages can be sent or received unless a connection has been established with a Messaging server. Returns: This method returns TRUE if the