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

ifx_get_char

(PHP 4, PHP <=5.2.0) Return the content of the char object string ifx_get_char ( int $bid ) Returns the content of the char object. Parameters: bid The char object-id. Returns: Returns the contents as a string, or FALSE on errors. See also: ifx_get_blob() -

maxdb_execute

(PECL maxdb 1.0) Alias of maxdb_stmt_execute() This function is an alias of: maxdb_stmt_execute(). This function alias is deprecated and only exists for backwards compatibility reasons. The use of this function is not recommended, as it may be removed from PHP in the future.

Transliterator::transliterate

(PHP >= 5.4.0, PECL intl >= 2.0.0) Transliterate a string public string Transliterator::transliterate ( string $subject [, int $start [, int $end ]] ) Object oriented style Procedural style transliterator_transliterate ( mixed $transliterator , string $subject [, int $start [, int $end ]] ) Transforms a string or part thereof using an ICU transliterator. Parameters: translitera