ingres_field_name

(PHP 4 >= 4.0.2, PHP 5 <= 5.0.5, PECL ingres >= 1.0.0) Get the name of a field in a query result string ingres_field_name ( resource $result, int $index ) ingres_field_name() returns the name of a field in a query result. Note: Related Configurations See ingres.array_index_start in Runtime Configuration Parameters: result The query result identifier

IntlDateFormatter::getTimeZoneId

(PHP 5 >= 5.3.0, PHP 7, PECL intl >= 1.0.0) Get the timezone-id used for the IntlDateFormatter public string IntlDateFormatter::getTimeZoneId ( void ) Object oriented style Procedural style string datefmt_get_timezone_id ( IntlDateFormatter $fmt ) Get the timezone-id used for the IntlDateFormatter. Parameters: fmt The formatter resource. Ret

imap_last_error

(PHP 4, PHP 5, PHP 7) Gets the last IMAP error that occurred during this page request string imap_last_error ( void ) Gets the full text of the last IMAP error message that occurred on the current page. The error stack is untouched; calling imap_last_error() subsequently, with no intervening errors, will return the same error. Returns: Returns the full text of the last IMAP error message that occu

HaruDoc::useCNTFonts

(PECL haru >= 0.0.1) Enable builtin Chinese traditional fonts bool HaruDoc::useCNTFonts ( void ) Enables builtin Chinese traditional fonts. Returns: Returns TRUE on success. Exception: Throws a HaruException on error. See also: HaruDoc::useCNTEncodings() -

Imagick::queryFormats

(PECL imagick 2.0.0) Returns formats supported by Imagick array Imagick::queryFormats ([ string $pattern = "*" ] ) Returns formats supported by Imagick. Parameters: pattern Returns formats supported by Imagick. Returns: Returns an array containing the formats supported by Imagick. Exception: Throws ImagickExcept

fann_get_cascade_candidate_change_fraction

(PECL fann >= 1.0.0) Returns the cascade candidate change fraction float fann_get_cascade_candidate_change_fraction ( resource $ann ) The cascade candidate change fraction is a number between 0 and 1 determining how large a fraction the fann_get_MSE() value should change within fann_get_cascade_candidate_stagnation_epochs() during training of the candidate neurons, in order for the training not to stagnate. If the trainin

finfo_open

(PHP >= 5.3.0, PECL fileinfo >= 0.1.0) Create a new fileinfo resource resource finfo_open ([ int $options = FILEINFO_NONE [, string $magic_file = NULL ]] ) Procedural style Object oriented style (constructor): public finfo::__construct ([ int $options = FILEINFO_NONE [, string $magic_file = NULL ]] ) This function opens a magic database and returns its resource. Parameters: o

Judy::prev

(PECL judy >= 0.1.1) Search for the previous index in the Judy array public mixed Judy::prev ( mixed $index ) Search (exclusive) for the previous index present that is less than the passed Index. Parameters: index The index can be an integer or a string corresponding to the index where to start the search. Returns: Return the corresponding ind

EvSignal::__construct

(PECL ev >= 0.2.0) Constructs EvPeriodic watcher object public EvSignal::__construct ( int $signum , callable $callback [, mixed $data = NULL [, int $priority = 0 ]] ) Constructs EvPeriodic watcher object and starts it automatically. For a stopped periodic watcher consider using EvSignal::createStopped() method. Parameters: signum Signal number. See constants export

Memcache::close

(PECL memcache >= 0.4.0) Close memcached server connection bool Memcache::close ( void ) Memcache::close() closes connection to memcached server. This function doesn't close persistent connections, which are closed only during web-server shutdown/restart. Also you can use memcache_close() function. Returns: Returns TRUE on success or FALSE on failure.