EventBuffer::add

(PECL event >= 1.2.6-beta) Append data to the end of an event buffer public bool EventBuffer::add ( string $data ) Append data to the end of an event buffer. Parameters: data String to be appended to the end of the buffer. Returns: Returns TRUE on success. Otherwise FALSE. See

tidy::head

(PHP 5, PHP 7, PECL tidy 0.5.2-1.0.0) Returns a tidyNode object starting from the <head> tag of the tidy parse tree tidyNode tidy::head ( void ) Object oriented style Procedural style tidyNode tidy_get_head ( tidy $object ) Returns a tidyNode object starting from the <head> tag of the tidy parse tree. Parameters: object The Tidy object. Re

EvLoop::backend

(PECL ev >= 0.2.0) Returns an integer describing the backend used by libev. public int EvLoop::backend ( void ) The same as Ev::backend() , but for the loop instance. Returns: Returns an integer describing the backend used by libev. See Ev::backend() . See also: Ev::backend() -

HaruDoc::insertPage

(PECL haru >= 0.0.1) Insert new page just before the specified page object HaruDoc::insertPage ( object $page ) Creates a new page and inserts just before the specified page. Parameters: page A valid HaruPage instance. Returns: Returns a new HaruPage instance. Exception: Throws a HaruException on error.

stream_supports_lock

(PHP 5 >= 5.3.0, PHP 7) Tells whether the stream supports locking. bool stream_supports_lock ( resource $stream ) Tells whether the stream supports locking through flock(). Parameters: stream The stream to check. Returns: Returns TRUE on success or FALSE on failure. See also:

posix_getgrnam

(PHP 4, PHP 5, PHP 7) Return info about a group by name array posix_getgrnam ( string $name ) Gets information about a group provided its name. Parameters: name The name of the group Returns: The array elements returned are: The group information array Element Description name The name element contains the name of the group. This is a short, usua

CairoContext::deviceToUserDistance

(PECL cairo >= 0.1.0) Transform a distance public array CairoContext::deviceToUserDistance ( float $x, float $y ) Object oriented style (method): Procedural style: array cairo_device_to_user_distance ( CairoContext $context , float $x , float $y ) Transform a distance vector from device space to user space. This function is similar to CairoContext::deviceToUser() or cairo_device_to_user() except that the translation comp

id3_get_frame_long_name

(PECL id3 >= 0.2) Get the long name of an ID3v2 frame string id3_get_frame_long_name ( string $frameId ) id3_get_frame_long_name() returns the long name for an ID3v2 frame. Parameters: frameId An ID3v2 frame Returns: Returns the frame long name or FALSE on errors. Examples: id3_get

newt_grid_wrapped_window_at

(PECL newt >= 0.1) void newt_grid_wrapped_window_at ( resource $grid, string $title, int $left, int $top ) Parameters: grid title left top Returns: No value is returned. This function is currently not documented; only its argum

Yaf_Request_Http::get

(Yaf >=1.0.0) Retrieve variable from client public mixed Yaf_Request_Http::get ( string $name [, string $default ] ) Retrieve variable from client, this method will search the name in request pramas, if the name is not found, then will search in POST, GET, Cookie, Server Parameters: name the variable name default if this parameter is