SolrQuery::setMltMinDocFrequency

(PECL solr >= 0.9.2) Sets the mltMinDoc frequency public SolrQuery SolrQuery::setMltMinDocFrequency ( int $minDocFrequency ) The frequency at which words will be ignored which do not occur in at least this many docs. Parameters: minDocFrequency Sets the frequency at which words will be ignored which do not occur in at least this many docs. Returns:

ocinumcols

(PHP 4, PHP 5, PHP 7, PECL OCI8 >= 1.0.0) Alias of oci_num_fields() Alias of oci_num_fields() This alias has been DEPRECATED as of PHP 5.4.0. Relying on this alias is highly discouraged.

TokyoTyrant::vanish

(PECL tokyo_tyrant >= 0.1.0) Empties the database public mixed TokyoTyrant::vanish ( void ) Empties a remote database Returns: This method returns the current object and throws TokyoTyrantException on failure. Examples: TokyoTyrant::vanish() example <?php $tt = new TokyoTyrant("localhost"); $tt->vanish(); ?>

Gmagick::rotateimage

(PECL gmagick >= Unknown) Rotates an image public Gmagick Gmagick::rotateimage ( mixed $color, float $degrees ) Rotates an image the specified number of degrees. Empty triangles left over from rotating the image are filled with the background color. Parameters: color The background pixel. degrees The number of degrees to rotate the i

ReflectionProperty::isDefault

(PHP 5, PHP 7) Checks if property is a default property public bool ReflectionProperty::isDefault ( void ) Checks whether the property was declared at compile-time, or whether the property was dynamically declared at run-time. Returns: TRUE if the property was declared at compile-time, or FALSE if it was created at run-time. Examples:

openssl_x509_check_private_key

(PHP 4 >= 4.2.0, PHP 5, PHP 7) Checks if a private key corresponds to a certificate bool openssl_x509_check_private_key ( mixed $cert, mixed $key ) Checks whether the given key is the private key that corresponds to cert. Parameters: cert The certificate. key The private key. Returns: Returns TRUE if key is

maxdb_field_tell

(PECL maxdb >= 1.0) Get current field offset of a result pointer int maxdb_field_tell ( resource $result ) Procedural style Object oriented style int $maxdb_result->current_field; Returns the position of the field cursor used for the last maxdb_fetch_field() call. This value can be used as an argument to maxdb_field_seek(). Returns: Returns current offset of field cursor.

mb_decode_mimeheader

(PHP 4 >= 4.0.6, PHP 5, PHP 7) Decode string in MIME header field string mb_decode_mimeheader ( string $str ) Decodes encoded-word string str in MIME header. Parameters: str The string being decoded. Returns: The decoded string in internal character encoding. See also:

bzerrstr

(PHP 4 >= 4.0.4, PHP 5, PHP 7) Returns a bzip2 error string string bzerrstr ( resource $bz ) Gets the error string of any bzip2 error returned by the given file pointer. Parameters: bz The file pointer. It must be valid and must point to a file successfully opened by bzopen(). Returns: Returns a string containing the error message.

ps_fill_stroke

(PECL ps >= 1.1.0) Fills and strokes the current path bool ps_fill_stroke ( resource $psdoc ) Fills and draws the path constructed with previously called drawing functions like ps_lineto(). Parameters: psdoc Resource identifier of the postscript file as returned by ps_new(). Returns: Returns TRUE on success or FALSE on failure.