SolrQuery::removeExpandSortField

(PECL solr >= 2.2.0) Removes an expand sort field from the expand.sort parameter. public SolrQuery SolrQuery::removeExpandSortField ( string $field ) Removes an expand sort field from the expand.sort parameter. Parameters: field field name Returns: SolrQuery See also:

pi

(PHP 4, PHP 5, PHP 7) Get value of pi float pi ( void ) Returns an approximation of pi. The returned float has a precision based on the precision directive in php.ini, which defaults to 14. Also, you can use the M_PI constant which yields identical results to pi(). Returns: The value of pi as float. Examples: pi() example

ImagickDraw::setStrokeAlpha

(PECL imagick 2.0.0) Specifies the opacity of stroked object outlines bool ImagickDraw::setStrokeAlpha ( float $opacity ) Specifies the opacity of stroked object outlines. Parameters: opacity opacity Returns: No value is returned. This function is currently not documented; only its argument list is available.

mysqli_result::fetch_field

(PHP 5, PHP 7) Returns the next field in the result set object mysqli_result::fetch_field ( void ) Object oriented style Procedural style object mysqli_fetch_field ( mysqli_result $result ) Returns the definition of one column of a result set as an object. Call this function repeatedly to retrieve information about all columns in the result set. Parameters: result Procedu

ImagickDraw::setFillColor

(PECL imagick 2.0.0) Sets the fill color to be used for drawing filled objects bool ImagickDraw::setFillColor ( ImagickPixel $fill_pixel ) Sets the fill color to be used for drawing filled objects. Parameters: fill_pixel ImagickPixel to use to set the color Returns: No value is returned. This function is curre

ImagickDraw::setStrokeDashOffset

(PECL imagick 2.0.0) Specifies the offset into the dash pattern to start the dash bool ImagickDraw::setStrokeDashOffset ( float $dash_offset ) Specifies the offset into the dash pattern to start the dash. Parameters: dash_offset dash offset Returns: No value is returned. This function is currently not document

Imagick::getFormat

(PECL imagick 2.0.0) Returns the format of the Imagick object string Imagick::getFormat ( void ) Returns the format of the Imagick object. Returns: Returns the format of the image. Exception: Throws ImagickException on error.

ZipArchive::setExternalAttributesName

(PHP 5 >= 5.6.0, PHP 7, PECL zip >= 1.12.4) Set the external attributes of an entry defined by its name bool ZipArchive::setExternalAttributesName ( string $name, int $opsys, int $attr [, int $flags ] ) Set the external attributes of an entry defined by its name. Parameters: name Name of the entry. opsys The operating system code

ifx_get_blob

(PHP 4, PHP <=5.2.0) Return the content of a blob object string ifx_get_blob ( int $bid ) Returns the content of the blob object. Parameters: bid The BLOB object id. Returns: The contents of the BLOB as a string, or FALSE on errors. See also: ifx_get_char()

Imagick::getImageChannelDepth

(PECL imagick 2.0.0) Gets the depth for a particular image channel int Imagick::getImageChannelDepth ( int $channel ) Gets the depth for a particular image channel. Parameters: channel Provide any channel constant that is valid for your channel mode. To apply to more than one channel, combine channel constants using bitwise operators. Defaults to Imagick::CHANNEL_DEFAULT.