IntlCalendar::setMinimalDaysInFirstWeek

(No version information available, might only be in Git) Set minimal number of days the first week in a year or month can have public bool IntlCalendar::setMinimalDaysInFirstWeek ( int $minimalDays ) Object oriented style Procedural style bool intlcal_get_minimal_days_in_first_week ( IntlCalendar $cal , int $minimalDays ) Sets the smallest number of days the first week of a year or month must have in the new year or mon

ncurses_scr_set

(PHP 4 >= 4.2.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Inherit screen from file dump int ncurses_scr_set ( string $filename ) Parameters: filename This function is EXPERIMENTAL. The behaviour of this function, its name, and surrounding documentation may change without notice in a future release of PHP. This function shoul

xml_error_string

(PHP 4, PHP 5, PHP 7) Get XML parser error string string xml_error_string ( int $code ) Gets the XML parser error string associated with the given code. Parameters: code An error code from xml_get_error_code(). Returns: Returns a string with a textual description of the error code, or FALSE if no description was found.

SyncReaderWriter::writeunlock

(PECL sync >= 1.0.0) Releases a write lock public bool SyncReaderWriter::writeunlock ( void ) Releases a write lock on a SyncReaderWriter object. Returns: A boolean of TRUE if the unlock operation was successful, FALSE otherwise. Examples: SyncReaderWriter::writeunlock() example <?php $readwrite = new SyncReaderWrit

IntlChar::isgraph

(PHP 7) Check if code point is a graphic character public static bool IntlChar::isgraph ( mixed $codepoint ) Determines whether the specified code point is a "graphic" character (printable, excluding spaces). TRUE for all characters except those with general categories "Cc" (control codes), "Cf" (format controls), "Cs" (surrogates), "Cn" (unassigned), and "Z" (separators). Parameters:

IntlChar::ispunct

(PHP 7) Check if code point is punctuation character public static bool IntlChar::ispunct ( mixed $codepoint ) Determines whether the specified code point is a punctuation character. TRUE for characters with general categories "P" (punctuation). Parameters: codepoint The integer codepoint value (e.g. 0x2603 for U+2603 SNOWMAN), or the character encoded as a UTF-8 string

eio_get_last_error

(PECL eio >= 1.0.0) Returns string describing the last error associated with a request resource string eio_get_last_error ( resource $req ) eio_get_last_error() returns string describing the last error associated with req. Parameters: req The request resource Returns: eio_get_last_error() returns string describing the last error associated wit

trader_ht_dcperiod

(PECL trader >= 0.2.0) Hilbert Transform - Dominant Cycle Period array trader_ht_dcperiod ( array $real ) Parameters: real Array of real values. Returns: Returns an array with calculated data or false on failure.

imap_fetchbody

(PHP 4, PHP 5, PHP 7) Fetch a particular section of the body of the message string imap_fetchbody ( resource $imap_stream, int $msg_number, string $section [, int $options = 0 ] ) Fetch of a particular section of the body of the specified messages. Body parts are not decoded by this function. Parameters: imap_stream An IMAP stream returned by imap_open().

cubrid_result

(PECL CUBRID >= 8.3.0) Return the value of a specific field in a specific row string cubrid_result ( resource $result, int $row [, mixed $field = 0 ] ) This function returns the value of a specific field in a specific row from a result set. Parameters: result result comes from a call to cubrid_execute() row The row number from the resu