Yaf_Dispatcher::setDefaultModule

(Yaf >=1.0.0) Change default module name public Yaf_Dispatcher Yaf_Dispatcher::setDefaultModule ( string $module ) Parameters: module Returns:

fputs

(PHP 4, PHP 5, PHP 7) Alias of fwrite() This function is an alias of: fwrite().

forward_static_call

(PHP 5 >= 5.3.0, PHP 7) Call a static method mixed forward_static_call ( callable $function [, mixed $parameter [, mixed $... ]] ) Calls a user defined function or method given by the function parameter, with the following arguments. This function must be called within a method context, it can't be used outside a class. It uses the late static binding. Parameters: function

var_dump

(PHP 4, PHP 5, PHP 7) Dumps information about a variable void var_dump ( mixed $expression [, mixed $... ] ) This function displays structured information about one or more expressions that includes its type and value. Arrays and objects are explored recursively with values indented to show structure. All public, private and protected properties of objects will be returned in the output unless the object implements a __de

imap_utf7_encode

(PHP 4, PHP 5, PHP 7) Converts ISO-8859-1 string to modified UTF-7 text string imap_utf7_encode ( string $data ) Converts data to modified UTF-7 text. This is needed to encode mailbox names that contain certain characters which are not in range of printable ASCII characters. Parameters: data An ISO-8859-1 string. Returns: Returns data encoded w

id3_get_genre_name

(PECL id3 >= 0.1) Get the name for a genre id string id3_get_genre_name ( int $genre_id ) id3_get_genre_name() returns the name for a genre id. Parameters: genre_id An integer ranging from 0 to 147 Returns: Returns the name as a string. Examples: id3_get_genre_name() example

ibase_errcode

(PHP 5, PHP 7) Return an error code int ibase_errcode ( void ) Returns the error code that resulted from the most recent InterBase function call. Returns: Returns the error code as an integer, or FALSE if no error occurred. See also: ibase_errmsg() -

ReflectionFunctionAbstract::getClosureScopeClass

(PHP >= 5.4.0) Returns the scope associated to the closure public ReflectionClass ReflectionFunctionAbstract::getClosureScopeClass ( void ) Returns: Returns the class on success or NULL on failure. This function is currently not documented; only its argument list is available.

ftp_pwd

(PHP 4, PHP 5, PHP 7) Returns the current directory name string ftp_pwd ( resource $ftp_stream ) Parameters: ftp_stream The link identifier of the FTP connection. Returns: Returns the current directory name or FALSE on error. Examples: ftp_pwd() example <?php // set up

imap_rfc822_parse_adrlist

(PHP 4, PHP 5, PHP 7) Parses an address string array imap_rfc822_parse_adrlist ( string $address, string $default_host ) Parses the address string as defined in » RFC2822 and for each address. Parameters: address A string containing addresses default_host The default host name Returns: Returns an array of objec