cairo_image_surface_get_width

(PECL cairo >= 0.1.0) Description int cairo_image_surface_get_width ( CairoImageSurface $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.

Phar::addFromString

(Unknown) Add a file from a string to the phar archive public void Phar::addFromString ( string $localname, string $contents ) Note: This method requires the php.ini setting phar.readonly to be set to 0 in order to work for Phar objects. Otherwise, a PharException will be thrown. With this method, any string can be added to the phar archive. The file will be stored in the archive with localname as its path. This method i

wincache_refresh_if_changed

(PECL wincache >= 1.0.0) Refreshes the cache entries for the cached files bool wincache_refresh_if_changed ([ array $files = NULL ] ) Refreshes the cache entries for the files, whose names were passed in the input argument. If no argument is specified then refreshes all the entries in the cache. Parameters: files An array of file names for files that need to be refr

SplHeap::top

(PHP 5 >= 5.3.0, PHP 7) Peeks at the node from the top of the heap public mixed SplHeap::top ( void ) Returns: The value of the node on the top. Exception: Throws RuntimeException when the data-structure is empty.

EvStat::stat

(PECL ev >= 0.2.0) Initiates the stat call public bool EvStat::stat ( void ) Initiates the stat call(updates internal cache). It stats(using lstat ) the path specified in the watcher and sets to the values found. Returns: Returns TRUE if path exists. Otherwise FALSE. See also: EvStat::attr() -

Gmagick::annotateimage

(PECL gmagick >= Unknown) Annotates an image with text public Gmagick Gmagick::annotateimage ( GmagickDraw $GmagickDraw, float $x, float $y, float $angle, string $text ) Annotates an image with text. Parameters: GmagickDraw The GmagickDraw object that contains settings for drawing the text x Horizontal offset in pixels to the left of

prev

(PHP 4, PHP 5, PHP 7) Rewind the internal array pointer mixed prev ( array &$array ) Rewind the internal array pointer. prev() behaves just like next(), except it rewinds the internal array pointer one place instead of advancing it. Parameters: array The input array. Returns: Returns the array value in the previous place that's pointed to b

SwishSearch::setPhraseDelimiter

(PECL swish >= 0.1.0) Set the phrase delimiter void SwishSearch::setPhraseDelimiter ( string $delimiter ) Parameters: delimiter Phrase delimiter character. The default delimiter is double-quotes. Returns: No value is returned. This function is EXPERIMENTAL. The behaviour of this function, its name, and surro

bcompiler_read

(PECL bcompiler >= 0.4) Reads and creates classes from a filehandle bool bcompiler_read ( resource $filehandle ) Reads data from a open file handle and creates classes from the bytecodes. Parameters: filehandle A file handle as returned by fopen(). Returns: Returns TRUE on success or FALSE on failure. Notes

SphinxClient::resetGroupBy

(PECL sphinx >= 0.1.0) Clear all group-by settings public void SphinxClient::resetGroupBy ( void ) Clears all currently group-by settings, and disables group-by. This call is normally required only when using multi-queries. Returns: No value is returned. See also: SphinxClient::resetGroupBy -