PDF_fit_textline

(PECL pdflib >= 2.0.0) Place single line of text bool PDF_fit_textline ( resource $pdfdoc, string $text, float $x, float $y, string $optlist ) Places a single line of text on the page, subject to various options. Returns TRUE on success or FALSE on failure.

Imagick::getImageScene

(PECL imagick 2.0.0) Gets the image scene int Imagick::getImageScene ( void ) Gets the image scene. Returns: Returns the image scene. Exception: Throws ImagickException on error.

Yaf_Application::__sleep

(Yaf >=1.0.0) Yaf_Application can not be serialized private void Yaf_Application::__sleep ( void ) Returns:

odbc_primarykeys

(PHP 4, PHP 5, PHP 7) Gets the primary keys for a table resource odbc_primarykeys ( resource $connection_id, string $qualifier, string $owner, string $table ) Returns a result identifier that can be used to fetch the column names that comprise the primary key for a table. Parameters: connection_id The ODBC connection identifier, see odbc_connect() for details.

CairoScaledFont::getFontFace

(PECL cairo >= 0.1.0) The getFontFace purpose public void CairoScaledFont::getFontFace ( void ) Object oriented style (method): Procedural style: void cairo_get_font_face ( CairoContext $context ) Description here. Parameters: context Description... Returns: Description... This function is currently not d

WeakMap::offsetExists

(PECL weakref >= 0.2.0) Checks whether a certain object is in the map public bool WeakMap::offsetExists ( object $object ) Checks whether the passed object is referenced in the map. Parameters: object Object to check for. Returns: Returns TRUE if the object is contained in the map, FALSE otherwise.

ImagickDraw::getStrokeWidth

(PECL imagick 2.0.0) Returns the width of the stroke used to draw object outlines float ImagickDraw::getStrokeWidth ( void ) Returns the width of the stroke used to draw object outlines. Returns: Returns a double describing the stroke width. This function is currently not documented; only its argument list is available.

Imagick::getImageTotalInkDensity

(PECL imagick 2.0.0) Gets the image total ink density float Imagick::getImageTotalInkDensity ( void ) Gets the image total ink density. Returns: Returns the image total ink density of the image. Throw an ImagickException on error.

pcntl_errno

(PHP 5 >= 5.3.4, PHP 7) Alias of pcntl_strerror() This function is an alias of: pcntl_strerror()

SplDoublyLinkedList::unshift

(PHP 5 >= 5.3.0, PHP 7) Prepends the doubly linked list with an element public void SplDoublyLinkedList::unshift ( mixed $value ) Prepends value at the beginning of the doubly linked list. Parameters: value The value to unshift. Returns: No value is returned.