IntlBreakIterator::last

(No version information available, might only be in Git) Set the iterator position to index beyond the last character public ReturnType IntlBreakIterator::last ( void ) Returns: This function is currently not documented; only its argument list is available.

UConverter::fromUCallback

(PHP 5.5.0, PHP 7, PECL >= 3.0.0a1) Default "from" callback function public mixed UConverter::fromUCallback ( integer $reason, string $source, string $codePoint, integer &$error ) Parameters: reason source codePoint error Returns:

UConverter::setSubstChars

(PHP 5.5.0, PHP 7, PECL >= 3.0.0a1) Set the substitution chars public void UConverter::setSubstChars ( string $chars ) Parameters: chars Returns: This function is currently not documented; only its argument list is available.

Imagick::getPage

(PECL imagick 2.0.0) Returns the page geometry array Imagick::getPage ( void ) Returns the page geometry associated with the Imagick object in an associative array with the keys "width", "height", "x", and "y". Returns: Returns the page geometry associated with the Imagick object in an associative array with the keys "width", "height", "x", and "y", throwing ImagickException on error.

Imagick::setImageResolution

(PECL imagick 2.0.0) Sets the image resolution bool Imagick::setImageResolution ( float $x_resolution, float $y_resolution ) Sets the image resolution. Parameters: x_resolution Sets the image resolution. y_resolution Sets the image resolution. Returns: Returns TRUE on success. Exception:

Collectable::setGarbage

(PECL pthreads >= 2.0.8) Mark an object as garbage public void Collectable::setGarbage ( void ) Should be called once per object when the object is finished being executed or referenced. See also: Collectable::isGarbage() -

Phar::mapPhar

(PHP >= 5.3.0, PECL phar >= 1.0.0) Reads the currently executed file (a phar) and registers its manifest final public static bool Phar::mapPhar ([ string $alias [, int $dataoffset = 0 ]] ) This static method can only be used inside a Phar archive's loader stub in order to initialize the phar when it is directly executed, or when it is included in another script. Parameters: ali

ncurses_can_change_color

(PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Checks if terminal color definitions can be changed bool ncurses_can_change_color ( void ) Checks whether the terminal has color capabilities and whether the programmer can change color definitions using ncurses_init_color(). ncurses must be initialized using ncurses_init() before calling this function. Returns: Return TRUE if the pro

HaruPage::getCMYKFill

(PECL haru >= 0.0.1) Get the current filling color array HaruPage::getCMYKFill ( void ) Returns the current filling color. Returns: Returns the current filling color as an array with 4 elements ("c", "m", "y" and "k"). Exception: Throws a HaruException on error.

Phar::loadPhar

(PHP >= 5.3.0, PECL phar >= 1.0.0) Loads any phar archive with an alias final public static bool Phar::loadPhar ( string $filename [, string $alias ] ) This can be used to read the contents of an external Phar archive. This is most useful for assigning an alias to a phar so that subsequent references to the phar can use the shorter alias, or for loading Phar archives that only contain data and are not intended for exec