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:

cubrid_unbuffered_query

(PECL CUBRID >= 8.3.0) Perform a query without fetching the results into memory resource cubrid_unbuffered_query ( string $query [, resource $conn_identifier ] ) This function performs a query without waiting for that all query results have been complete. It will return when the results are being generated. Parameters: query A SQL query. conn_ident

AppendIterator::__construct

(PHP 5 >= 5.1.0, PHP 7) Constructs an AppendIterator public AppendIterator::__construct ( void ) Constructs an AppendIterator. Returns: No value is returned. Examples: Iterating AppendIterator with foreach <?php $pizzas   = new ArrayIterator(array('Margarita', 'Siciliana', 'Hawaii')); $toppings = new ArrayIterator(array('Cheese', 'A

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

GmagickDraw::getfillcolor

(PECL gmagick >= Unknown) Returns the fill color public void GmagickDraw::getfillcolor ( void ) Returns the fill color used for drawing filled objects. Returns: The GmagickPixel fill color used for drawing filled objects.

IntlTimeZone::getCanonicalID

(PHP 5.5.0, PHP 7, PECL >= 3.0.0a1) Get the canonical system timezone ID or the normalized custom time zone ID for the given time zone ID public static string IntlTimeZone::getCanonicalID ( string $zoneId [, bool &$isSystemID ] ) Parameters: zoneId isSystemID Returns: This fu

wincache_rplist_fileinfo

(PECL wincache >= 1.0.0) Retrieves information about resolve file path cache array wincache_rplist_fileinfo ([ bool $summaryonly = false ] ) Retrieves information about cached mappings between relative file paths and corresponding absolute file paths. Returns: Array of meta data about the resolve file path cache or FALSE on failure The array returned by this function contains the following

IntlCalendar::setFirstDayOfWeek

(PHP 5.5.0, PHP 7, PECL >= 3.0.0a1) Set the day on which the week is deemed to start public bool IntlCalendar::setFirstDayOfWeek ( int $dayOfWeek ) Object oriented style Procedural style bool intlcal_set_first_day_of_week ( IntlCalendar $cal , int $dayOfWeek ) Defines the day of week deemed to start the week. This affects the behavior of fields that depend on the concept of week start and end such as IntlCalendar::FI

ingres_field_scale

(PHP 4 >= 4.0.2, PHP 5 <= 5.0.5, PECL ingres >= 1.0.0) Get the scale of a field int ingres_field_scale ( resource $result, int $index ) ingres_field_scale() returns the scale of a field. This value is used only for the decimal SQL data type. For detailed information, see the Ingres OpenAPI User Guide, Appendix "Data Types" in the Ingres documentation. Note: Related Configurations See ingres.array_index_start in R