Imagick::setImageBluePrimary

(PECL imagick 2.0.0) Sets the image chromaticity blue primary point bool Imagick::setImageBluePrimary ( float $x, float $y ) Sets the image chromaticity blue primary point. Parameters: x Sets the image chromaticity blue primary point. y Sets the image chromaticity blue primary point. Returns: Returns TRUE on su

newt_listbox_append_entry

(PECL newt >= 0.1) void newt_listbox_append_entry ( resource $listbox, string $text, mixed $data ) Parameters: listbox text data Returns: No value is returned. This function is currently not documented; only its argument list is available.

Imagick::getImageWhitePoint

(PECL imagick 2.0.0) Returns the chromaticity white point array Imagick::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 ImagickException on error.

ocisetprefetch

(PHP 4, PHP 5, PHP 7, PECL OCI8 >= 1.0.0) Alias of oci_set_prefetch() Alias of oci_set_prefetch() This alias has been DEPRECATED as of PHP 5.4.0. Relying on this alias is highly discouraged.

ImagickDraw::setFontWeight

(PECL imagick 2.0.0) Sets the font weight bool ImagickDraw::setFontWeight ( int $font_weight ) Sets the font weight to use when annotating with text. Parameters: font_weight Sets the font weight to use when annotating with text. Returns: This function is currently not documented; only its argument list is availa

MongoInt32::__construct

(PECL mongo >= 1.0.9) Creates a new 32-bit integer. public MongoInt32::__construct ( string $value ) Creates a new 32-bit number with the given value. Parameters: value A number. Returns: Returns a new integer.

fwrite

(PHP 4, PHP 5, PHP 7) Binary-safe file write int fwrite ( resource $handle, string $string [, int $length ] ) fwrite() writes the contents of string to the file stream pointed to by handle. Parameters: handle A file system pointer resource that is typically created using fopen(). string The string that is to be written.

SolrQuery::getTermsIncludeLowerBound

(PECL solr >= 0.9.2) Returns whether or not to include the lower bound in the result set public bool SolrQuery::getTermsIncludeLowerBound ( void ) Returns whether or not to include the lower bound in the result set Returns: Returns a boolean on success and NULL if not set.

ncurses_refresh

(PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Refresh screen int ncurses_refresh ( int $ch ) Parameters: ch This function is EXPERIMENTAL. The behaviour of this function, its name, and surrounding documentation may change without notice in a future release of PHP. This function should be used at your own risk.

Yaf_Dispatcher::setDefaultAction

(Yaf >=1.0.0) Change default action name public Yaf_Dispatcher Yaf_Dispatcher::setDefaultAction ( string $action ) Parameters: action Returns: