dbplus_curr

(PHP 4 <= 4.1.0, PECL dbplus >= 0.9) Get current tuple from relation int dbplus_curr ( resource $relation, array &$tuple ) Reads the data for the current tuple for the given relation. Parameters: relation A relation opened by dbplus_open(). tuple The data will be passed back in this parameter, as an associative array.

grapheme_strlen

(PHP 5 >= 5.3.0, PHP 7, PECL intl >= 1.0.0) Get string length in grapheme units int grapheme_strlen ( string $input ) Procedural style Get string length in grapheme units (not bytes or characters) Parameters: input The string being measured for length. It must be a valid UTF-8 string. Returns: The length of the string on success, and 0 if t

MongoLog::getModule

(PECL mongo >= 1.2.3) Gets the module(s) currently being logged public static int MongoLog::getModule ( void ) This function can be used to see which driver modules are currently being logged. The returned integer may be compared with the MongoLog module constants using bitwise operators to check if specific modules are being logged. <?php if (MongoLog::getModule() & MongoLog::RS) {     echo "logging replica se

Gmagick::getimagewhitepoint

(PECL gmagick >= Unknown) Returns the chromaticity white point public array Gmagick::getimagewhitepoint ( void ) Returns the chromaticity white point as an associative array with the keys "x" and "y". Returns: Returns the chromaticity white point as an associative array with the keys "x" and "y". Exception: Throws an GmagickException on error.

Imagick::setImageProperty

(PECL imagick 2.0.0) Sets an image property bool Imagick::setImageProperty ( string $name, string $value ) Sets a named property to the image. This method is available if Imagick has been compiled against ImageMagick version 6.3.2 or newer. Parameters: name Sets a named property to the image. This method is available if Imagick has been compiled against ImageMagick versio

Imagick::getQuantumDepth

(PECL imagick 2.0.0) Gets the quantum depth array Imagick::getQuantumDepth ( void ) Returns the Imagick quantum depth as a string. Returns: Returns the Imagick quantum depth as a string. Exception: Throws ImagickException on error.

Yaf_Dispatcher::flushInstantly

(Yaf >=1.0.0) Switch on/off the instant flushing public Yaf_Dispatcher Yaf_Dispatcher::flushInstantly ([ bool $flag ] ) Parameters: flag bool Note: since 2.2.0, if this parameter is not given, then the current state will be renturned Returns:

PDF_end_document

(PECL pdflib >= 2.0.0) Close PDF file bool PDF_end_document ( resource $pdfdoc, string $optlist ) Closes the generated PDF file and applies various options.

gopher_parsedir

(PECL net_gopher >= 0.1) Translate a gopher formatted directory entry into an associative array. array gopher_parsedir ( string $dirent ) gopher_parsedir() parses a gopher formatted directory entry into an associative array. While gopher returns text/plain documents for actual document requests. A request to a directory (such as /) will return specially encoded series of lines with each line being one directory entry or

Imagick::displayImage

(PECL imagick 2.0.0) Displays an image bool Imagick::displayImage ( string $servername ) This method displays an image on a X server. Parameters: servername The X server name Returns: Returns TRUE on success. Exception: Throws ImagickException on error.