cubrid_rollback

(PECL CUBRID >= 8.3.0) Roll back a transaction bool cubrid_rollback ( resource $conn_identifier ) The cubrid_rollback() function executes rollback on the transaction pointed by conn_identifier, currently in progress. Connection to server is closed after calling cubrid_rollback(). Connection handle, however, is still valid. Parameters: conn_identifier Connection identi

PharData::addEmptyDir

(PHP >= 5.3.0, PECL phar >= 2.0.0) Add an empty directory to the tar/zip archive bool PharData::addEmptyDir ( string $dirname ) With this method, an empty directory is created with path dirname. This method is similar to ZipArchive::addEmptyDir(). Parameters: dirname The name of the empty directory to create in the phar archive Returns: no

WeakMap::offsetUnset

(PECL weakref >= 0.2.0) Removes an entry from the map public void WeakMap::offsetUnset ( object $object ) Removes an entry from the map. Parameters: object The key object to remove from the map. Returns: No value is returned.

localtime

(PHP 4, PHP 5, PHP 7) Get the local time array localtime ([ int $timestamp = time() [, bool $is_associative = false ]] ) The localtime() function returns an array identical to that of the structure returned by the C function call. Parameters: timestamp The optional timestamp parameter is an integer Unix timestamp that defaults to the current local time if a timestamp is

ErrorException::getSeverity

(PHP 5 >= 5.1.0, PHP 7) Gets the exception severity final public int ErrorException::getSeverity ( void ) Returns the severity of the exception. Returns: Returns the severity level of the exception. Examples: ErrorException::getSeverity() example <?php try {     throw new ErrorException("Exception message", 0, 75);

event_buffer_free

(PECL libevent >= 0.0.1) Destroy buffered event void event_buffer_free ( resource $bevent ) Destroys the specified buffered event and frees all the resources associated. Parameters: bevent Valid buffered event resource.

PDF_rotate

(PHP 4, PECL pdflib >= 1.0.0) Rotate coordinate system bool PDF_rotate ( resource $p, float $phi ) Rotates the coordinate system. Returns TRUE on success or FALSE on failure.

SolrQuery::getTermsField

(PECL solr >= 0.9.2) Returns the field from which the terms are retrieved public string SolrQuery::getTermsField ( void ) Returns the field from which the terms are retrieved Returns: Returns a string on success and NULL if not set.

Yaf_Request_Abstract::isGet

(Yaf >=1.0.0) The isGet purpose public void Yaf_Request_Abstract::isGet ( void ) Returns: This function is currently not documented; only its argument list is available.

posix_strerror

(PHP 4 >= 4.2.0, PHP 5, PHP 7) Retrieve the system error message associated with the given errno string posix_strerror ( int $errno ) Returns the POSIX system error message associated with the given errno. You may get the errno parameter by calling posix_get_last_error(). Parameters: errno A POSIX error number, returned by posix_get_last_error(). If set to 0, then the