CairoContext::setSourceSurface

(PECL cairo >= 0.1.0) The setSourceSurface purpose public void CairoContext::setSourceSurface ( string $surface [, string $x [, string $y ]] ) Object oriented style (method): Procedural style: void cairo_set_source_surface ( CairoContext $context , CairoSurface $surface [, string $x [, string $y ]] ) Description here. Parameters: context Description...

IntlCalendar::after

(PHP 5.5.0, PHP 7, PECL >= 3.0.0a1) Whether this objectʼs time is after that of the passed object public bool IntlCalendar::after ( IntlCalendar $other ) Object oriented style Procedural style bool intlcal_after ( IntlCalendar $cal , IntlCalendar $other ) Returns whether this objectʼs time succeeds the argumentʼs time. Parameters: cal The IntlCalendar resource.

PharData::isWritable

(PHP >= 5.3.0, PECL phar >= 2.0.0) Returns true if the tar/zip archive can be modified bool PharData::isWritable ( void ) This method returns TRUE if the tar/zip archive on disk is not read-only. Unlike Phar::isWritable(), data-only tar/zip archives can be modified even if phar.readonly is set to 1. Returns: Returns TRUE if the tar/zip archive can be modified

Imagick::annotateImage

(PECL imagick 2.0.0) Annotates an image with text bool Imagick::annotateImage ( ImagickDraw $draw_settings, float $x, float $y, float $angle, string $text ) Annotates an image with text. Parameters: draw_settings The ImagickDraw object that contains settings for drawing the text x Horizontal offset in pixels to the left of text

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

Imagick::setResolution

(PECL imagick 2.0.0) Sets the image resolution bool Imagick::setResolution ( float $x_resolution, float $y_resolution ) Sets the image resolution. Parameters: x_resolution The horizontal resolution. y_resolution The vertical resolution. Returns: Returns TRUE on success.

SolrDocument::offsetGet

(PECL solr >= 0.9.2) Retrieves a field public SolrDocumentField SolrDocument::offsetGet ( string $fieldName ) This is used to retrieve the field when the object is treated as an array. Parameters: fieldName The name of the field. Returns: Returns a SolrDocumentField object.

Imagick::vignetteImage

(PECL imagick 2.0.0) Adds vignette filter to the image bool Imagick::vignetteImage ( float $blackPoint, float $whitePoint, int $x, int $y ) Softens the edges of the image in vignette style. This method is available if Imagick has been compiled against ImageMagick version 6.2.9 or newer. Parameters: blackPoint The black point. whitePoint

readline_read_history

(PHP 4, PHP 5, PHP 7) Reads the history bool readline_read_history ([ string $filename ] ) This function reads a command history from a file. Parameters: filename Path to the filename containing the command history. Returns: Returns TRUE on success or FALSE on failure.

mysqli_get_links_stats

(PHP 5 >= 5.6.0, PHP 7) Return information about open and cached links array mysqli_get_links_stats ( void ) mysqli_get_links_stats() returns information about open and cached MySQL links. Returns: mysqli_get_links_stats() returns an associative array with three elements, keyed as follows: total An integer indicating the total number of open links in any state. active_plinks An integ