ImagickPixelIterator::setIteratorRow

(PECL imagick 2.0.0) Set the pixel iterator row bool ImagickPixelIterator::setIteratorRow ( int $row ) Set the pixel iterator row. Parameters: row Set the pixel iterator row. Returns: Returns TRUE on success. This function is currently not documented; only its argument list is available.

apcu_clear_cache

(PECL apcu >= 4.0.0) Clears the APCu cache bool apcu_clear_cache ( void ) Clears the cache. Returns: Returns TRUE always See also: apcu_cache_info() -

GearmanWorker::wait

(PECL gearman >= 0.6.0) Wait for activity from one of the job servers public bool GearmanWorker::wait ( void ) Causes the worker to wait for activity from one of the Gearman job servers when operating in non-blocking I/O mode. On failure, issues a E_WARNING with the last Gearman error encountered. Returns: Returns TRUE on success or FALSE on failure.

PharFileInfo::isCompressedBZIP2

(PHP >= 5.3.0, PECL phar >= 1.0.0) Returns whether the entry is compressed using bzip2 public bool PharFileInfo::isCompressedBZIP2 ( void ) Note: This method has been removed from the phar extension as of version 2.0.0. Alternative implementations are available using PharFileInfo::isCompressed(), PharFileInfo::decompress(), and PharFileInfo::compress(). This returns whether a file is compressed within a Phar archive

ncurses_new_panel

(PHP 4 >= 4.3.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Create a new panel and associate it with window resource ncurses_new_panel ( resource $window ) Parameters: window This function is currently not documented; only its argument list is available.

mysqli::change_user

(PHP 5, PHP 7) Changes the user of the specified database connection bool mysqli::change_user ( string $user, string $password, string $database ) Object oriented style Procedural style bool mysqli_change_user ( mysqli $link , string $user , string $password , string $database ) Changes the user of the specified database connection and sets the current database. In order to successfully change users a valid username and p

Generator::next

(PHP 5 >= 5.5.0, PHP 7) Resume execution of the generator public void Generator::next ( void ) Returns: No value is returned.

Imagick::getImageFilename

(PECL imagick 2.0.0) Returns the filename of a particular image in a sequence string Imagick::getImageFilename ( void ) Returns the filename of a particular image in a sequence. Returns: Returns a string with the filename of the image. Exception: Throws ImagickException on error.

ZipArchive::addPattern

(PHP 5 >= 5.3.0, PHP 7, PECL zip >= 1.9.0) Add files from a directory by PCRE pattern bool ZipArchive::addPattern ( string $pattern [, string $path = "." [, array $options = array() ]] ) Add files from a directory which match the regular expression pattern. The operation is not recursive. The pattern will be matched against the file name only. Parameters: pattern

ftruncate

(PHP 4, PHP 5, PHP 7) Truncates a file to a given length bool ftruncate ( resource $handle, int $size ) Takes the filepointer, handle, and truncates the file to length, size. Parameters: handle The file pointer. Note: The handle must be open for writing. size The size to truncate to. Note: If size is larger than the file then t