finfo::file

(PHP >= 5.3.0, PECL fileinfo >= 0.1.0) Alias of finfo_file() public string finfo::file ( string $file_name = NULL [, int $options = FILEINFO_NONE [, resource $context = NULL ]] ) This function is an alias of: finfo_file()

openssl_error_string

(PHP 4 >= 4.0.6, PHP 5, PHP 7) Return openSSL error message string openssl_error_string ( void ) openssl_error_string() returns the last error from the openSSL library. Error messages are queued, so this function should be called multiple times to collect all of the information. The last error will be the most recent one. Returns: Returns an error message string, or FALSE if there are no more e

m_connectionerror

(PHP 4 >= 4.3.9, PHP 5 <= 5.0.5, PECL mcve >= 1.0.0) Get a textual representation of why a connection failed string m_connectionerror ( resource $conn ) Parameters: conn An MCVE_CONN resource returned by m_initengine(). Returns: This function is currently not documented; only its argument list is available.

ocicollsize

(PHP 4 >= 4.0.6, PHP 5, PHP 7, PECL OCI8 >= 1.0.0) Alias of OCI-Collection::size() Alias of OCI-Collection::size() This alias has been DEPRECATED as of PHP 5.4.0. Relying on this alias is highly discouraged.

PDF_utf8_to_utf16

(PECL pdflib >= 2.0.3) Convert string from UTF-8 to UTF-16 string PDF_utf8_to_utf16 ( resource $pdfdoc, string $utf8string, string $ordering ) Converts a string from UTF-8 format to UTF-16.

nthmac

(PECL spplus >= 1.0.0) Obtain a nthmac key (needs 2 arguments) string nthmac ( string $clent, string $data ) Returns: Returns TRUE on success or FALSE on failure. This function is currently not documented; only its argument list is available.

ImagickDraw::getTextKerning

(No version information available, might only be in Git) Description public float ImagickDraw::getTextKerning ( void ) Gets the text kerning. Returns:

Imagick::liquidRescaleImage

(No version information available, might only be in Git) Animates an image or images bool Imagick::liquidRescaleImage ( int $width, int $height, float $delta_x, float $rigidity ) This method scales the images using liquid rescaling method. This method is an implementation of a technique called seam carving. In order for this method to work as expected ImageMagick must be compiled with liblqr support. This method is available

timezone_open

(PHP 5 >= 5.2.0, PHP 7) Alias of DateTimeZone::__construct() This function is an alias of: DateTimeZone::__construct()

ImagickDraw::setStrokeOpacity

(PECL imagick 2.0.0) Specifies the opacity of stroked object outlines bool ImagickDraw::setStrokeOpacity ( float $stroke_opacity ) Specifies the opacity of stroked object outlines. Parameters: stroke_opacity stroke opacity. 1.0 is fully opaque Returns: No value is returned. This function is currently not docum