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

ReflectionClass::isInternal

(PHP 5, PHP 7) Checks if class is defined internally by an extension, or the core public bool ReflectionClass::isInternal ( void ) Checks if the class is defined internally by an extension, or the core, as opposed to user-defined. Returns: Returns TRUE on success or FALSE on failure. Examples: Basic usage of ReflectionClass::isInternal

stream_get_transports

(PHP 5, PHP 7) Retrieve list of registered socket transports array stream_get_transports ( void ) Returns an indexed array containing the name of all socket transports available on the running system. Returns: Returns an indexed array of socket transports names. Examples: Using stream_get_transports() <?php $xportlist 

mailparse_determine_best_xfer_encoding

(PECL mailparse >= 0.9.0) Gets the best way of encoding string mailparse_determine_best_xfer_encoding ( resource $fp ) Figures out the best way of encoding the content read from the given file pointer. Parameters: fp A valid file pointer, which must be seek-able. Returns: Returns one of the character encodings supported by the mbstring module.

Yaf_Request_Abstract::setControllerName

(Yaf >=1.0.0) The setControllerName purpose public void Yaf_Request_Abstract::setControllerName ( string $controller ) Parameters: controller Returns: This function is currently not documented; only its argument list is available.

Yaf_Config_Ini::rewind

(Yaf >=1.0.0) The rewind purpose public void Yaf_Config_Ini::rewind ( void ) Returns: This function is currently not documented; only its argument list is available.