opcache_invalidate

(PHP 5 >= 5.5.0, PHP 7, PECL ZendOpcache >= 7.0.0) Invalidates a cached script boolean opcache_invalidate ( string $script [, boolean $force = FALSE ] ) This function invalidates a particular script from the opcode cache. If force is unset or FALSE, the script will only be invalidated if the modification time of the script is newer than the cached opcodes. Parameters: script

ftp_cdup

(PHP 4, PHP 5, PHP 7) Changes to the parent directory bool ftp_cdup ( resource $ftp_stream ) Changes to the parent directory. Parameters: ftp_stream The link identifier of the FTP connection. Returns: Returns TRUE on success or FALSE on failure. Examples: ftp_cdup() example

Mutex::unlock

(PECL pthreads >= 2.0.0) Release Mutex final public static boolean Mutex::unlock ( long $mutex [, boolean $destroy ] ) Attempts to unlock the Mutex for the caller, optionally destroying the Mutex handle. The calling thread should own the Mutex at the time of the call. Parameters: mutex A handle returned by a previous call to Mutex::create(). des

hw_api::hwstat

(PHP 4, PHP 5 < 5.2.0, PECL hwapi SVN) Returns statistics about Hyperwave server hw_api_object hw_api::hwstat ( array $parameter ) Returns statistics about Hyperwave server. Parameters: parameter Returns statistics about Hyperwave server. Returns: See also: h

ncurses_end

(PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Stop using ncurses, clean up the screen int ncurses_end ( void ) This function is EXPERIMENTAL. The behaviour of this function, its name, and surrounding documentation may change without notice in a future release of PHP. This function should be used at your own risk. This function is curr

mssql_fetch_row

(PHP 4, PHP 5, PECL odbtp >= 1.1.1) Get row as enumerated array array mssql_fetch_row ( resource $result ) mssql_fetch_row() fetches one row of data from the result associated with the specified result identifier. The row is returned as an array. Each result column is stored in an array offset, starting at offset 0. Subsequent call to mssql_fetch_row() would return the next row in the result set, or FALSE if there are n

newt_listbox_insert_entry

(PECL newt >= 0.1) void newt_listbox_insert_entry ( resource $listbox, string $text, mixed $data, mixed $key ) Parameters: listbox text data key Returns: No value is returned. This function is currently not documented; only its

event_base_reinit

(PECL libevent >= 0.1.0) Reinitialize the event base after a fork bool event_base_reinit ( resource $event_base ) Some event mechanisms do not survive across fork. The event_base needs to be reinitialized with this function. Parameters: event_base Valid event base resource that needs to be re-initialized. Returns: Returns TRUE on success or FA

ReflectionClass::getName

(PHP 5, PHP 7) Gets class name public string ReflectionClass::getName ( void ) Gets the class name. Returns: The class name. This function is currently not documented; only its argument list is available. Examples: ReflectionClass::getName() example <?php namespace A\B; clas

HaruDestination::setFit

(PECL haru >= 0.0.1) Set the appearance of the page to fit the window bool HaruDestination::setFit ( void ) Defines the appearance of the page to fit the window. Returns: Returns TRUE on success. Exception: Throws a HaruException on error.