fann_num_input_train_data

(PECL fann >= 1.0.0) Returns the number of inputs in each of the training patterns in the train data int fann_num_input_train_data ( resource $data ) Returns the number of inputs in each of the training patterns in the train data resource. Parameters: data Neural network training data resource. Returns: The number of inputs, or FALSE on error.

cubrid_is_instance

(PECL CUBRID >= 8.3.0) Check whether the instance pointed by OID exists int cubrid_is_instance ( resource $conn_identifier, string $oid ) The cubrid_is_instance() function is used to check whether the instance pointed by the given oid exists or not. Parameters: conn_identifier Connection identifier. oid OID of the instance that you want

hexdec

(PHP 4, PHP 5, PHP 7) Hexadecimal to decimal number hexdec ( string $hex_string ) Returns the decimal equivalent of the hexadecimal number represented by the hex_string argument. hexdec() converts a hexadecimal string to a decimal number. hexdec() will ignore any non-hexadecimal characters it encounters. Parameters: hex_string The hexadecimal string to convert

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

newt_grid_h_stacked

(PECL newt >= 0.1) resource newt_grid_h_stacked ( int $element1_type, resource $element1 [, int $... [, resource $... ]] ) Parameters: element1_type element1 Returns: This function is currently not documented; only its argument list is available.

SDO_Sequence::getProperty

(^) Return the property for the specified sequence index. SDO_Model_Property SDO_Sequence::getProperty ( int $sequence_index ) Return the property for the specified sequence index. Parameters: sequence_index The position of the element in the sequence. Returns: An SDO_Model_Property. A return value of NULL means the sequence element does not be

ctype_xdigit

(PHP 4 >= 4.0.4, PHP 5, PHP 7) Check for character(s) representing a hexadecimal digit bool ctype_xdigit ( string $text ) Checks if all of the characters in the provided string, text, are hexadecimal 'digits'. Parameters: text The tested string. Returns: Returns TRUE if every character in text is a hexadecimal 'digit', that is a decimal digi

IntlChar::getIntPropertyMinValue

(PHP 7) Get the min value for a Unicode property public static int IntlChar::getIntPropertyMinValue ( int $property ) Gets the minimum value for an enumerated/integer/binary Unicode property. Parameters: property The Unicode property to lookup (see the IntlChar::PROPERTY_* constants). Returns: The maximum value returned by IntlChar::getIntPropertyV

cairo_font_options_create

(PECL cairo >= 0.1.0) Description CairoFontOptions cairo_font_options_create ( void ) The function description goes here. Returns: What is returned on success and failure This function is currently not documented; only its argument list is available. Exception: When does this function issue E_* level errors, and/or th

SWFMovie::streamMP3

(PHP 5 <= 5.3.0, PECL ming SVN) Streams a MP3 file int SWFMovie::streamMP3 ( mixed $mp3file [, float $skip = 0 ] ) Streams the given MP3 file mp3file. This method is not very robust in dealing with oddities (can skip over an initial ID3 tag, but that's about it). Note that the movie isn't smart enough to put enough frames in to contain the entire mp3 stream- you'll have to add (length of song * frames per second) fra