PDF_skew

(PHP 4, PECL pdflib >= 1.0.0) Skew the coordinate system bool PDF_skew ( resource $p, float $alpha, float $beta ) Skews the coordinate system in x and y direction by alpha and beta degrees, respectively. Returns TRUE on success or FALSE on failure.

CairoContext::getLineJoin

(PECL cairo >= 0.1.0) The getLineJoin purpose public int CairoContext::getLineJoin ( void ) Object oriented style (method): Procedural style: int cairo_get_line_join ( CairoContext $context ) Description here. Parameters: context Description... Returns: Description... This function is currently not documen

ImagickPixelIterator::newPixelIterator

(PECL imagick 2.0.0) Returns a new pixel iterator bool ImagickPixelIterator::newPixelIterator ( Imagick $wand ) Returns a new pixel iterator. Returns: Returns TRUE on success. Throwing ImagickPixelIteratorException. This function is currently not documented; only its argument list is available.

RecursiveIteratorIterator::valid

(PHP 5, PHP 7) Check whether the current position is valid public bool RecursiveIteratorIterator::valid ( void ) Returns: TRUE if the current position is valid, otherwise FALSE This function is currently not documented; only its argument list is available.

vpopmail_del_user

(PHP 4 >= 4.0.5, PECL vpopmail >= 0.2) Delete a user from a virtual domain bool vpopmail_del_user ( string $user, string $domain ) This function is EXPERIMENTAL. The behaviour of this function, its name, and surrounding documentation may change without notice in a future release of PHP. This function should be used at your own risk. This function

ImagickDraw::getTextInterwordSpacing

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

Imagick::getCompression

(PECL imagick 2.0.0) Gets the object compression type int Imagick::getCompression ( void ) Gets the object compression type. Returns: Returns the compression constant

Yaf_Dispatcher::getApplication

(Yaf >=1.0.0) Retrive the application public Yaf_Application Yaf_Dispatcher::getApplication ( void ) Retrive the Yaf_Application instance. same as Yaf_Application::app(). Returns: See also: Yaf_Application::app() -

rawurldecode

(PHP 4, PHP 5, PHP 7) Decode URL-encoded strings string rawurldecode ( string $str ) Returns a string in which the sequences with percent (%) signs followed by two hex digits have been replaced with literal characters. Parameters: str The URL to be decoded. Returns: Returns the decoded URL, as a string. Notes:

DOMElement::getAttributeNS

(PHP 5, PHP 7) Returns value of attribute public string DOMElement::getAttributeNS ( string $namespaceURI, string $localName ) Gets the value of the attribute in namespace namespaceURI with local name localName for the current node. Parameters: namespaceURI The namespace URI. localName The local name. Returns: