MongoId::getInc

(PECL mongo >= 1.0.11) Gets the incremented value to create this id public int MongoId::getInc ( void ) Returns: Returns the incremented value used to create this MongoId.

SWFVideoStream::__construct

(PHP 5.0.5-5.3.0, PHP 7, PECL ming SVN) Returns a SWFVideoStream object SWFVideoStream::__construct ([ string $file ] ) This function is currently not documented; only its argument list is available.

date_get_last_errors

(PHP 5 >= 5.3.0, PHP 7) Alias of DateTime::getLastErrors() This function is an alias of: DateTime::getLastErrors()

GmagickDraw::getstrokecolor

(PECL gmagick >= Unknown) Returns the color used for stroking object outlines public void GmagickDraw::getstrokecolor ( void ) Returns the color used for stroking object outlines. Returns: Returns an GmagickPixel object which describes the color

ibase_blob_add

(PHP 5, PHP 7) Add data into a newly created blob void ibase_blob_add ( resource $blob_handle, string $data ) ibase_blob_add() adds data into a blob created with ibase_blob_create(). Parameters: blob_handle A blob handle opened with ibase_blob_create(). data The data to be added. Returns: No value is returned.

GmagickDraw::getfontweight

(PECL gmagick >= Unknown) Returns the font weight public int GmagickDraw::getfontweight ( void ) Returns the font weight used when annotating with text. Returns: Returns an int on success and 0 if no weight is set.

GmagickDraw::setstrokeopacity

(PECL gmagick >= Unknown) Specifies the opacity of stroked object outlines. public GmagickDraw GmagickDraw::setstrokeopacity ( float $stroke_opacity ) Specifies the opacity of stroked object outlines. Parameters: stroke_opacity Stroke opacity. The value 1.0 is opaque. Returns: The GmagickDraw object on success

Gmagick::__construct

(PECL gmagick >= Unknown) The Gmagick constructor public Gmagick::__construct ([ string $filename ] ) The Gmagick constructor. Parameters: filename The path to an image to load or array of paths Returns: Returns a new Gmagick object on success. Exception: Throws an GmagickException on error.

array_flip

(PHP 4, PHP 5, PHP 7) Exchanges all keys with their associated values in an array array array_flip ( array $array ) array_flip() returns an array in flip order, i.e. keys from array become values and values from array become keys. Note that the values of array need to be valid keys, i.e. they need to be either integer or string. A warning will be emitted if a value has the wrong type, and the key/value pair in question wil

Gmagick::setimageindex

(PECL gmagick >= Unknown) Set the iterator to the position in the image list specified with the index parameter public Gmagick Gmagick::setimageindex ( int $index ) Set the iterator to the position in the image list specified with the index parameter. Parameters: index The scene number. Returns: The Gmagick object on success.