ncurses_wrefresh

(PHP 4 >= 4.2.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Refresh window on terminal screen int ncurses_wrefresh ( resource $window ) Parameters: window 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 sh

MongoCursor::count

(PECL mongo >=0.9.2) Counts the number of results for this query public int MongoCursor::count ([ bool $foundOnly = FALSE ] ) This method does not affect the state of the cursor: if you haven't queried yet, you can still apply limits, skips, etc. If you have started iterating through results, it will not move the current position of the cursor. If you have exhasted the cursor, it will not reset it. Param

Yar_Concurrent_Client::call

(PECL yar >= 1.0.0) Register a concurrent call public static int Yar_Concurrent_Client::call ( string $uri, string $method, array $parameters [, callable $callback ] ) Register a RPC call, but won't sent it immediately, it will be send while further call to Yar_Concurrent_Client::loop() Parameters: uri The RPC server URI(http, tcp) method

SWFFontChar::addUTF8Chars

(PHP 5 <= 5.3.0, PECL ming SVN) Adds characters to a font for exporting font void SWFFontChar::addUTF8Chars ( string $char ) Returns: No value is returned. This function is currently not documented; only its argument list is available. See also: SWFFontChar::addChars

mysqli_stmt::more_results

(PHP 5 >= 5.3.0, PHP 7) Check if there are more query results from a multiple query public bool mysqli_stmt::more_results ( void ) Object oriented style (method): Procedural style: bool mysqli_stmt_more_results ( mysql_stmt $stmt ) Checks if there are more query results from a multiple query. Parameters: stmt Procedural style only: A statement identifier returned by my

imagecopy

(PHP 4, PHP 5, PHP 7) Copy part of an image bool imagecopy ( resource $dst_im, resource $src_im, int $dst_x, int $dst_y, int $src_x, int $src_y, int $src_w, int $src_h ) Copy a part of src_im onto dst_im starting at the x,y coordinates src_x, src_y with a width of src_w and a height of src_h. The portion defined will be copied onto the x,y coordinates, dst_x and dst_y. Parameters: ds

HaruPage::closePath

(PECL haru >= 0.0.1) Append a straight line from the current point to the start point of the path bool HaruPage::closePath ( void ) Appends a straight line from the current point to the start point of the path. Returns: Returns TRUE on success. Exception: Throws a HaruException on error.

SplFixedArray::offsetUnset

(PHP 5 >= 5.3.0, PHP 7) Unsets the value at the specified $index public void SplFixedArray::offsetUnset ( int $index ) Unsets the value at the specified index. Parameters: index The index being unset. Returns: No value is returned. Exception: Throws RuntimeException when index is outside the defined size of t

Using namespaces: fallback to global function/constant

(PHP 5 >= 5.3.0, PHP 7) Examples: Accessing global classes inside a namespace Inside a namespace, when PHP encounters an unqualified Name in a class name, function or constant context, it resolves these with different priorities. Class names always resolve to the current namespace name. Thus to access internal or non-namespaced user classes, one must refer to them with their fully quali

IntlDateFormatter::getCalendar

(PHP 5 >= 5.3.0, PHP 7, PECL intl >= 1.0.0) Get the calendar type used for the IntlDateFormatter int IntlDateFormatter::getCalendar ( void ) Object oriented style Procedural style int datefmt_get_calendar ( IntlDateFormatter $fmt ) Parameters: fmt The formatter resource Returns: The calendar type being used by the formatter. Either IntlD