OAuth::disableSSLChecks

(PECL OAuth >= 0.99.5) Turn off SSL checks public bool OAuth::disableSSLChecks ( void ) Turns off the usual SSL peer certificate and host checks, this is not for production environments. Alternatively, the sslChecks member can be set to FALSE to turn SSL checks off. Returns: TRUE Changelog: 0.99.8 The sslChecks member was added

gc_collect_cycles

(PHP 5 >= 5.3.0, PHP 7) Forces collection of any existing garbage cycles int gc_collect_cycles ( void ) Forces collection of any existing garbage cycles. Returns: Returns number of collected cycles. See also: Garbage Collection -

Yaf_Session::next

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

IntlCalendar::set

(PHP 5.5.0, PHP 7, PECL >= 3.0.0a1) Set a time field or several common fields at once public bool IntlCalendar::set ( int $field, int $value ) Object oriented style public bool IntlCalendar::set ( int $year , int $month [, int $dayOfMonth = NULL [, int $hour = NULL [, int $minute = NULL [, int $second = NULL ]]]] ) Procedural style bool intlcal_set ( IntlCalendar $cal , int $field , int $value ) bool intlcal_set ( I

Imagick::getPointSize

(No version information available, might only be in Git) Gets point size float Imagick::getPointSize ( void ) Returns the objects point size property. This method is available if Imagick has been compiled against ImageMagick version 6.3.7 or newer. Returns: Returns a float containing the point size. See also: Im

date_default_timezone_set

(PHP 5 >= 5.1.0, PHP 7) Sets the default timezone used by all date/time functions in a script bool date_default_timezone_set ( string $timezone_identifier ) date_default_timezone_set() sets the default timezone used by all date/time functions. Note: Since PHP 5.1.0 (when the date/time functions were rewritten), every call to a date/time function will generate a E_NOTICE if the timezone isn't valid, and/or a E_WARNIN

SolrQuery::getHighlightSimplePost

(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

Imagick::resizeImage

(PECL imagick 2.0.0) Scales an image bool Imagick::resizeImage ( int $columns, int $rows, int $filter, float $blur [, bool $bestfit = false ] ) Scales an image to the desired dimensions with a filter. Note: The behavior of the parameter bestfit changed in Imagick 3.0.0. Before this version given dimensions 400x400 an image of dimensions 200x150 would be left untouched. In Imagick 3.0.0 and later the image would be scaled

SolrQuery::getMlt

(PECL solr >= 0.9.2) Returns whether or not MoreLikeThis results should be enabled public bool SolrQuery::getMlt ( void ) Returns whether or not MoreLikeThis results should be enabled Returns: Returns a boolean on success and NULL if not set.

wincache_ucache_set

(PECL wincache >= 1.1.0) Adds a variable in user cache and overwrites a variable if it already exists in the cache bool wincache_ucache_set ( mixed $key, mixed $value [, int $ttl = 0 ] ) bool wincache_ucache_set ( array $values [, mixed $unused = NULL [, int $ttl = 0 ]] ) Adds a variable in user cache. Overwrites a variable if it already exists in the cache. The added or updated variable remains in the user cache unle