(PECL classkit >= 0.1) Dynamically removes the given method bool classkit_method_remove ( string $classname, string $methodname ) Note: This function cannot be used to manipulate the currently running (or chained) method. Parameters: classname The class in which to remove the method methodname The name of the method to rem
(PECL imagick 2.0.0) Smooths the contours of an image bool Imagick::reduceNoiseImage ( float $radius ) Smooths the contours of an image while still preserving edge information. The algorithm works by replacing each pixel with its neighbor closest in value. A neighbor is defined by radius. Use a radius of 0 and Imagick::reduceNoiseImage() selects a suitable radius for you. Parameters:
(PHP 4 >= 4.2.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Move cursor immediately int ncurses_mvcur ( int $old_y, int $old_x, int $new_y, int $new_x ) Parameters: old_y old_x new_y new_x This function is EXPERIMENTAL. The be
(PECL solr >= 0.9.2) Returns the text which appears after a highlighted term public string SolrQuery::getHighlightSimplePost ([ string $field_override ] ) Returns the text which appears after a highlighted term. Accepts an optional field override Parameters: field_override The name of the field Returns: Returns a string on success and NULL if
(PHP 5 >= 5.6.0, PHP 7) Reads input on the connection bool pg_consume_input ( resource $connection ) pg_consume_input() consumes any input waiting to be read from the database server. Parameters: connection PostgreSQL database connection resource. Returns: TRUE if no error occurred, or FALSE if there was an error. Note that TRUE does not neces
(PHP 5.5.0, PHP 7, PECL >= 3.0.0a1) Get number representing the current time public static float IntlCalendar::getNow ( void ) Object oriented style Procedural style float intlcal_get_now ( void ) The number of milliseconds that have passed since the reference date. This number is derived from the system time. Returns: A float representing a number of milliseconds since the epoch, not coun
(PHP 4, PHP 5, PHP 7) Pop the element off the end of array mixed array_pop ( array &$array ) array_pop() pops and returns the last value of the array, shortening the array by one element. Note: This function will reset() the array pointer of the input array after use. Parameters: array The array to get the value from. Returns: Returns the las
(PECL imagick 2.0.0) Draws a circle bool ImagickDraw::circle ( float $ox, float $oy, float $px, float $py ) Draws a circle on the image. Parameters: ox origin x coordinate oy origin y coordinate px perimeter x coordinate py perimeter y coordinate
(PECL radius >= 1.1.0) Sends the request and waites for a reply int radius_send_request ( resource $radius_handle ) After the Radius request has been constructed, it is sent by radius_send_request(). The radius_send_request() function sends the request and waits for a valid reply, retrying the defined servers in round-robin fashion as necessary. Returns: If a valid response is received, radiu
(PHP 5 >= 5.1.0, PHP 7) Get inner iterator public Iterator LimitIterator::getInnerIterator ( void ) Gets the inner Iterator. Returns: The inner iterator passed to LimitIterator::__construct(). See also: LimitIterator::__construct() - IteratorIterator::getInnerIterator() -
Page 906 of 930