ImagickDraw::pathLineToHorizontalAbsolute

(PECL imagick 2.0.0) Draws a horizontal line path bool ImagickDraw::pathLineToHorizontalAbsolute ( float $x ) Draws a horizontal line path from the current point to the target point using absolute coordinates. The target point then becomes the new current point. Parameters: x x coordinate Returns: No value is returned.

filter_var_array

(PHP 5 >= 5.2.0, PHP 7) Gets multiple variables and optionally filters them mixed filter_var_array ( array $data [, mixed $definition [, bool $add_empty = true ]] ) This function is useful for retrieving many values without repetitively calling filter_var(). Parameters: data An array with string keys containing the data to filter. definition

Imagick::getPixelRegionIterator

(PECL imagick 2.0.0) Get an ImagickPixelIterator for an image section ImagickPixelIterator Imagick::getPixelRegionIterator ( int $x, int $y, int $columns, int $rows ) Get an ImagickPixelIterator for an image section. Parameters: x The x-coordinate of the region. y The y-coordinate of the region. columns

hw_api::user

(PHP 4, PHP 5 < 5.2.0, PECL hwapi SVN) Returns the own user object hw_api_object hw_api::user ( array $parameter ) Returns the own user object. Parameters: parameter Returns the own user object. Returns: See also: hw_api::userlist -

PDF_new

(PHP 4 >= 4.0.5, PECL pdflib >= 1.0.0) Create PDFlib object resource PDF_new ( void ) Creates a new PDFlib object with default settings.

Yaf_Application::bootstrap

(Yaf >=1.0.0) Call bootstrap public void Yaf_Application::bootstrap ([ Yaf_Bootstrap_Abstract $bootstrap ] ) Run a Bootstrap, all the methods defined in the Bootstrap and named with prefix "_init" will be called according to their declaration order, if the parameter bootstrap is not supplied, Yaf will look for a Bootstrap under application.directory. Parameters: bootstrap

OCI-Lob::size

(PHP 5, PHP 7, PECL OCI8 >= 1.1.0) Returns size of large object int OCI-Lob::size ( void ) Gets the size of the large object. Returns: Returns length of large object value or FALSE on failure. Empty objects have zero length.

ImagickDraw::getClipPath

(PECL imagick 2.0.0) Obtains the current clipping path ID string ImagickDraw::getClipPath ( void ) Obtains the current clipping path ID. Returns: Returns a string containing the clip path ID or false if no clip path exists. This function is currently not documented; only its argument list is available.

openssl_pkcs12_read

(PHP 5 >= 5.2.2, PHP 7) Parse a PKCS#12 Certificate Store into an array bool openssl_pkcs12_read ( string $pkcs12, array &$certs, string $pass ) openssl_pkcs12_read() parses the PKCS#12 certificate store supplied by pkcs12 into a array named certs. Parameters: pkcs12 The certificate store contents, not its file name. certs On suc

maxdb_rpl_probe

(PECL maxdb >= 1.0) RPL probe bool maxdb_rpl_probe ( resource $link ) This function is currently not documented; only its argument list is available.