fann_get_bias_array

(PECL fann >= 1.0.0) Get the number of bias in each layer in the network array fann_get_bias_array ( resource $ann ) Get the number of bias in each layer in the network. Parameters: ann Neural network resource. Returns: An array of numbers of bias in each layer

mysqli_stmt::data_seek

(PHP 5, PHP 7) Seeks to an arbitrary row in statement result set void mysqli_stmt::data_seek ( int $offset ) Object oriented style Procedural style void mysqli_stmt_data_seek ( mysqli_stmt $stmt , int $offset ) Seeks to an arbitrary result pointer in the statement result set. mysqli_stmt_store_result() must be called prior to mysqli_stmt_data_seek(). Parameters: stmt P

yaml_parse_url

(PECL yaml >= 0.4.0) Parse a Yaml stream from a URL mixed yaml_parse_url ( string $url [, int $pos = 0 [, int &$ndocs [, array $callbacks ]]] ) Convert all or part of a YAML document stream read from a URL to a PHP variable. Parameters: url url should be of the form "scheme://...". PHP will search for a protocol handler (also known as a wrapper) for that scheme. I

newt_checkbox_tree_get_current

(PECL newt >= 0.1) Returns checkbox tree selected item mixed newt_checkbox_tree_get_current ( resource $checkboxtree ) This method returns checkbox tree selected tem. Parameters: checkboxtree This method returns checkbox tree selected tem. Returns: Returns current (selected) checkbox tree item.

SimpleXMLElement::attributes

(PHP 5 >= 5.0.1, PHP 7) Identifies an element's attributes public SimpleXMLElement SimpleXMLElement::attributes ([ string $ns = NULL [, bool $is_prefix = false ]] ) This function provides the attributes and values defined within an xml tag. Note: SimpleXML has made a rule of adding iterative properties to most methods. They cannot be viewed using var_dump() or anything else which can examine objects. Pa

TokyoTyrant::stat

(PECL tokyo_tyrant >= 0.1.0) Get statistics public array TokyoTyrant::stat ( void ) Returns statistics of the remote database Returns: Returns an array of key value pairs describing the statistics Examples: TokyoTyrant::stat() example <?php $tt = new TokyoTyrant("localhost"); var_dump($tt->stat()); ?> The

mb_output_handler

(PHP 4 >= 4.0.6, PHP 5, PHP 7) Callback function converts character encoding in output buffer string mb_output_handler ( string $contents, int $status ) mb_output_handler() is ob_start() callback function. mb_output_handler() converts characters in the output buffer from internal character encoding to HTTP output character encoding. Parameters: contents The contents of

Memcache::add

(PECL memcache >= 0.2.0) Add an item to the server bool Memcache::add ( string $key, mixed $var [, int $flag [, int $expire ]] ) Memcache::add() stores variable var with key only if such key doesn't exist at the server yet. Also you can use memcache_add() function. Parameters: key The key that will be associated with the item. var Th

win32_pause_service

(PECL win32service SVN) Pauses a service int win32_pause_service ( string $servicename [, string $machine ] ) Pauses a named service. Requires administrative privileges. Parameters: servicename The short name of the service. machine Optional machine name. If omitted, the local machine is used. Returns: Returns

untaint

(PECL taint >=0.1.0) Untaint strings bool untaint ( string &$string [, string $... ] ) Untaint strings Parameters: string Untaint strings ... Untaint strings Returns: