imap_append

(PHP 4, PHP 5, PHP 7) Append a string message to a specified mailbox bool imap_append ( resource $imap_stream, string $mailbox, string $message [, string $options = NULL [, string $internal_date = NULL ]] ) Appends a string message to the specified mailbox. Parameters: imap_stream An IMAP stream returned by imap_open(). mailbox The mail

imap_lsub

(PHP 4, PHP 5, PHP 7) List all the subscribed mailboxes array imap_lsub ( resource $imap_stream, string $ref, string $pattern ) Gets an array of all the mailboxes that you have subscribed. Parameters: imap_stream An IMAP stream returned by imap_open(). ref ref should normally be just the server specification as described in imap_open()

msql_create_db

(PHP 4, PHP 5, PHP 7) Create mSQL database bool msql_create_db ( string $database_name [, resource $link_identifier ] ) msql_create_db() attempts to create a new database on the mSQL server. Parameters: database_name The name of the mSQL database. link_identifier The mSQL connection. If not specified, the last link opened by msql_connect

Threaded::notify

(PECL pthreads >= 2.0.0) Synchronization public boolean Threaded::notify ( void ) Send notification to the referenced object Returns: A boolean indication of success Examples: Notifications and Waiting <?php class My extends Thread {     public function run() {         /** cause this thread to wait **/         $this

ncurses_slk_clear

(PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Clears soft labels from screen bool ncurses_slk_clear ( void ) The function ncurses_slk_clear() clears soft label keys from screen. Returns: Returns TRUE on errors, FALSE otherwise. This function is EXPERIMENTAL. The behaviour of this function, its name, and surrounding documentation may change wit

SDO_DAS_XML::loadFile

(^) Returns SDO_DAS_XML_Document object for a given path to xml instance document SDO_XMLDocument SDO_DAS_XML::loadFile ( string $xml_file ) Constructs the tree of SDO_DataObjects from the given address to xml instance document. Returns SDO_DAS_XML_Document Object. Use SDO_DAS_XML_Document::getRootDataObject method to get root data object. Parameters: xml_file Path to

chdb::__construct

(PECL chdb >= 0.1.0) Creates a chdb instance public chdb::__construct ( string $pathname ) Loads a chdb file, by mapping it into memory. Note: While some validity checks are performed on the specified file, they are mostly there to avoid the possibility of common mistakes (for example, loading a file which is not a chdb database, or that is somehow incompatible with the current system). A maliciously crafted chdb file

Imagick::getFont

(PECL imagick 2.1.0) Gets font string Imagick::getFont ( void ) Returns the objects font property. This method is available if Imagick has been compiled against ImageMagick version 6.3.7 or newer. Returns: Returns the string containing the font name or FALSE if not font is set. See also: Imagick::setFont() -

HaruPage::getStrokingColorSpace

(PECL haru >= 0.0.1) Get the current stroking color space int HaruPage::getStrokingColorSpace ( void ) Get the current stroking color space. Returns: Returns the current stroking color space. The list of return values is the same as for HaruPage::getFillingColorSpace() Exception: Throws a HaruException on error. S

sybase_connect

(PHP 4, PHP 5, PHP 7) Opens a Sybase server connection resource sybase_connect ([ string $servername [, string $username [, string $password [, string $charset [, string $appname [, bool $new = false ]]]]]] ) sybase_connect() establishes a connection to a Sybase server. In case a second call is made to sybase_connect() with the same arguments, no new link will be established, but instead, the link identifier of the alread