px_timestamp2string

(PECL paradox >= 1.4.0) Converts the timestamp into a string. string px_timestamp2string ( resource $pxdoc, float $value, string $format ) Turns a timestamp as it stored in the paradox file into human readable format. Paradox timestamps are the number of miliseconds since 0001-01-02. This function is just for convenience. It can be easily replaced by some math and the calendar functions as demonstrated in the following

ibase_free_event_handler

(PHP 5, PHP 7) Cancels a registered event handler bool ibase_free_event_handler ( resource $event ) This function causes the registered event handler specified by event to be cancelled. The callback function will no longer be called for the events it was registered to handle. Parameters: event An event resource, created by ibase_set_event_handler(). Re

rrd_restore

(PECL rrd >= 0.9.0) Restores the RRD file from XML dump. bool rrd_restore ( string $xml_file, string $rrd_file [, array $options ] ) Restores the RRD file from the XML dump. Parameters: xml_file XML filename with the dump of the original RRD database file. rrd_file Restored RRD database file name. options

EvWatcher::keepalive

(PECL ev >= 0.2.0) Configures whether to keep the loop from returning public bool EvWatcher::keepalive ([ bool $value ] ) Configures whether to keep the loop from returning. With keepalive value set to FALSE the watcher won't keep Ev::run() / EvLoop::run() from returning even though the watcher is active. Watchers have keepalive value TRUE by default. Clearing keepalive status is useful when returning from Ev::run()

mcrypt_module_self_test

(PHP 4 >= 4.0.2, PHP 5, PHP 7) This function runs a self test on the specified module bool mcrypt_module_self_test ( string $algorithm [, string $lib_dir ] ) This function runs the self test on the algorithm specified. Parameters: algorithm One of the MCRYPT_ciphername constants, or the name of the algorithm as string. lib_dir The opti

MongoDate::__construct

(PECL mongo >= 0.8.1) Creates a new date. public MongoDate::__construct ([ int $sec = time() [, int $usec = 0 ]] ) Creates a new date. If no parameters are given, the current time is used. Parameters: sec Number of seconds since the epoch (i.e. 1 Jan 1970 00:00:00.000 UTC). usec Microseconds. Please be aware though that MongoDB's r

Memcache::decrement

(PECL memcache >= 0.2.0) Decrement item's value int Memcache::decrement ( string $key [, int $value = 1 ] ) Memcache::decrement() decrements value of the item by value. Similarly to Memcache::increment(), current value of the item is being converted to numerical and after that value is subtracted. Note: New item's value will not be less than zero. Note: Do not use Memcache::decrement() with item, which was store

register_shutdown_function

(PHP 4, PHP 5, PHP 7) Register a function for execution on shutdown void register_shutdown_function ( callable $callback [, mixed $parameter [, mixed $... ]] ) Registers a callback to be executed after script execution finishes or exit() is called. Multiple calls to register_shutdown_function() can be made, and each will be called in the same order as they were registered. If you call exit() within one registered shutdown

HaruPage::setGrayStroke

(PECL haru >= 0.0.1) Sets stroking color for the page bool HaruPage::setGrayStroke ( float $value ) Defines stroking color for the page. Parameters: value The value of gray level between 0 and 1. Returns: Returns TRUE on success. Exception: Throws a HaruException on error.

IntlTimeZone::countEquivalentIDs

(PHP 5.5.0, PHP 7, PECL >= 3.0.0a1) Get the number of IDs in the equivalency group that includes the given ID public static integer IntlTimeZone::countEquivalentIDs ( string $zoneId ) Parameters: zoneId Returns: This function is currently not documented; only its argument list is available.