RarEntry::getFileTime

(PECL rar >= 0.1) Get entry last modification time public string RarEntry::getFileTime ( void ) Gets entry last modification time. Returns: Returns entry last modification time as string in format YYYY-MM-DD HH:II:SS, or FALSE on error.

enchant_dict_check

(PHP 5 >= 5.3.0, PHP 7, PECL enchant >= 0.1.0 ) Check whether a word is correctly spelled or not bool enchant_dict_check ( resource $dict, string $word ) If the word is correctly spelled return TRUE, otherwise return FALSE Parameters: dict Dictionary resource word The word to check Returns: Returns TRUE i

fann_print_error

(PECL fann >= 1.0.0) Prints the error string void fann_print_error ( string $errdat ) Prints the error string. Parameters: errdat Either neural network resource or neural network trainining data resource. Returns: No value is returned. See also: fann_get_errstr

SolrDocument::__get

(PECL solr >= 0.9.2) Access the field as a property public SolrDocumentField SolrDocument::__get ( string $fieldName ) Magic method for accessing the field as a property. Parameters: fieldName The name of the field. Returns: Returns a SolrDocumentField instance.

ncurses_wclear

(PHP 4 >= 4.2.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Clears window int ncurses_wclear ( resource $window ) Parameters: window This function is currently not documented; only its argument list is available.

HaruFont::getCapHeight

(PECL haru >= 0.0.1) Get the distance from the baseline of uppercase letters int HaruFont::getCapHeight ( void ) Get the distance from the baseline of uppercase letters. Returns: Returns the distance from the baseline of uppercase letters. Exception: Throws a HaruException on error.

db2_statistics

(PECL ibm_db2 >= 1.0.0) Returns a result set listing the index and statistics for a table resource db2_statistics ( resource $connection, string $qualifier, string $schema, string $table-name, bool $unique ) Returns a result set listing the index and statistics for a table. Parameters: connection A valid connection to an IBM DB2, Cloudscape, or Apache Derby database.

dba_insert

(PHP 4, PHP 5, PHP 7) Insert entry bool dba_insert ( string $key, string $value, resource $handle ) dba_insert() inserts the entry described with key and value into the database. Parameters: key The key of the entry to be inserted. If this key already exist in the database, this function will fail. Use dba_replace() if you need to replace an existent key.

HaruFont::getUnicodeWidth

(PECL haru >= 0.0.1) Get the width of the character in the font int HaruFont::getUnicodeWidth ( int $character ) Get the width of the character in the font. Parameters: character The code of the character. Returns: Returns the width of the character in the font. Exception: Throws a HaruException on error.

fann_run

(PECL fann >= 1.0.0) Will run input through the neural network array fann_run ( resource $ann, array $input ) Will run input through the neural network, returning an array of outputs, the number of which being equal to the number of neurons in the output layer. Parameters: ann Neural network resource. input Array of input values