imap_rename

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

maxdb_stmt_bind_result

(PECL maxdb >= 1.0) Binds variables to a prepared statement for result storage bool maxdb_stmt_bind_result ( resource $stmt, mixed &$var1 [, mixed &$... ] ) Procedural style Object oriented style bool maxdb_stmt::bind_result ( mixed &$var1 [, mixed &$... ] ) maxdb_stmt_bind_result() is used to associate (bind) columns in the result set to variables. When maxdb_stmt_fetch() is called to fetch data, the Max

pg_flush

(PHP 5 >= 5.6.0, PHP 7) Flush outbound query data on the connection mixed pg_flush ( resource $connection ) pg_flush() flushes any outbound query data waiting to be sent on the connection. Parameters: connection PostgreSQL database connection resource. Returns: Returns TRUE if the flush was successful or no data was waiting to be flushed, 0 if

MongoLog::setCallback

(PECL mongo >= 1.3.0) Sets a callback function to be invoked for events public static void MongoLog::setCallback ( callable $log_function ) This function will set a callback function to be invoked for events in lieu of emitting of PHP notice. Parameters: log_function The callback function to be invoked on events. It should have the following prototype: log_function

Yaf_View_Simple::getScriptPath

(Yaf >=1.0.0) Get templates directory public string Yaf_View_Simple::getScriptPath ( void ) Returns:

Yaf_Config_Abstract::toArray

(Yaf >=1.0.0) Cast to array abstract public array Yaf_Config_Abstract::toArray ( void ) Returns: This function is currently not documented; only its argument list is available.

dbx_connect

(PHP 4 >= 4.0.6, PHP 5 <= 5.0.5, PECL dbx >= 1.1.0) Open a connection/database object dbx_connect ( mixed $module, string $host, string $database, string $username, string $password [, int $persistent ] ) Opens a connection to a database. Parameters: module The module parameter can be either a string or a constant, though the latter form is preferred. The possibl

iis_get_dir_security

(PECL iisfunc SVN) Gets Directory Security int iis_get_dir_security ( int $server_instance, string $virtual_path ) This function is currently not documented; only its argument list is available.

maxdb_init

(PECL maxdb >= 1.0) Initializes MaxDB and returns an resource for use with maxdb_real_connect resource maxdb_init ( void ) Allocates or initializes a MaxDB resource suitable for maxdb_options() and maxdb_real_connect(). Note: Any subsequent calls to any maxdb function (except maxdb_options()) will fail until maxdb_real_connect() was called. Returns: Returns an resource.

SplHeap::recoverFromCorruption

(PHP 5 >= 5.3.0, PHP 7) Recover from the corrupted state and allow further actions on the heap. public void SplHeap::recoverFromCorruption ( void ) Returns: No value is returned.