ImagickDraw::composite

(PECL imagick 2.0.0) Composites an image onto the current image bool ImagickDraw::composite ( int $compose, float $x, float $y, float $width, float $height, Imagick $compositeWand ) Composites an image onto the current image, using the specified composition operator, specified position, and at the specified size. Parameters: compose composition operator. One of COMPOSITE_

filepro_fieldwidth

(PHP 4, PHP 5 <= 5.1.6, PHP 7) Gets the width of a field int filepro_fieldwidth ( int $field_number ) Returns the width of the field corresponding to field_number. Parameters: field_number The field number. Returns: Returns the width of the field as a integer, or FALSE on errors.

trader_sarext

(PECL trader >= 0.2.0) Parabolic SAR - Extended array trader_sarext ( array $high, array $low [, float $startValue [, float $offsetOnReverse [, float $accelerationInitLong [, float $accelerationLong [, float $accelerationMaxLong [, float $accelerationInitShort [, float $accelerationShort [, float $accelerationMaxShort ]]]]]]]] ) Parameters: high High price, array of real

AppendIterator::getInnerIterator

(PHP 5 >= 5.1.0, PHP 7) Gets the inner iterator public Iterator AppendIterator::getInnerIterator ( void ) This method returns the current inner iterator. Returns: The current inner iterator, or NULL if there is not one. Examples: AppendIterator::getInnerIterator() example <?php $array_a = new ArrayIterator(array('a'

pg_escape_string

(PHP 4 >= 4.2.0, PHP 5, PHP 7) Escape a string for query string pg_escape_string ([ resource $connection ], string $data ) pg_escape_string() escapes a string for querying the database. It returns an escaped string in the PostgreSQL format without quotes. pg_escape_literal() is more preferred way to escape SQL parameters for PostgreSQL. addslashes() must not be used with PostgreSQL. If the type of the column is bytea, p

ReflectionZendExtension::__toString

(PHP >= 5.4.0) To string handler public string ReflectionZendExtension::__toString ( void ) Returns: This function is currently not documented; only its argument list is available.

maxdb_fetch_row

(PECL maxdb >= 1.0) Get a result row as an enumerated array mixed maxdb_fetch_row ( resource $result ) Procedural style Object oriented style mixed maxdb_result::fetch_row ( void ) Returns an array that corresponds to the fetched row, or NULL if there are no more rows. maxdb_fetch_row() fetches one row of data from the result set represented by result and returns it as an enumerated array, where each column is stored i

Yaf_View_Simple::__set

(Yaf >=1.0.0) Set value to engine public void Yaf_View_Simple::__set ( string $name, mixed $value ) This is a alternative and easier way to Yaf_View_Simple::assign(). Parameters: name A string value name. value Mixed value. Returns: Examples: Yaf_

ifx_free_char

(PHP 4, PHP <=5.2.0) Deletes the char object bool ifx_free_char ( int $bid ) Deletes the charobject for the given char object-id. Parameters: bid The char object id. Returns: Returns TRUE on success or FALSE on failure. See also: ifx_create_char() -

dngettext

(PHP 4 >= 4.2.0, PHP 5, PHP 7) Plural version of dgettext string dngettext ( string $domain, string $msgid1, string $msgid2, int $n ) The dngettext() function allows you to override the current domain for a single plural message lookup. Parameters: domain The domain msgid1 The domain msgid2 The dom