event_buffer_set_callback

(PECL libevent >= 0.0.4) Set or reset callbacks for a buffered event bool event_buffer_set_callback ( resource $event, mixed $readcb, mixed $writecb, mixed $errorcb [, mixed $arg ] ) Sets or changes existing callbacks for the buffered event. Parameters: event Valid buffered event resource. readcb Callback to invoke where there is dat

SWFMovie::setRate

(PHP 5 <= 5.3.0, PECL ming SVN) Sets the animation's frame rate void SWFMovie::setRate ( float $rate ) Sets the frame rate to the specified rate. Animation will slow down if the player can't render frames fast enough- unless there's a streaming sound, in which case display frames are sacrificed to keep sound from skipping. Parameters: rate The frame rate, in frame p

fann_read_train_from_file

(PECL fann >= 1.0.0) Reads a file that stores training data resource fann_read_train_from_file ( string $filename ) Reads a file that stores training data. Parameters: filename The input file in the following format: num_train_data num_input num_output inputdata seperated by space outputdata seperated by space . . . inputdata seperated by space outputdata seperate

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