maxdb_select_db

(PECL maxdb >= 1.0) Selects the default database for database queries bool maxdb_select_db ( resource $link, string $dbname ) The maxdb_select_db() function selects the default database (specified by the dbname parameter) to be used when performing queries against the database connection represented by the link parameter. Note: This function should only be used to change the default database for the connection. You ca

MongoCollection::createIndex

(PECL mongo >=1.5.0) Creates an index on the specified field(s) if it does not already exist. public bool MongoCollection::createIndex ( array $keys [, array $options = array() ] ) Creates an index on the specified field(s) if it does not already exist. Fields may be indexed with a direction (e.g. ascending or descending) or a special type (e.g. text, geospatial, hashed). Note: This method will use the » createInde

Yaf_Dispatcher::setDefaultController

(Yaf >=1.0.0) Change default controller name public Yaf_Dispatcher Yaf_Dispatcher::setDefaultController ( string $controller ) Parameters: controller Returns:

mb_strtolower

(PHP 4 >= 4.3.0, PHP 5, PHP 7) Make a string lowercase string mb_strtolower ( string $str [, string $encoding = mb_internal_encoding() ] ) Returns str with all alphabetic characters converted to lowercase. Parameters: str The string being lowercased. encoding The encoding parameter is the character encoding. If it is omitted, the int

UConverter::transcode

(PHP 5.5.0, PHP 7, PECL >= 3.0.0a1) Convert string from one charset to another public static string UConverter::transcode ( string $str, string $toEncoding, string $fromEncoding [, array $options ] ) Parameters: str toEncoding fromEncoding options Retur

PDF_setgray

(PHP 4, PECL pdflib >= 1.0.0) Set color to gray [deprecated] bool PDF_setgray ( resource $p, float $g ) Sets the current fill and stroke color to a gray value between 0 and 1 inclusive. Returns TRUE on success or FALSE on failure. This function is deprecated since PDFlib version 4, use PDF_setcolor() instead.

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:

ReflectionFunctionAbstract::getNamespaceName

(PHP 5 >= 5.3.0, PHP 7) Gets namespace name public string ReflectionFunctionAbstract::getNamespaceName ( void ) Get the namespace name where the class is defined. Returns: The namespace name. This function is currently not documented; only its argument list is available. See also:

fbsql_fetch_array

(PHP 4 >= 4.0.6, PHP 5, PHP 7) Fetch a result row as an associative array, a numeric array, or both array fbsql_fetch_array ( resource $result [, int $result_type ] ) fbsql_fetch_array() is a combination of fbsql_fetch_row() and fbsql_fetch_assoc(). An important thing to note is that using fbsql_fetch_array() is NOT significantly slower than using fbsql_fetch_row(), while it provides a significant added value.

iconv

(PHP 4 >= 4.0.5, PHP 5, PHP 7) Convert string to requested character encoding string iconv ( string $in_charset, string $out_charset, string $str ) Performs a character set conversion on the string str from in_charset to out_charset. Parameters: in_charset The input charset. out_charset The output charset. If you append the string