IntlChar::totitle

(PHP 7) Make Unicode character titlecase public static mixed IntlChar::totitle ( mixed $codepoint ) The given character is mapped to its titlecase equivalent. If the character has no titlecase equivalent, the original character itself is returned. Parameters: codepoint The integer codepoint value (e.g. 0x2603 for U+2603 SNOWMAN), or the character encoded as a UTF-8 string

IntlCalendar::setSkippedWallTimeOption

(PHP 5.5.0, PHP 7, PECL >= 3.0.0a1) Set behavior for handling skipped wall times at positive timezone offset transitions public bool IntlCalendar::setSkippedWallTimeOption ( int $wallTimeOption ) Object oriented style Procedural style bool intlcal_set_skipped_wall_time_option ( IntlCalendar $cal , int $wallTimeOption ) Sets the current strategy for dealing with wall times that are skipped whenever the clock is forwar

imap_reopen

(PHP 4, PHP 5, PHP 7) Reopen IMAP stream to new mailbox bool imap_reopen ( resource $imap_stream, string $mailbox [, int $options = 0 [, int $n_retries = 0 ]] ) Reopens the specified stream to a new mailbox on an IMAP or NNTP server. Parameters: imap_stream An IMAP stream returned by imap_open(). mailbox The mailbox name, see imap_open(

mysqli::more_results

(PHP 5, PHP 7) Check if there are any more query results from a multi query bool mysqli::more_results ( void ) Object oriented style Procedural style bool mysqli_more_results ( mysqli $link ) Indicates if one or more result sets are available from a previous call to mysqli_multi_query(). Parameters: link Procedural style only: A link identifier returned by mysqli_connect(

imap_list

(PHP 4, PHP 5, PHP 7) Read the list of mailboxes array imap_list ( resource $imap_stream, string $ref, string $pattern ) Read the list of mailboxes. Parameters: imap_stream An IMAP stream returned by imap_open(). ref ref should normally be just the server specification as described in imap_open(). pattern

imageaffine

(PHP 5 >= 5.5.0, PHP 7) Return an image containing the affine transformed src image, using an optional clipping area resource imageaffine ( resource $image, array $affine [, array $clip ] ) Parameters: image An image resource, returned by one of the image creation functions, such as imagecreatetruecolor(). affine Array with keys 0 to 5.

ncurses_cbreak

(PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Switch off input buffering bool ncurses_cbreak ( void ) Disables line buffering and character processing (interrupt and flow control characters are unaffected), making characters typed by the user immediately available to the program. Returns: Returns TRUE or NCURSES_ERR if any error occurred. This

ncurses_vidattr

(PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Display the string on the terminal in the video attribute mode int ncurses_vidattr ( int $intarg ) Parameters: intarg This function is EXPERIMENTAL. The behaviour of this function, its name, and surrounding documentation may change without notice in a future release of

pg_get_notify

(PHP 4 >= 4.3.0, PHP 5, PHP 7) Gets SQL NOTIFY message array pg_get_notify ( resource $connection [, int $result_type ] ) pg_get_notify() gets notifications generated by a NOTIFY SQL command. To receive notifications, the LISTEN SQL command must be issued. Parameters: connection PostgreSQL database connection resource. result_type An

ssdeep_fuzzy_hash_filename

(PECL ssdeep >= 1.0.0) Create a fuzzy hash from a file string ssdeep_fuzzy_hash_filename ( string $file_name ) ssdeep_fuzzy_hash_filename() calculates the hash of the file specified by file_name using » context-triggered piecewise hashing, and returns that hash. Parameters: file_name The filename of the file to hash. Returns: Returns a string