SWFText::__construct

(PHP 5 <= 5.3.0, PECL ming SVN) Creates a new SWFText object SWFText::__construct ( void ) Creates a new SWFText object, fresh for manipulating. 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.

XMLWriter::startComment

(PHP 5 >= 5.1.2, PHP 7, PECL xmlwriter >= 1.0.0) Create start comment bool XMLWriter::startComment ( void ) Object oriented style Procedural style bool xmlwriter_start_comment ( resource $xmlwriter ) Starts a comment. Parameters: xmlwriter Only for procedural calls. The XMLWriter resource that is being modified. This resource comes from a call to xmlwriter_open_uri(

SQLite3::prepare

(PHP 5 >= 5.3.0, PHP 7) Prepares an SQL statement for execution public SQLite3Stmt SQLite3::prepare ( string $query ) Prepares an SQL statement for execution and returns an SQLite3Stmt object. Parameters: query The SQL query to prepare. Returns: Returns an SQLite3Stmt object on success or FALSE on failure.

imap_expunge

(PHP 4, PHP 5, PHP 7) Delete all messages marked for deletion bool imap_expunge ( resource $imap_stream ) Deletes all the messages marked for deletion by imap_delete(), imap_mail_move(), or imap_setflag_full(). Parameters: imap_stream An IMAP stream returned by imap_open(). Returns: Returns TRUE.

strnatcmp

(PHP 4, PHP 5, PHP 7) String comparisons using a "natural order" algorithm int strnatcmp ( string $str1, string $str2 ) This function implements a comparison algorithm that orders alphanumeric strings in the way a human being would, this is described as a "natural ordering". Note that this comparison is case sensitive. Parameters: str1 The first string.

quoted_printable_encode

(PHP 5 >= 5.3.0, PHP 7) Convert a 8 bit string to a quoted-printable string string quoted_printable_encode ( string $str ) Returns a quoted printable string created according to » RFC2045, section 6.7. This function is similar to imap_8bit(), except this one does not require the IMAP module to work. Parameters: str The input string. Returns:

ReflectionFunctionAbstract::getStaticVariables

(PHP 5, PHP 7) Gets static variables public array ReflectionFunctionAbstract::getStaticVariables ( void ) Get the static variables. Returns: An array of static variables. This function is currently not documented; only its argument list is available. See also: Reflecti

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:

EventHttp::addServerAlias

(PECL event >= 1.4.0-beta) Adds a server alias to the HTTP server object public bool EventHttp::addServerAlias ( string $alias ) Adds a server alias to the HTTP server object. Parameters: alias The alias to add. Returns: Returns TRUE on success. Otherwise FALSE. Examples: EventHtt

HaruDoc::saveToStream

(PECL haru >= 0.0.1) Save the document into a temporary stream bool HaruDoc::saveToStream ( void ) Saves the document data into a temporary stream. Returns: Returns TRUE on success. Exception: Throws a HaruException on error. See also: HaruDoc::resetStream() - HaruDo