Yaf_Session::offsetGet

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

Phar::compressAllFilesBZIP2

(PHP >= 5.3.0, PECL phar >= 1.0.0) Compresses all files in the current Phar archive using Bzip2 compression public bool Phar::compressAllFilesBZIP2 ( void ) Note: This method has been removed from the phar extension as of version 2.0.0. Alternative implementations are available using Phar::compress(), Phar::decompress(), Phar::compressFiles() and Phar::decompressFiles(). Note: This method requires the php.ini setti

OAuth::disableRedirects

(PECL OAuth >= 0.99.9) Turn off redirects public bool OAuth::disableRedirects ( void ) Disable redirects from being followed automatically, thus allowing the request to be manually redirected. Returns: TRUE This function is currently not documented; only its argument list is available.

ifx_textasvarchar

(PHP 4, PHP <=5.2.0) Set the default text mode bool ifx_textasvarchar ( int $mode ) Sets the default text mode for all select-queries. Parameters: mode Mode "0" will return a blob id, and mode "1" will return a varchar with text content. Returns: Returns TRUE on success or FALSE on failure.

Gmagick::trimimage

(PECL gmagick >= Unknown) Remove edges from the image public Gmagick Gmagick::trimimage ( float $fuzz ) Remove edges that are the background color from the image. Parameters: fuzz By default target must match a particular pixel color exactly. However, in many cases two colors may differ by a small amount. The fuzz member of image defines how much tolerance is acceptabl

Imagick::borderImage

(PECL imagick 2.0.0) Surrounds the image with a border bool Imagick::borderImage ( mixed $bordercolor, int $width, int $height ) Surrounds the image with a border of the color defined by the bordercolor ImagickPixel object. Parameters: bordercolor ImagickPixel object or a string containing the border color width Border width

m_initconn

(PHP 4 >= 4.3.9, PHP 5 <= 5.0.5, PECL mcve >= 1.0.0) Create and initialize an MCVE_CONN structure resource m_initconn ( void ) Returns: Returns an MCVE_CONN resource. This function is currently not documented; only its argument list is available. See also: m_des

DateTimeImmutable::setISODate

(PHP 5 >= 5.5.0, PHP 7) Sets the ISO date public DateTimeImmutable DateTimeImmutable::setISODate ( int $year, int $week [, int $day = 1 ] ) Like DateTime::setISODate() but works with DateTimeImmutable.

SolrObject::offsetGet

(PECL solr >= 0.9.2) Used to retrieve a property public mixed SolrObject::offsetGet ( string $property_name ) Used to get the value of a property. This is used when the object is treated as an array. Parameters: property_name Name of the property. Returns: Returns the property value.

MongoId::getPID

(PECL mongo >= 1.0.11) Gets the process ID public int MongoId::getPID ( void ) Extracts the pid from the Mongo ID Returns: Returns the PID of the MongoId.