EventBufferEvent::createPair

(PECL event >= 1.2.6-beta) Creates two buffer events connected to each other public static array EventBufferEvent::createPair ( EventBase $base [, int $options = 0 ] ) Returns array of two EventBufferEvent objects connected to each other. All the usual options are supported, except for EventBufferEvent::OPT_CLOSE_ON_FREE , which has no effect, and EventBufferEvent::OPT_DEFER_CALLBACKS , which is always on.

SyncSemaphore::__construct

(PECL sync >= 1.0.0) Constructs a new SyncSemaphore object public SyncSemaphore::__construct ([ string $name [, integer $initialval [, bool $autounlock ]]] ) Constructs a named or unnamed semaphore. Parameters: name The name of the semaphore if this is a named semaphore object. Note: If the name already exists, it must be able to be opened by the current user that

apc_add

(PECL apc >= 3.0.13) Cache a new variable in the data store bool apc_add ( string $key, mixed $var [, int $ttl = 0 ] ) array apc_add ( array $values [, mixed $unused = NULL [, int $ttl = 0 ]] ) Caches a variable in the data store, only if it's not already stored. Note: Unlike many other mechanisms in PHP, variables stored using apc_add() will persist between requests (until the value is removed from the cache).

HaruPage::setFontAndSize

(PECL haru >= 0.0.1) Set font and fontsize for the page bool HaruPage::setFontAndSize ( object $font, float $size ) Defines current font and its size for the page. Parameters: font A valid HaruFont instance. size The size of the font. Returns: Returns TRUE on success. Exception:

m_returnstatus

(PHP 4 >= 4.3.9, PHP 5 <= 5.0.5, PECL mcve >= 1.0.0) Check to see if the transaction was successful int m_returnstatus ( resource $conn, int $identifier ) Parameters: conn An MCVE_CONN resource returned by m_initengine(). identifier An MCVE_CONN resource returned by m_initengine(). Returns:

yaz_ccl_parse

(PHP 4 >= 4.0.5, PECL yaz >= 0.9.0) Invoke CCL Parser bool yaz_ccl_parse ( resource $id, string $query, array &$result ) This function invokes a CCL parser. It converts a given CCL FIND query to an RPN query which may be passed to the yaz_search() function to perform a search. To define a set of valid CCL fields call yaz_ccl_conf() prior to this function. Parameters: id

runkit_lint_file

(PECL runkit >= 0.7.0) Check the PHP syntax of the specified file bool runkit_lint_file ( string $filename ) The runkit_lint_file() function performs a syntax (lint) check on the specified filename testing for scripting errors. This is similar to using php -l from the commandline. Note: Sandbox support (required for runkit_lint(), runkit_lint_file(), and the Runkit_Sandbox class) is only available as of PHP 5.1.0 or sp

Yaf_Request_Abstract::isXmlHttpRequest

(Yaf >=1.0.0) The isXmlHttpRequest purpose public void Yaf_Request_Abstract::isXmlHttpRequest ( void ) Returns: This function is currently not documented; only its argument list is available.

SolrQuery::addFacetDateField

(PECL solr >= 0.9.2) Maps to facet.date public SolrQuery SolrQuery::addFacetDateField ( string $dateField ) This method allows you to specify a field which should be treated as a facet. It can be used multiple times with different field names to indicate multiple facet fields Parameters: dateField The name of the date field. Returns: Returns a

GmagickDraw::getfillcolor

(PECL gmagick >= Unknown) Returns the fill color public void GmagickDraw::getfillcolor ( void ) Returns the fill color used for drawing filled objects. Returns: The GmagickPixel fill color used for drawing filled objects.