ingres_field_length

(PHP 4 >= 4.0.2, PHP 5 <= 5.0.5, PECL ingres >= 1.0.0) Get the length of a field int ingres_field_length ( resource $result, int $index ) ingres_field_length() returns the length of a field. This is the number of bytes the server uses to store the field. For detailed information, see the Ingres OpenAPI User Guide, Appendix "Data Types" in the Ingres documentation. Note: Related Configurations See ingres.array_ind

imap_scanmailbox

(PHP 4, PHP 5, PHP 7) Alias of imap_listscan() This function is an alias of: imap_listscan().

wincache_ucache_cas

(PECL wincache >= 1.1.0) Compares the variable with old value and assigns new value to it bool wincache_ucache_cas ( string $key, int $old_value, int $new_value ) Compares the variable associated with the key with old_value and if it matches then assigns the new_value to it. Parameters: key The key that is used to store the variable in the cache. key is case sensitiv

Locale::lookup

(PHP 5 >= 5.3.0, PHP 7, PECL intl >= 1.0.0) Searches the language tag list for the best match to the language public static string Locale::lookup ( array $langtag, string $locale [, bool $canonicalize = false [, string $default ]] ) Object oriented style Procedural style string locale_lookup ( array $langtag , string $locale [, bool $canonicalize = false [, string $default ]] ) Searches the items in langtag for t

GmagickPixel::getcolorcount

(PECL gmagick >= Unknown) Returns the color count associated with this color public int GmagickPixel::getcolorcount ( void ) Returns the color count associated with this color Returns: Returns the color count as an integer on success, throws GmagickPixelException on failure.

newt_init

(PECL newt >= 0.1) Initialize newt int newt_init ( void ) Initializes the newt interface. This function must be called before any other newt function. Returns: Returns 1 on success, 0 on failure. See also: newt_finished() -

HaruPage::setFontAndSize

(PECL haru >= 0.0.1) Set font and fontsize for the page bool HaruPage::setFontAndSize ( object $font, float $size ) Defines current font and its size for the page. Parameters: font A valid HaruFont instance. size The size of the font. Returns: Returns TRUE on success. Exception:

m_returnstatus

(PHP 4 >= 4.3.9, PHP 5 <= 5.0.5, PECL mcve >= 1.0.0) Check to see if the transaction was successful int m_returnstatus ( resource $conn, int $identifier ) Parameters: conn An MCVE_CONN resource returned by m_initengine(). identifier An MCVE_CONN resource returned by m_initengine(). Returns:

Yaf_Request_Abstract::isXmlHttpRequest

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

SolrQuery::addFacetDateField

(PECL solr >= 0.9.2) Maps to facet.date public SolrQuery SolrQuery::addFacetDateField ( string $dateField ) This method allows you to specify a field which should be treated as a facet. It can be used multiple times with different field names to indicate multiple facet fields Parameters: dateField The name of the date field. Returns: Returns a