stream_register_wrapper

(PHP 4 >= 4.3.0, PHP 5, PHP 7) Alias of stream_wrapper_register() This function is an alias of: stream_wrapper_register().

HaruDoc::resetError

(PECL haru >= 0.0.1) Reset error state of the document handle bool HaruDoc::resetError ( void ) Once an error code is set, most of the operations, including I/O processing functions cannot be performed. In case if you want to continue after the cause of the error has been fixed, you have to invoke this function in order to reset the document error state. Returns: Always succeeds and returns TRU

SolrQuery::getMltMinTermFrequency

(PECL solr >= 0.9.2) Returns the frequency below which terms will be ignored in the source document public int SolrQuery::getMltMinTermFrequency ( void ) Returns the frequency below which terms will be ignored in the source document Returns: Returns an integer on success and NULL if not set.

ps_setflat

(PECL ps >= 1.1.0) Sets flatness bool ps_setflat ( resource $psdoc, float $value ) Parameters: psdoc Resource identifier of the postscript file as returned by ps_new(). value The value must be between 0.2 and 1. Returns: Returns TRUE on success or FALSE on failure. This fun

eio_truncate

(PECL eio >= 0.0.1dev) Truncate a file resource eio_truncate ( string $path [, int $offset = 0 [, int $pri = EIO_PRI_DEFAULT [, callable $callback = NULL [, mixed $data = NULL ]]]] ) eio_truncate() causes the regular file named by path to be truncated to a size of precisely length bytes Parameters: path File path offset Offset fr

gc_collect_cycles

(PHP 5 >= 5.3.0, PHP 7) Forces collection of any existing garbage cycles int gc_collect_cycles ( void ) Forces collection of any existing garbage cycles. Returns: Returns number of collected cycles. See also: Garbage Collection -

Yaf_Router::addRoute

(Yaf >=1.0.0) Add new Route into Router public bool Yaf_Router::addRoute ( string $name, Yaf_Route_Abstract $route ) defaultly, Yaf_Router using a Yaf_Route_Static as its defualt route. you can add new routes into router's route stack by calling this method. the newer route will be called before the older(route stack), and if the newer router return TRUE, the router process will be end. otherwise, the older one will be

eio_grp

(PECL eio >= 0.0.1dev) Createsa request group. resource eio_grp ( callable $callback [, string $data = NULL ] ) eio_grp() creates a request group. Parameters: callback callback function is called when the request is done. It should match the following prototype: void callback(mixed $data, int $result[, resource $req]); data Arbitr

NumberFormatter::setPattern

(PHP 5 >= 5.3.0, PHP 7, PECL intl >= 1.0.0) Set formatter pattern public bool NumberFormatter::setPattern ( string $pattern ) Object oriented style Procedural style bool numfmt_set_pattern ( NumberFormatter $fmt , string $pattern ) Set the pattern used by the formatter. Can not be used on a rule-based formatter. Parameters: fmt NumberFormatter object.

getmypid

(PHP 4, PHP 5, PHP 7) Gets PHP's process ID int getmypid ( void ) Gets the current PHP process ID. Returns: Returns the current PHP process ID, or FALSE on error. See also: getmygid() - getmyuid() - get_current_user() - getmyinode()