time_nanosleep

(PHP 5, PHP 7) Delay for a number of seconds and nanoseconds mixed time_nanosleep ( int $seconds, int $nanoseconds ) Delays program execution for the given number of seconds and nanoseconds. Parameters: seconds Must be a non-negative integer. nanoseconds Must be a non-negative integer less than 1 billion. Returns:

GmagickDraw::rotate

(PECL gmagick >= Unknown) Applies the specified rotation to the current coordinate space public GmagickDraw GmagickDraw::rotate ( float $degrees ) Applies the specified rotation to the current coordinate space. Parameters: degrees degrees of rotation Returns: The GmagickDraw object on success

MongoDB::getGridFS

(PECL mongo >=0.9.0) Fetches toolkit for dealing with files stored in this database public MongoGridFS MongoDB::getGridFS ([ string $prefix = "fs" ] ) Parameters: prefix The prefix for the files and chunks collections. Returns: Returns a new gridfs object for this database. Examples:

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

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.