IntlCalendar::getDayOfWeekType

(PHP 5.5.0, PHP 7, PECL >= 3.0.0a1) Tell whether a day is a weekday, weekend or a day that has a transition between the two public int IntlCalendar::getDayOfWeekType ( int $dayOfWeek ) Object oriented style Procedural style int intlcal_get_day_of_week_type ( IntlCalendar $cal , int $dayOfWeek ) Returns whether the passed day is a weekday (IntlCalendar::DOW_TYPE_WEEKDAY), a weekend day (IntlCalendar::DOW_TYPE_WEEKEND)

maxdb_bind_param

(PECL maxdb 1.0) Alias of maxdb_stmt_bind_param() This function is an alias of: maxdb_stmt_bind_param() This function alias is deprecated and only exists for backwards compatibility reasons. The use of this function is not recommended, as it may be removed from PHP in the future.

snmp2_real_walk

(PHP >= 5.2.0) Return all objects including their respective object ID within the specified one array snmp2_real_walk ( string $host, string $community, string $object_id [, string $timeout = 1000000 [, string $retries = 5 ]] ) The snmp2_real_walk() function is used to traverse over a number of SNMP objects starting from object_id and return not only their values but also their object ids. Parameters:

SplFileInfo::getGroup

(PHP 5 >= 5.1.2, PHP 7) Gets the file group public int SplFileInfo::getGroup ( void ) Gets the file group. The group ID is returned in numerical format. Returns: The group id in numerical format. Exception: Throws RuntimeException on error. Examples: SplFileInfo::getGroup() example <?php $info = ne

db2_field_scale

(PECL ibm_db2 >= 1.0.0) Returns the scale of the indicated column in a result set int db2_field_scale ( resource $stmt, mixed $column ) Returns the scale of the indicated column in a result set. Parameters: stmt Specifies a statement resource containing a result set. column Specifies the column in the result set. This can either be

udm_crc32

(PHP 4 >= 4.2.0, PHP 5 <= 5.0.5, PECL mnogosearch >= 1.0.0) Return CRC32 checksum of given string int udm_crc32 ( resource $agent, string $str ) This function is currently not documented; only its argument list is available.

IntlCalendar::getAvailableLocales

(PHP 5.5.0, PHP 7, PECL >= 3.0.0a1) Get array of locales for which there is data public static array IntlCalendar::getAvailableLocales ( void ) Object oriented style Procedural style array intlcal_get_available_locales ( void ) Gives the list of locales for which calendars are installed. As of ICU 51, this is the list of all installed ICU locales. Returns: An array of strings, one for whic

db2_field_precision

(PECL ibm_db2 >= 1.0.0) Returns the precision of the indicated column in a result set int db2_field_precision ( resource $stmt, mixed $column ) Returns the precision of the indicated column in a result set. Parameters: stmt Specifies a statement resource containing a result set. column Specifies the column in the result set. This c

IntlCalendar::getWeekendTransition

(PHP 5.5.0, PHP 7, PECL >= 3.0.0a1) Get time of the day at which weekend begins or ends public int IntlCalendar::getWeekendTransition ( string $dayOfWeek ) Object oriented style Procedural style int intlcal_get_weekend_transition ( IntlCalendar $cal , string $dayOfWeek ) Returns the number of milliseconds after midnight at which the weekend begins or ends. This is only applicable for days of the week for which Intl

SolrClient::deleteById

(PECL solr >= 0.9.2) Delete by Id public SolrUpdateResponse SolrClient::deleteById ( string $id ) Deletes the document with the specified ID. Where ID is the value of the uniqueKey field declared in the schema Parameters: id The value of the uniqueKey field declared in the schema Returns: Returns a SolrUpdateResponse on success and throws an e