HaruImage::getBitsPerComponent

(PECL haru >= 0.0.1) Get the number of bits used to describe each color component of the image int HaruImage::getBitsPerComponent ( void ) Gets the number of bits used to describe each color component of the image. Returns: Returns the number of bits used to describe each color component of the image. Exception: Throws a HaruException on error.

IntlRuleBasedBreakIterator::__construct

(No version information available, might only be in Git) Create iterator from ruleset public IntlRuleBasedBreakIterator::__construct ( string $rules [, string $areCompiled ] ) Parameters: "rules" "areCompiled" Returns: This function is currently not documented; only its argument lis

Imagick::clampImage

(No version information available, might only be in Git) Description public void Imagick::clampImage ([ string $CHANNEL = Imagick::CHANNEL_DEFAULT ] ) Restricts the color range from 0 to the quantum depth. Parameters: CHANNEL Restricts the color range from 0 to the quantum depth. Returns:

odbc_field_len

(PHP 4, PHP 5, PHP 7) Get the length (precision) of a field int odbc_field_len ( resource $result_id, int $field_number ) Gets the length of the field referenced by number in the given result identifier. Parameters: result_id The result identifier. field_number The field number. Field numbering starts at 1. Returns:

yaz_es_result

(PHP 4 >= 4.2.0, PECL yaz >= 0.9.0) Inspects Extended Services Result array yaz_es_result ( resource $id ) This function inspects the last returned Extended Service result from a server. An Extended Service is initiated by either yaz_item_order() or yaz_es(). Parameters: id The connection resource returned by yaz_connect(). Returns: Retur

ReflectionClass::isIterateable

(PHP 5, PHP 7) Checks if iterateable public bool ReflectionClass::isIterateable ( void ) Checks whether the class is iterateable. Returns: Returns TRUE on success or FALSE on failure. Examples: ReflectionClass::isIterateable() example <?php class IteratorClass implements Iterator {     public function __construct() { 

mysqli_stmt::send_long_data

(PHP 5, PHP 7) Send data in blocks bool mysqli_stmt::send_long_data ( int $param_nr, string $data ) Object oriented style Procedural style bool mysqli_stmt_send_long_data ( mysqli_stmt $stmt , int $param_nr , string $data ) Allows to send parameter data to the server in pieces (or chunks), e.g. if the size of a blob exceeds the size of max_allowed_packet. This function can be called multiple times to send the parts of a cha

imagesavealpha

(PHP 4 >= 4.3.2, PHP 5, PHP 7) Set the flag to save full alpha channel information (as opposed to single-color transparency) when saving PNG images bool imagesavealpha ( resource $image, bool $saveflag ) imagesavealpha() sets the flag to attempt to save full alpha channel information (as opposed to single-color transparency) when saving PNG images. You have to unset alphablending (imagealphablending($im, false)), to use

GearmanWorker::addServers

(PECL gearman >= 0.5.0) Add job servers public bool GearmanWorker::addServers ( string $servers = 127.0.0.1:4730 ) Adds one or more job servers to this worker. These go into a list of servers that can be used to run jobs. No socket I/O happens here. Parameters: servers A comma separated list of job servers in the format host:port. If no port is specified, it defaults

PDO::getAvailableDrivers

(PHP 5 >= 5.1.3, PHP 7, PECL pdo >= 1.0.3) Return an array of available PDO drivers public static array PDO::getAvailableDrivers ( void ) array pdo_drivers ( void ) This function returns all currently available PDO drivers which can be used in DSN parameter of PDO::__construct(). Returns: PDO::getAvailableDrivers() returns an array of PDO driver names. If no drivers are available, it retu