SWFSoundInstance::loopOutPoint

(PHP 5 <= 5.3.0, PECL ming SVN) void SWFSoundInstance::loopOutPoint ( int $point ) Parameters: point Returns: No value is returned. This function is currently not documented; only its argument list is available. See also: SWFSoundInsta

SplFileInfo::getRealPath

(PHP 5 >= 5.2.2, PHP 7) Gets absolute path to file public string SplFileInfo::getRealPath ( void ) This method expands all symbolic links, resolves relative references and returns the real path to the file. Returns: Returns the path to the file, or FALSE if the file does not exist. Examples: SplFileInfo::getRealPath() example

session_status

(PHP >=5.4.0) Returns the current session status int session_status ( void ) session_status() is used to return the current session status. Returns: PHP_SESSION_DISABLED if sessions are disabled. PHP_SESSION_NONE if sessions are enabled, but none exists. PHP_SESSION_ACTIVE if sessions are enabled, and one exists. See also: session_start() -

gnupg_init

(PECL gnupg >= 0.4) Initialize a connection resource gnupg_init ( void ) Returns: A GnuPG resource connection used by other GnuPG functions. Examples: Procedural gnupg_init() example <?php $res = gnupg_init(); ?> OO gnupg initializer example <?php $gpg = new gnupg(); ?>

DOMNode::appendChild

(PHP 5, PHP 7) Adds new child at the end of the children public DOMNode DOMNode::appendChild ( DOMNode $newnode ) This function appends a child to an existing list of children or creates a new list of children. The child can be created with e.g. DOMDocument::createElement(), DOMDocument::createTextNode() etc. or simply by using any other node. Parameters: newnode The ap

mcrypt_enc_get_modes_name

(PHP 4 >= 4.0.2, PHP 5, PHP 7) Returns the name of the opened mode string mcrypt_enc_get_modes_name ( resource $td ) This function returns the name of the mode. Parameters: td The encryption descriptor. Returns: Returns the name as a string. Examples: mcrypt_enc_get_modes_name() ex

bcompiler_write_footer

(PECL bcompiler >= 0.4) Writes the single character \x00 to indicate End of compiled data bool bcompiler_write_footer ( resource $filehandle ) Writes the single character \x00 to indicate End of compiled data. Parameters: filehandle A file handle as returned by fopen(). Returns: Returns TRUE on success or FALSE on failure.

MongoTimestamp::__construct

(PECL mongo >= 1.0.1) Creates a new timestamp. public MongoTimestamp::__construct ([ int $sec = time() [, int $inc ]] ) Creates a new timestamp. If no parameters are given, the current time is used and the increment is automatically provided. The increment is set to 0 when the module is loaded and is incremented every time this constructor is called (without the $inc parameter passed in). Parameters:

CURLFile::getFilename

(PHP 5 >= 5.5.0, PHP 7) Get file name public string CURLFile::getFilename ( void ) Returns: Returns file name.

stream_filter_remove

(PHP 5 >= 5.1.0, PHP 7) Remove a filter from a stream bool stream_filter_remove ( resource $stream_filter ) Removes a stream filter previously added to a stream with stream_filter_prepend() or stream_filter_append(). Any data remaining in the filter's internal buffer will be flushed through to the next filter before removing it. Parameters: stream_filter The stream fil