XMLWriter::startDTDAttlist

(PHP 5 >= 5.1.2, PHP 7, PECL xmlwriter >= 0.1.0) Create start DTD AttList bool XMLWriter::startDTDAttlist ( string $name ) Object oriented style Procedural style bool xmlwriter_start_dtd_attlist ( resource $xmlwriter , string $name ) Starts a DTD attribute list. Parameters: xmlwriter Only for procedural calls. The XMLWriter resource that is being modified. This reso

V8Js::getPendingException

(PECL v8js >= 0.1.0) Return pending uncaught Javascript exception public V8JsException V8Js::getPendingException ( void ) Returns any pending uncaught Javascript exception as V8JsException left from earlier V8Js::executeString() call(s). Returns: Either V8JsException or NULL.

runkit_import

(PECL runkit >= 0.7.0) Process a PHP file importing function and class definitions, overwriting where appropriate bool runkit_import ( string $filename [, int $flags = RUNKIT_IMPORT_CLASS_METHODS ] ) Similar to include however any code residing outside of a function or class is simply ignored. Additionally, depending on the value of flags, any functions or classes which already exist in the currently running environmen

RecursiveTreeIterator::getEntry

(PHP 5 >= 5.3.0, PHP 7) Get current entry public string RecursiveTreeIterator::getEntry ( void ) Gets the part of the tree built for the current element. Returns: Returns the part of the tree built for the current element. This function is currently not documented; only its argument list is available.

MongoDB::prevError

(PECL mongo >=0.9.5) Checks for the last error thrown during a database operation public array MongoDB::prevError ( void ) MongoDB::lastError() is usually preferred to this. This method returns the last database error that occurred and how many operations ago it occurred. It is mostly deprecated. Returns: Returns the error and the number of operations ago it occurred.

udm_cat_path

(PHP 4 >= 4.0.6, PHP 5 <= 5.0.5, PECL mnogosearch >= 1.0.0) Get the path to the current category array udm_cat_path ( resource $agent, string $category ) Returns an array describing the path in the categories tree from the tree root to the current one, specified by category. Parameters: agent A link to Agent, received after call to udm_alloc_agent().

IntlCalendar::get

(PHP 5.5.0, PHP 7, PECL >= 3.0.0a1) Get the value for a field public int IntlCalendar::get ( int $field ) Object oriented style Procedural style int intlcal_get ( IntlCalendar> $cal , int $field ) Gets the value for a specific field. Parameters: cal The IntlCalendar resource. field One of the IntlCalendar date/time field cons

Memcached::setMultiByKey

(PECL memcached >= 0.1.0) Store multiple items on a specific server public bool Memcached::setMultiByKey ( string $server_key, array $items [, int $expiration ] ) Memcached::setMultiByKey() is functionally equivalent to Memcached::setMulti(), except that the free-form server_key can be used to map the keys from items to a specific server. This is useful if you need to keep a bunch of related keys on a certain server.

mcrypt_enc_get_block_size

(PHP 4 >= 4.0.2, PHP 5, PHP 7) Returns the blocksize of the opened algorithm int mcrypt_enc_get_block_size ( resource $td ) Gets the blocksize of the opened algorithm. Parameters: td The encryption descriptor. Returns: Returns the block size of the specified algorithm in bytes.

Imagick::reduceNoiseImage

(PECL imagick 2.0.0) Smooths the contours of an image bool Imagick::reduceNoiseImage ( float $radius ) Smooths the contours of an image while still preserving edge information. The algorithm works by replacing each pixel with its neighbor closest in value. A neighbor is defined by radius. Use a radius of 0 and Imagick::reduceNoiseImage() selects a suitable radius for you. Parameters: