SplFileObject::fflush

(PHP 5 >= 5.1.0, PHP 7) Flushes the output to the file public bool SplFileObject::fflush ( void ) Forces a write of all buffered output to the file. Returns: Returns TRUE on success or FALSE on failure. Examples: SplFileObject::fflush() example <?php $file = new SplFileObject('misc.txt', 'r+'); $file->rewind(); $

SWFFont::getAscent

(PHP 5 <= 5.3.0, PECL ming SVN) Returns the ascent of the font, or 0 if not available float SWFFont::getAscent ( void ) This function is currently not documented; only its argument list is available. See also: SWFFont::getDescent() -

pspell_save_wordlist

(PHP 4 >= 4.0.2, PHP 5, PHP 7) Save the personal wordlist to a file bool pspell_save_wordlist ( int $dictionary_link ) pspell_save_wordlist() saves the personal wordlist from the current session. The location of files to be saved specified with pspell_config_personal() and (optionally) pspell_config_repl(). Parameters: dictionary_link A dictionary link identifier opene

MongoCursorInterface::dead

(PECL mongo >=1.5.0) Checks if there are results that have not yet been sent from the database abstract public bool MongoCursorInterface::dead ( void ) This method checks whether the cursor has been exhausted and the database has no more results to send to the client. A cursor being "dead" does not necessarily mean that there are no more results available for iteration. Returns: Returns TRUE if

oci_set_module_name

(PHP 5.3.2, PHP 7, PECL OCI8 >= 1.4.0) Sets the module name bool oci_set_module_name ( resource $connection, string $module_name ) Sets the module name for Oracle tracing. The module name is registered with the database when the next 'roundtrip' from PHP to the database occurs, typically when an SQL statement is executed. The name can subsequently be queried from database administration views such as V$SESSION. It can

runkit_method_remove

(PECL runkit >= 0.7.0) Dynamically removes the given method bool runkit_method_remove ( string $classname, string $methodname ) Note: This function cannot be used to manipulate the currently running (or chained) method. Parameters: classname The class in which to remove the method methodname The name of the method to remov

array_reverse

(PHP 4, PHP 5, PHP 7) Return an array with elements in reverse order array array_reverse ( array $array [, bool $preserve_keys = false ] ) Takes an input array and returns a new array with the order of the elements reversed. Parameters: array The input array. preserve_keys If set to TRUE numeric keys are preserved. Non-numeric keys are

apd_croak

(PECL apd 0.2-0.4) Throw an error, a callstack and then exit void apd_croak ( string $warning [, string $delimiter = "<BR />" ] ) Behaves like perl's Carp::croak. Throw an error, a callstack and then exit. Parameters: warning The warning to throw. delimiter The delimiter. Default to <BR />. Returns:

EventHttp::removeServerAlias

(PECL event >= 1.4.0-beta) Removes server alias public bool EventHttp::removeServerAlias ( string $alias ) Removes server alias added with EventHttp::addServerAlias() Parameters: alias The alias to remove. Returns: Returns TRUE on success. Otherwise FALSE. See also:

memcache_debug

(PECL memcache >= 0.2.0) Turn debug output on/off bool memcache_debug ( bool $on_off ) memcache_debug() turns on debug output if parameter on_off is equal to TRUE and turns off if it's FALSE. Note: memcache_debug() is accessible only if PHP was built with --enable-debug option and always returns TRUE in this case. Otherwise, this function has no effect and always returns FALSE. Parameters: