hw_api::link

(PHP 4, PHP 5 < 5.2.0, PECL hwapi SVN) Creates a link to an object bool hw_api::link ( array $parameter ) Creates a link to an object. Accessing this link is like accessing the object to links points to. Parameters: parameter The parameter array contains the required elements 'objectIdentifier' and 'destinationParentIdentifier'. 'destinationParentIdentifier' is the tar

Lua::call

(PECL lua >=0.9.0) Call Lua functions public mixed Lua::call ( callable $lua_func [, array $args [, int $use_self = 0 ]] ) public mixed Lua::__call ( callable $lua_func [, array $args [, int $use_self = 0 ]] ) Parameters: lua_func Function name in lua args Arguments passed to the Lua function use_self

posix_getpgrp

(PHP 4, PHP 5, PHP 7) Return the current process group identifier int posix_getpgrp ( void ) Return the process group identifier of the current process. Returns: Returns the identifier, as an integer.

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.

PDF_begin_template_ext

(PECL pdflib >= 2.1.0) Start template definition int PDF_begin_template_ext ( resource $pdfdoc, float $width, float $height, string $optlist ) Starts a new template definition.

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