Imagick::nextImage

(PECL imagick 2.0.0) Moves to the next image bool Imagick::nextImage ( void ) Associates the next image in the image list with an Imagick object. Returns: Returns TRUE on success.

PharFileInfo::setUncompressed

(PHP >= 5.3.0, PECL phar >= 1.0.0) Uncompresses the current Phar entry within the phar, if it is compressed public bool PharFileInfo::setUncompressed ( void ) Note: This method has been removed from the phar extension as of version 2.0.0. Alternative implementations are available using PharFileInfo::isCompressed(), PharFileInfo::decompress(), and PharFileInfo::compress(). This method decompresses the file inside the

odbc_setoption

(PHP 4, PHP 5, PHP 7) Adjust ODBC settings bool odbc_setoption ( resource $id, int $function, int $option, int $param ) This function allows fiddling with the ODBC options for a particular connection or query result. It was written to help find work around to problems in quirky ODBC drivers. You should probably only use this function if you are an ODBC programmer and understand the effects the various options will have. You

openssl_csr_export_to_file

(PHP 4 >= 4.2.0, PHP 5, PHP 7) Exports a CSR to a file bool openssl_csr_export_to_file ( resource $csr, string $outfilename [, bool $notext = true ] ) openssl_csr_export_to_file() takes the Certificate Signing Request represented by csr and saves it as ascii-armoured text into the file named by outfilename. Parameters: csr openssl_csr_export_to_file() takes the Certif

Imagick::gaussianBlurImage

(PECL imagick 2.0.0) Blurs an image bool Imagick::gaussianBlurImage ( float $radius, float $sigma [, int $channel = Imagick::CHANNEL_ALL ] ) Blurs an image. We convolve the image with a Gaussian operator of the given radius and standard deviation (sigma). For reasonable results, the radius should be larger than sigma. Use a radius of 0 and selects a suitable radius for you. Parameters:

SolrDisMaxQuery::setTrigramPhraseFields

(No version information available, might only be in Git) Directly Sets Trigram Phrase Fields (pf3 parameter) public SolrDisMaxQuery SolrDisMaxQuery::setTrigramPhraseFields ( string $fields ) Directly Sets Trigram Phrase Fields (pf3 parameter) Parameters: fields Trigram Phrase Fields Returns: SolrDisMaxQuery

geoip_record_by_name

(PECL geoip >= 0.2.0) Returns the detailed City information found in the GeoIP Database array geoip_record_by_name ( string $hostname ) The geoip_record_by_name() function will return the record information corresponding to a hostname or an IP address. This function is available for both GeoLite City Edition and commercial GeoIP City Edition. A warning will be issued if the proper database cannot be located. The names

SolrQuery::setExpandRows

(PECL solr >= 2.2.0) Sets the number of rows to display in each group (expand.rows). Server Default 5 public SolrQuery SolrQuery::setExpandRows ( integer $value ) Sets the number of rows to display in each group (expand.rows). Server Default 5 Parameters: value Sets the number of rows to display in each group (expand.rows). Server Default 5 Returns:

PharFileInfo::getPharFlags

(PHP >= 5.3.0, PECL phar >= 1.0.0) Returns the Phar file entry flags public int PharFileInfo::getPharFlags ( void ) This returns the flags set in the manifest for a Phar. This will always return 0 in the current implementation. Returns: The Phar flags (always 0 in the current implementation) Examples: A PharFileInfo::getPharFlags

bbcode_set_arg_parser

(PECL bbcode >= 0.10.2) Attach another parser in order to use another rule set for argument parsing bool bbcode_set_arg_parser ( resource $bbcode_container, resource $bbcode_arg_parser ) Attaches another parser to the bbcode_container. This parser is used only when arguments must be parsed. If this function is not used, the default argument parser is the parser itself. Parameters: