VarnishLog::getLine

(PECL varnish >= 0.6) Get next log line public array VarnishLog::getLine ( void ) Returns: Returns an array with the log line data.

ImagickDraw::setFontStretch

(PECL imagick 2.0.0) Sets the font stretch to use when annotating with text bool ImagickDraw::setFontStretch ( int $fontStretch ) Sets the font stretch to use when annotating with text. The AnyStretch enumeration acts as a wild-card "don't care" option. Parameters: fontStretch STRETCH_ constant Returns: No value is returned.

cairo_surface_create_similar

(PECL cairo >= 0.1.0) Description CairoSurface cairo_surface_create_similar ( CairoSurface $surface, int $content, float $width, float $height ) The function description goes here. Parameters: surface Description... content Description... width Description... height

cairo_ps_surface_dsc_begin_page_setup

(PECL cairo >= 0.1.0) Description void cairo_ps_surface_dsc_begin_page_setup ( CairoPsSurface $surface ) The function description goes here. Parameters: surface Description... Returns: What is returned on success and failure This function is currently not documented; only its argument list is available.

RarEntry::isDirectory

(PECL rar >= 2.0.0) Test whether an entry represents a directory public bool RarEntry::isDirectory ( void ) Tests whether the current entry is a directory. Returns: Returns TRUE if this entry is a directory and FALSE otherwise.

VarnishAdmin::getParams

(PECL varnish >= 0.4) Fetch current varnish instance configuration parameters public array VarnishAdmin::getParams ( void ) Returns: Returns an array with the varnish configuration parameters.

EventHttpConnection::getBase

(PECL event >= 1.2.6-beta) Returns event base associated with the connection public EventBase EventHttpConnection::getBase ( void ) Returns event base associated with the connection. Returns: On success returns EventBase object associated with the connection. Otherwise FALSE.

SDO_List::insert

(^) Insert into a list void SDO_List::insert ( mixed $value [, int $index ] ) Insert a new element at a specified position in the list. All subsequent list items are moved up. Parameters: value The new value to be inserted. This can be either a primitive or an SDO_DataObject. index The position at which to insert the new element. If

Imagick::getNumberImages

(PECL imagick 2.0.0) Returns the number of images in the object int Imagick::getNumberImages ( void ) Returns the number of images associated with Imagick object. Returns: Returns the number of images associated with Imagick object. Exception: Throws ImagickException on error.

SwishSearch::setSort

(PECL swish >= 0.1.0) Set the sort order void SwishSearch::setSort ( string $sort ) Parameters: sort Sort order of the results is a string containing name of a result property combined with sort direction ("asc" or "desc"). Examples: "swishrank desc", "swishdocpath asc", "swishtitle asc", "swishdocsize desc", "swishlastmodified desc" etc. Returns: