PDF_create_gstate

(PECL pdflib >= 2.0.0) Create graphics state object int PDF_create_gstate ( resource $pdfdoc, string $optlist ) Creates a graphics state object subject to various options.

Imagick::getImagePage

(PECL imagick 2.0.0) Returns the page geometry array Imagick::getImagePage ( void ) Returns the page geometry associated with the image in an array with the keys "width", "height", "x", and "y". Returns: Returns the page geometry associated with the image in an array with the keys "width", "height", "x", and "y". Exception: Throws ImagickException on error.

Imagick::getReleaseDate

(PECL imagick 2.0.0) Returns the ImageMagick release date string Imagick::getReleaseDate ( void ) Returns the ImageMagick release date as a string. Returns: Returns the ImageMagick release date as a string. Exception: Throws ImagickException on error.

SyncMutex::__construct

(PECL sync >= 1.0.0) Constructs a new SyncMutex object public SyncMutex::__construct ([ string $name ] ) Constructs a named or unnamed countable mutex. Parameters: name The name of the mutex if this is a named mutex object. Note: If the name already exists, it must be able to be opened by the current user that the process is running as or an exception will be throw

class_exists

(PHP 4, PHP 5, PHP 7) Checks if the class has been defined bool class_exists ( string $class_name [, bool $autoload = true ] ) This function checks whether or not the given class has been defined. Parameters: class_name The class name. The name is matched in a case-insensitive manner. autoload Whether or not to call __autoload by defau

ReflectionParameter::getClass

(PHP 5, PHP 7) Get the type hinted class public ReflectionClass ReflectionParameter::getClass ( void ) Gets the class type hinted for the parameter as a ReflectionClass object. Returns: A ReflectionClass object. This function is currently not documented; only its argument list is available. Examples:

CairoContext::getFontOptions

(PECL cairo >= 0.1.0) The getFontOptions purpose public void CairoContext::getFontOptions ( void ) Object oriented style (method): Procedural style: void cairo_get_font_options ( CairoContext $context ) Description here. Parameters: context Description... Returns: Description... This function is currently

Imagick::quantizeImage

(PECL imagick 2.0.0) Analyzes the colors within a reference image bool Imagick::quantizeImage ( int $numberColors, int $colorspace, int $treedepth, bool $dither, bool $measureError ) Parameters: numberColors colorspace treedepth dither measureError

Yaf_View_Simple::eval

(Yaf >=2.2.0) Render template public string Yaf_View_Simple::eval ( string $tpl_content [, array $tpl_vars ] ) Render a string tempalte and return the result. Parameters: tpl_content string template tpl_vars string template Returns:

SyncReaderWriter::readunlock

(PECL sync >= 1.0.0) Releases a read lock public bool SyncReaderWriter::readunlock ( void ) Releases a read lock on a SyncReaderWriter object. Returns: A boolean of TRUE if the unlock operation was successful, FALSE otherwise. Examples: SyncReaderWriter::readunlock() example <?php $readwrite = new SyncReaderWriter("