PDF_fill_imageblock

(PECL pdflib >= 2.0.0) Fill image block with variable data int PDF_fill_imageblock ( resource $pdfdoc, int $page, string $blockname, int $image, string $optlist ) Fills an image block with variable data according to its properties. This function is only available in the PDFlib Personalization Server (PPS).

Gmagick::getimageresolution

(PECL gmagick >= Unknown) Gets the image X and Y resolution public array Gmagick::getimageresolution ( void ) Returns the resolution as an array. Returns: Returns the resolution as an array. Exception: Throws an GmagickException on error.

Throwable::getTrace

(PHP 7) Gets the stack trace abstract public array Throwable::getTrace ( void ) Returns the stack trace as an array. Returns: Returns the stack trace as an array in the same format as debug_backtrace(). See also: Exception::getTrace() -

gupnp_service_proxy_set_subscribed

(PECL gupnp >= 0.1.0) (Un)subscribes to the service. bool gupnp_service_proxy_set_subscribed ( resource $proxy, bool $subscribed ) (Un)subscribes to the service. Parameters: proxy A service proxy identifier. subscribed Set TRUE to subscribe to this service. Returns: Returns TRUE on success or FALSE on failur

cairo_matrix_translate

(PECL cairo >= 0.1.0) Description void cairo_matrix_translate ( CairoMatrix $matrix, float $tx, float $ty ) The function description goes here. Parameters: matrix Description... tx Description... ty Description... Returns: What is returned on success and failure

ZMQSocket::getPersistentId

(PECL zmq >= 0.5.0) Get the persistent id public string ZMQSocket::getPersistentId ( void ) Returns the persistent id of the socket. Returns: Returns the persistent id string assigned of the object and NULL if socket is not persistent.

ReflectionFunctionAbstract::getShortName

(PHP 5 >= 5.3.0, PHP 7) Gets function short name public string ReflectionFunctionAbstract::getShortName ( void ) Get the short name of the function (without the namespace part). Returns: The short name of the function. This function is currently not documented; only its argument list is available.

Yaf_Request_Abstract::getRequestUri

(Yaf >=1.0.0) The getRequestUri purpose public void Yaf_Request_Abstract::getRequestUri ( void ) Returns: This function is currently not documented; only its argument list is available.

getopt

(PHP 4 >= 4.3.0, PHP 5, PHP 7) Gets options from the command line argument list array getopt ( string $options [, array $longopts ] ) Parses options passed to the script. Parameters: options Each character in this string will be used as option characters and matched against options passed to the script starting with a single hyphen (-). For example, an option string

PDF_stroke

(PHP 4, PECL pdflib >= 1.0.0) Stroke path bool PDF_stroke ( resource $p ) Strokes the path with the current color and line width, and clear it. Returns TRUE on success or FALSE on failure.