GearmanTask::taskDenominator

(PECL gearman >= 0.5.0) Get completion percentage denominator public int GearmanTask::taskDenominator ( void ) Returns the denominator of the percentage of the task that is complete expressed as a fraction. Returns: A number between 0 and 100, or FALSE if cannot be determined. See also: GearmanTask::taskNumer

pg_port

(PHP 4, PHP 5, PHP 7) Return the port number associated with the connection int pg_port ([ resource $connection ] ) pg_port() returns the port number that the given PostgreSQL connection resource is connected to. Parameters: connection PostgreSQL database connection resource. When connection is not present, the default connection is used. The default connection is the l

ReflectionZendExtension::getCopyright

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

msql_free_result

(PHP 4, PHP 5, PHP 7) Free result memory bool msql_free_result ( resource $result ) msql_free_result() frees the memory associated with query_identifier. When PHP completes a request, this memory is freed automatically, so you only need to call this function when you want to make sure you don't use too much memory while the script is running. Parameters: result The result

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() {