return

(PHP 4, PHP 5, PHP 7)

svn_fs_abort_txn

(PECL svn >= 0.2.0) Abort a transaction, returns true if everything is okay, false otherwise bool svn_fs_abort_txn ( resource $txn ) Abort a transaction, returns true if everything is okay, false otherwise This function is currently not documented; only its argument list is available.

PDF_set_value

(PHP 4 >= 4.0.1, PECL pdflib >= 1.0.0) Set numerical parameter bool PDF_set_value ( resource $p, string $key, float $value ) Sets the value of some PDFlib parameter with numerical type. Returns TRUE on success or FALSE on failure.

PDF_set_border_style

(PHP 4, PECL pdflib >= 1.0.0) Set border style of annotations [deprecated] bool PDF_set_border_style ( resource $pdfdoc, string $style, float $width ) Sets the border style for all kinds of annotations. Returns TRUE on success or FALSE on failure. This function is deprecated since PDFlib version 6, use the options borderstyle and linewidth in PDF_create_annotation() instead.

svn_log

(PECL svn >= 0.1.0) Returns the commit log messages of a repository URL array svn_log ( string $repos_url [, int $start_revision [, int $end_revision [, int $limit = 0 [, int $flags = SVN_DISCOVER_CHANGED_PATHS | SVN_STOP_ON_COPY ]]]] ) svn_log() returns the complete history of the item at the repository URL repos_url, or the history of a specific revision if start_revision is set. This function is equivalent to svn log

empty

(PHP 4, PHP 5, PHP 7) Determine whether a variable is empty bool empty ( mixed $var ) Determine whether a variable is considered to be empty. A variable is considered empty if it does not exist or if its value equals FALSE. empty() does not generate a warning if the variable does not exist. Parameters: var Variable to be checked Note: Prior to PHP 5.5, empty() only su

ncurses_slk_attr

(PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Returns current soft label key attribute int ncurses_slk_attr ( void ) Returns the current soft label key attribute. Returns: The attribute, as an integer. This function is EXPERIMENTAL. The behaviour of this function, its name, and surrounding documentation may change without notice in a future re

CairoImageSurface::createFromPng

(PECL cairo >= 0.1.0) Creates a new CairoImageSurface form a png image file public static CairoImageSurface CairoImageSurface::createFromPng ( string $file ) Creates a new CairoImageSurface form a png image file This method should be called static Parameters: file Path to PNG image file Returns: CairoImageSurface object

PDF_open_image_file

(PHP 4, PECL pdflib >= 1.0.0) Read image from file [deprecated] int PDF_open_image_file ( resource $p, string $imagetype, string $filename, string $stringparam, int $intparam ) Opens an image file. This function is deprecated since PDFlib version 5, use PDF_load_image() with the colorize, ignoremask, invert, mask, masked, and page options instead.

Imagick::resampleImage

(PECL imagick 2.0.0) Resample image to desired resolution bool Imagick::resampleImage ( float $x_resolution, float $y_resolution, int $filter, float $blur ) Resample image to desired resolution. Parameters: x_resolution Resample image to desired resolution. y_resolution Resample image to desired resolution. filter