ImagickDraw::setTextUnderColor

(PECL imagick 2.0.0) Specifies the color of a background rectangle bool ImagickDraw::setTextUnderColor ( ImagickPixel $under_color ) Specifies the color of a background rectangle to place under text annotations. Parameters: under_color the under color Returns: No value is returned. This function is currently n

IntlChar::isJavaSpaceChar

(PHP 7) Check if code point is a space character according to Java public static bool IntlChar::isJavaSpaceChar ( mixed $codepoint ) Determine if the specified code point is a space character according to Java. TRUE for characters with general categories "Z" (separators), which does not include control codes (e.g., TAB or Line Feed). Parameters: codepoint The integer cod

MongoBinData::__toString

(PECL mongo >= 0.8.1) The string representation of this binary data object. public string MongoBinData::__toString ( void ) Returns: Returns the string "<Mongo Binary Data>". To access the contents of a MongoBinData, use the bin field.

HaruDoc::createOutline

(PECL haru >= 0.0.1) Create a HaruOutline instance object HaruDoc::createOutline ( string $title [, object $parent_outline [, object $encoder ]] ) Create a HaruOutline instance. Parameters: title The caption of new outline object. parent_outline A valid HaruOutline instance or NULL. encoder A valid

SolrModifiableParams::__construct

(PECL solr >= 0.9.2) Constructor public SolrModifiableParams::__construct ( void ) Constructor Returns: None

PDF_show_xy

(PHP 4, PECL pdflib >= 1.0.0) Output text at given position bool PDF_show_xy ( resource $p, string $text, float $x, float $y ) Prints text in the current font. Returns TRUE on success or FALSE on failure.

mysqli_stmt::$param_count

(PHP 5, PHP 7) Returns the number of parameter for the given statement int mysqli_stmt_param_count ( mysqli_stmt $stmt ) Object oriented style int $mysqli_stmt->param_count; Procedural style Returns the number of parameter markers present in the prepared statement. Parameters: stmt Procedural style only: A statement identifier returned by mysqli_stmt_init().

KTaglib_MPEG_File::getID3v2Tag

(0.0.1) Returns a ID3v2 object public KTaglib_ID3v2_Tag KTaglib_MPEG_File::getID3v2Tag ([ bool $create = false ] ) Returns a ID3v2 object for the mpeg file. If no ID3v2 Tag is present, an KTaglib_TagNotFoundException is thrown. Returns: Returns the KTaglib_ID3v2_Tag object of the MPEG file or false if there is no ID3v2 tag

ImagickPixelIterator::newPixelRegionIterator

(PECL imagick 2.0.0) Returns a new pixel iterator bool ImagickPixelIterator::newPixelRegionIterator ( Imagick $wand, int $x, int $y, int $columns, int $rows ) Returns a new pixel iterator. Parameters: wand Returns a new pixel iterator. x Returns a new pixel iterator. y Returns a new pixel iterator.

MongoDBRef::create

(PECL mongo >= 0.9.0) Creates a new database reference public static array MongoDBRef::create ( string $collection, mixed $id [, string $database ] ) If no database is given, the current database is used. Parameters: collection Collection name (without the database name). id The _id field of the object to which to link.