Judy::count

(PECL judy >= 0.1.1) Count the number of elements in the Judy array public int Judy::count ([ int $index_start = 0 [, int $index_end = -1 ]] ) Count the number of elements in the Judy array. Parameters: index_start Start counting from the given index. Default is first index. index_end Stop counting when reaching this index. Default

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

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

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

ps_findfont

(PECL ps >= 1.1.0) Loads a font int ps_findfont ( resource $psdoc, string $fontname, string $encoding [, bool $embed = false ] ) Loads a font for later use. Before text is output with a loaded font it must be set with ps_setfont(). This function needs the adobe font metric file in order to calculate the space used up by the characters. A font which is loaded within a page will only be available on that page. Fonts which

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

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