SolrQuery::setHighlightAlternateField

(PECL solr >= 0.9.2) Specifies the backup field to use public SolrQuery SolrQuery::setHighlightAlternateField ( string $field [, string $field_override ] ) If a snippet cannot be generated because there were no matching terms, one can specify a field to use as the backup or default summary Parameters: field The name of the backup field field_over

EvLoop::child

(PECL ev >= 0.2.0) Creates EvChild object associated with the current event loop final public EvChild EvLoop::child ( string $pid , string $trace , string $callback [, string $data [, string $priority ]] ) Creates EvChild object associated with the current event loop. Returns: Returns EvChild object on success. See also:

hw_api::find

(PHP 4, PHP 5 < 5.2.0, PECL hwapi SVN) Search for objects array hw_api::find ( array $parameter ) This functions searches for objects either by executing a key or/and full text query. The found objects can further be filtered by an optional object query. They are sorted by their importance. The second search operation is relatively slow and its result can be limited to a certain number of hits. This allows to perform an i

date_default_timezone_set

(PHP 5 >= 5.1.0, PHP 7) Sets the default timezone used by all date/time functions in a script bool date_default_timezone_set ( string $timezone_identifier ) date_default_timezone_set() sets the default timezone used by all date/time functions. Note: Since PHP 5.1.0 (when the date/time functions were rewritten), every call to a date/time function will generate a E_NOTICE if the timezone isn't valid, and/or a E_WARNIN

ncurses_typeahead

(PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Specify different filedescriptor for typeahead checking int ncurses_typeahead ( int $fd ) Parameters: fd This function is EXPERIMENTAL. The behaviour of this function, its name, and surrounding documentation may change without notice in a future release of PHP. This f

SolrDisMaxQuery::useDisMaxQueryParser

(No version information available, might only be in Git) Switch QueryParser to be DisMax Query Parser public SolrDisMaxQuery SolrDisMaxQuery::useDisMaxQueryParser ( void ) Switch QueryParser to be DisMax Query Parser Returns: SolrDisMaxQuery Examples: SolrDisMaxQuery::useDisMaxQueryParser() example <?php $dismaxQuery 

xattr_get

(PECL xattr >= 0.9.0) Get an extended attribute string xattr_get ( string $filename, string $name [, int $flags = 0 ] ) This function gets the value of an extended attribute of a file. Extended attributes have two different namespaces: user and root. The user namespace is available to all users, while the root namespace is available only to users with root privileges. xattr operates on the user namespace by default, b

SolrClient::getOptions

(PECL solr >= 0.9.6) Returns the client options set internally public array SolrClient::getOptions ( void ) Returns the client options set internally. Very useful for debugging. The values returned are readonly and can only be set when the object is instantiated. Returns: Returns an array containing all the options for the SolrClient object set internally.

ImagickPixel::__construct

(PECL imagick 2.0.0) The ImagickPixel constructor ImagickPixel::__construct ([ string $color ] ) Constructs an ImagickPixel object. If a color is specified, the object is constructed and then initialised with that color before being returned. Parameters: color The optional color string to use as the initial value of this object. Returns: Returns

mysqli::refresh

(PHP 5 <= 5.3.0) Refreshes public bool mysqli::refresh ( int $options ) Object oriented style Procedural style int mysqli_refresh ( resource $link , int $options ) Flushes tables or caches, or resets the replication server information. Parameters: link Procedural style only: A link identifier returned by mysqli_connect() or mysqli_init() options