Yaf_Request_Abstract::getParams

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

Gmagick::hasnextimage

(PECL gmagick >= Unknown) Checks if the object has more images public mixed Gmagick::hasnextimage ( void ) Returns TRUE if the object has more images when traversing the list in the forward direction. Returns: Returns TRUE if the object has more images when traversing the list in the forward direction, returns FALSE if there are none. Exception: Throws an Gmagi

SoapClient::SoapClient

(PHP 5 >= 5.0.1, PHP 7) SoapClient constructor public SoapClient::SoapClient ( mixed $wsdl [, array $options ] ) This constructor creates SoapClient objects in WSDL or non-WSDL mode. Parameters: wsdl URI of the WSDL file or NULL if working in non-WSDL mode. Note: During development, WSDL caching may be disabled by the use of the soap.wsdl_cache_ttl php.ini setting

Imagick::colorizeImage

(PECL imagick 2.0.0) Blends the fill color with the image bool Imagick::colorizeImage ( mixed $colorize, mixed $opacity ) Blends the fill color with each pixel in the image. Parameters: colorize ImagickPixel object or a string containing the colorize color opacity ImagickPixel object or an float containing the opacity value. 1.0 is full

IntlTimeZone::getErrorCode

(PHP 5.5.0, PHP 7, PECL >= 3.0.0a1) Get last error code on the object public integer IntlTimeZone::getErrorCode ( void ) Object oriented style (method): Procedural style: integer intltz_get_error_code ( void ) Returns: This function is currently not documented; only its argument list is available.

SolrQuery::getFacetMethod

(PECL solr >= 0.9.2) Returns the value of the facet.method parameter public string SolrQuery::getFacetMethod ([ string $field_override ] ) Returns the value of the facet.method parameter. This accepts an optional field override. Parameters: field_override The name of the field Returns: Returns a string on success and NULL if not set

Gmagick::setimagegreenprimary

(PECL gmagick >= Unknown) TSets the image chromaticity green primary point. public Gmagick Gmagick::setimagegreenprimary ( float $x, float $y ) Sets the image chromaticity green primary point. Parameters: x The chromaticity green primary x-point. y The chromaticity green primary y-point. Returns: The Gmagic

mysqli_rpl_parse_enabled

(PHP 5 < 5.3.0) Check if RPL parse is enabled int mysqli_rpl_parse_enabled ( mysqli $link ) This function is currently not documented; only its argument list is available. This function has been DEPRECATED and REMOVED as of PHP 5.3.0.

SolrQuery::getStatsFields

(PECL solr >= 0.9.2) Returns all the statistics fields public array SolrQuery::getStatsFields ( void ) Returns all the statistics fields Returns: Returns an array on success and NULL if not set.

read_exif_data

(PHP 4 >= 4.0.1, PHP 5, PHP 7) Alias of exif_read_data() This function is an alias of: exif_read_data().