newt_button_bar

(PECL newt >= 0.1) This function returns a grid containing the buttons created. resource newt_button_bar ( array &$buttons ) This function returns a grid containing the buttons created. Parameters: buttons This function returns a grid containing the buttons created. Returns: Returns grid containing the buttons created.

MessageFormatter::parse

(PHP 5 >= 5.3.0, PHP 7, PECL intl >= 1.0.0) Parse input string according to pattern public array MessageFormatter::parse ( string $value ) Object oriented style Procedural style array msgfmt_parse ( MessageFormatter $fmt , string $value ) Parses input string and return any extracted items as an array. Parameters: fmt The message formatter

iconv_strlen

(PHP 5, PHP 7) Returns the character count of string int iconv_strlen ( string $str [, string $charset = ini_get("iconv.internal_encoding") ] ) In contrast to strlen(), iconv_strlen() counts the occurrences of characters in the given byte sequence str on the basis of the specified character set, the result of which is not necessarily identical to the length of the string in byte. Parameters:

opcache_get_status

(PHP 5 >= 5.5.5, PHP 7, PECL ZendOpcache > 7.0.2) Get status information about the cache array opcache_get_status ([ boolean $get_scripts = TRUE ] ) This function returns state information about the cache instance Parameters: get_scripts Include script specific state information Returns: Returns an array of information, optionally containi

NumberFormatter::setTextAttribute

(PHP 5 >= 5.3.0, PHP 7, PECL intl >= 1.0.0) Set a text attribute public bool NumberFormatter::setTextAttribute ( int $attr, string $value ) Object oriented style Procedural style bool numfmt_set_text_attribute ( NumberFormatter $fmt , int $attr , string $value ) Set a text attribute associated with the formatter. An example of a text attribute is the suffix for positive numbers. If the formatter does not understan

Imagick::queryFontMetrics

(PECL imagick 2.0.0) Returns an array representing the font metrics array Imagick::queryFontMetrics ( ImagickDraw $properties, string $text [, bool $multiline ] ) Returns a multi-dimensional array representing the font metrics. Parameters: properties ImagickDraw object containing font properties text The text mult

event_base_free

(PECL libevent >= 0.0.1) Destroy event base void event_base_free ( resource $event_base ) Destroys the specified event_base and frees all the resources associated. Note that it's not possible to destroy an event base with events attached to it. Parameters: event_base Valid event base resource.

Gmagick::enhanceimage

(PECL gmagick >= Unknown) Improves the quality of a noisy image public Gmagick Gmagick::enhanceimage ( void ) Applies a digital filter that improves the quality of a noisy image. Returns: The enhanced Gmagick object. Exception: Throws an GmagickException on error.

Locale::getPrimaryLanguage

(PHP 5 >= 5.3.0, PHP 7, PECL intl >= 1.0.0) Gets the primary language for the input locale public static string Locale::getPrimaryLanguage ( string $locale ) Object oriented style Procedural style string locale_get_primary_language ( string $locale ) Gets the primary language for the input locale Parameters: locale The locale to extract the primary language cod

SolrQuery::getFacetDateOther

(PECL solr >= 0.9.2) Returns the value for the facet.date.other parameter public array SolrQuery::getFacetDateOther ([ string $field_override ] ) Returns the value for the facet.date.other parameter. This method accepts an optional field override. Parameters: field_override The name of the field Returns: Returns a string on success and NULL if