IntlCalendar::getFirstDayOfWeek

(PHP 5.5.0, PHP 7, PECL >= 3.0.0a1) Get the first day of the week for the calendarʼs locale public int IntlCalendar::getFirstDayOfWeek ( void ) Object oriented style Procedural style int intlcal_get_first_day_of_week ( IntlCalendar $cal ) The week day deemed to start a week, either the default value for this locale or the value set with IntlCalendar::setFirstDayOfWeek(). Parameters:

Yaf_Dispatcher::catchException

(Yaf >=1.0.0) Switch on/off exception catching public Yaf_Dispatcher Yaf_Dispatcher::catchException ([ bool $flag ] ) While the application.dispatcher.throwException is On(you can also calling to Yaf_Dispatcher::throwException(TRUE)() to enable it), Yaf will throw Exception whe error occurrs instead of trigger error. then if you enable Yaf_Dispatcher::catchException()(also can enabled by set application.dispatcher.catch

SQLite3::escapeString

(PHP 5 >= 5.3.0, PHP 7) Returns a string that has been properly escaped public static string SQLite3::escapeString ( string $value ) Returns a string that has been properly escaped for safe inclusion in an SQL statement. Parameters: value The string to be escaped. Returns: Returns a properly escaped string that may be used safely in an SQL sta

eio_readlink

(PECL eio >= 0.0.1dev) Read value of a symbolic link. resource eio_readlink ( string $path, int $pri, callable $callback [, string $data = NULL ] ) Parameters: path Source symbolic link path pri The request priority: EIO_PRI_DEFAULT, EIO_PRI_MIN, EIO_PRI_MAX, or NULL. If NULL passed, pri internally is set to EIO_PRI_DEFAULT.

mb_preferred_mime_name

(PHP 4 >= 4.0.6, PHP 5, PHP 7) Get MIME charset string string mb_preferred_mime_name ( string $encoding ) Get a MIME charset string for a specific encoding. Parameters: encoding The encoding being checked. Returns: The MIME charset string for character encoding encoding. Examples:

NumberFormatter::getErrorMessage

(PHP 5 >= 5.3.0, PHP 7, PECL intl >= 1.0.0) Get formatter's last error message. public string NumberFormatter::getErrorMessage ( void ) Object oriented style Procedural style string numfmt_get_error_message ( NumberFormatter $fmt ) Get error message from the last function performed by the formatter. Parameters: fmt NumberFormatter object. Re

imap_qprint

(PHP 4, PHP 5, PHP 7) Convert a quoted-printable string to an 8 bit string string imap_qprint ( string $string ) Convert a quoted-printable string to an 8 bit string according to » RFC2045, section 6.7. Parameters: string A quoted-printable string Returns: Returns an 8 bits string.

SphinxClient::status

(PECL sphinx >= 1.0.3) Queries searchd status public array SphinxClient::status ( void ) Queries searchd status, and returns an array of status variable name and value pairs. Returns: Returns an associative array of search server statistics or FALSE on failure. Changelog: 1.0.3 Added SphinxClient::status(), available only if compiled with

SDO_Model_Type::isInstance

(^) Test for an SDO_DataObject being an instance of this SDO_Model_Type bool SDO_Model_Type::isInstance ( SDO_DataObject $data_object ) Test for an SDO_DataObject being an instance of this SDO_Model_Type. Returns TRUE if the SDO_DataObject provided is an instance of this SDO_Model_Type, or a derived type, otherwise returns FALSE. Parameters: data_object The SDO_DataObje

ReflectionExtension::__clone

(PHP 5, PHP 7) Clones final private void ReflectionExtension::__clone ( void ) The clone method prevents an object from being cloned. Reflection objects cannot be cloned. Returns: No value is returned, if called a fatal error will occur. See also: ReflectionExtension::__construct() -