sscanf

(PHP 4 >= 4.0.1, PHP 5, PHP 7) Parses input from a string according to a format mixed sscanf ( string $str, string $format [, mixed &$... ] ) The function sscanf() is the input analog of printf(). sscanf() reads from the string str and interprets it according to the specified format, which is described in the documentation for sprintf(). Any whitespace in the format string matches any whitespace in the input string.

CairoContext::clipExtents

(PECL cairo >= 0.1.0) Computes the area inside the current clip public array CairoContext::clipExtents ( void ) Object oriented style (method): Procedural style: array cairo_clip_extents ( CairoContext $context ) Computes a bounding box in user coordinates covering the area inside the current clip. Parameters: context A valid CairoContext object Re

ming_keypress

(PHP 5 <= 5.3.0, PECL ming SVN) Returns the action flag for keyPress(char) int ming_keypress ( string $char ) This function is currently not documented; only its argument list is available.

fann_set_sarprop_weight_decay_shift

(PECL fann >= 1.0.0) Sets the sarprop weight decay shift bool fann_set_sarprop_weight_decay_shift ( resource $ann, float $sarprop_weight_decay_shift ) Sets the sarprop weight decay shift. Parameters: ann Neural network resource. sarprop_weight_decay_shift The sarprop weight decay shift. Returns: Returns TRUE on

fann_train_epoch

(PECL fann >= 1.0.0) Train one epoch with a set of training data float fann_train_epoch ( resource $ann, resource $data ) Train one epoch with the training data stored in data. One epoch is where all of the training data is considered exactly once. This function returns the MSE error as it is calculated either before or during the actual training. This is not the actual MSE after the training epoch, but since calculatin

EventHttpRequest::sendReplyEnd

(PECL event >= 1.4.0-beta) Complete a chunked reply, freeing the request as appropriate public void EventHttpRequest::sendReplyEnd ( void ) Complete a chunked reply, freeing the request as appropriate. Returns: No value is returned. See also: EventHttpRequest::sendReplyStart() - Ev

fann_train

(PECL fann >= 1.0.0) Train one iteration with a set of inputs, and a set of desired outputs bool fann_train ( resource $ann, array $input, array $desired_output ) Train one iteration with a set of inputs, and a set of desired outputs. This training is always incremental training, since only one pattern is presented. Parameters: ann Neural network resource.

eio_nop

(PECL eio >= 0.0.1dev) Does nothing, except go through the whole request cycle. resource eio_nop ([ int $pri = EIO_PRI_DEFAULT [, callable $callback = NULL [, mixed $data = NULL ]]] ) eio_nop() does nothing, except go through the whole request cycle. Could be useful in debugging. Parameters: pri The request priority: EIO_PRI_DEFAULT, EIO_PRI_MIN, EIO_PRI_MAX, or NULL

XMLWriter::writeAttribute

(PHP 5 >= 5.1.2, PHP 7, PECL xmlwriter >= 0.1.0) Write full attribute bool XMLWriter::writeAttribute ( string $name, string $value ) Object oriented style Procedural style bool xmlwriter_write_attribute ( resource $xmlwriter , string $name , string $value ) Writes a full attribute. Parameters: xmlwriter Only for procedural calls. The XMLWriter resource that is being

apd_get_active_symbols

(PECL apd 0.2) Get an array of the current variables names in the local scope array apd_get_active_symbols ( void ) Returns the names of all the variables defined in the active scope, (not their values). Returns: A multidimensional array with all the variables. Examples: apd_get_active_symbols() example <?php apd_echo(