Yaf_Session::current

(Yaf >=1.0.0) The current purpose public void Yaf_Session::current ( void ) Returns: This function is currently not documented; only its argument list is available.

zend_logo_guid

(PHP 4, PHP < 5.5) Gets the Zend guid string zend_logo_guid ( void ) This function returns the ID which can be used to display the Zend logo using the built-in image. Returns: Returns PHPE9568F35-D428-11d2-A769-00AA001ACF42. This function has been DEPRECATED and REMOVED as of PHP 5.5.0. Changelog: 5.5

unset

(PHP 4, PHP 5, PHP 7) Unset a given variable void unset ( mixed $var [, mixed $... ] ) unset() destroys the specified variables. The behavior of unset() inside of a function can vary depending on what type of variable you are attempting to destroy. If a globalized variable is unset() inside of a function, only the local variable is destroyed. The variable in the calling environment will retain the same value as before u

PDF_scale

(PHP 4, PECL pdflib >= 1.0.0) Scale coordinate system bool PDF_scale ( resource $p, float $sx, float $sy ) Scales the coordinate system. Returns TRUE on success or FALSE on failure.

rrd_error

(PECL rrd >= 0.9.0) Gets latest error message. string rrd_error ( void ) Returns latest global rrd error message. Returns: Latest error message.

SolrQuery::setFacet

(PECL solr >= 0.9.2) Maps to the facet parameter. Enables or disables facetting public SolrQuery SolrQuery::setFacet ( bool $flag ) Enables or disables faceting. Parameters: value TRUE enables faceting and FALSE disables it. Returns: Returns the current SolrQuery object, if the return value is used.

DOMXPath::registerPhpFunctions

(PHP 5 >= 5.3.0, PHP 7) Register PHP functions as XPath functions public void DOMXPath::registerPhpFunctions ([ mixed $restrict ] ) This method enables the ability to use PHP functions within XPath expressions. Parameters: restrict Use this parameter to only allow certain functions to be called from XPath. This parameter can be either a string (a function name) or a

Imagick::coalesceImages

(PECL imagick 2.0.0) Composites a set of images Imagick Imagick::coalesceImages ( void ) Composites a set of images while respecting any page offsets and disposal methods. GIF, MIFF, and MNG animation sequences typically start with an image background and each subsequent image varies in size and offset. Returns a new Imagick object where each image in the sequence is the same size as the first and composited with the next im

Imagick::setImageBias

(PECL imagick 2.0.0) Sets the image bias for any method that convolves an image bool Imagick::setImageBias ( float $bias ) Sets the image bias for any method that convolves an image (e.g. Imagick::ConvolveImage()). Parameters: bias Sets the image bias for any method that convolves an image (e.g. Imagick::ConvolveImage()). Returns: Returns TRUE on

ncurses_insstr

(PHP 4 >= 4.2.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Insert string at current position, moving rest of line right int ncurses_insstr ( string $text ) Parameters: text This function is EXPERIMENTAL. The behaviour of this function, its name, and surrounding documentation may change without notice in a future release of PH