ncurses_mvvline

(PHP 4 >= 4.2.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Set new position and draw a vertical line using an attributed character and max. n characters long int ncurses_mvvline ( int $y, int $x, int $attrchar, int $n ) Parameters: y x attrchar n

IntlChar::totitle

(PHP 7) Make Unicode character titlecase public static mixed IntlChar::totitle ( mixed $codepoint ) The given character is mapped to its titlecase equivalent. If the character has no titlecase equivalent, the original character itself is returned. Parameters: codepoint The integer codepoint value (e.g. 0x2603 for U+2603 SNOWMAN), or the character encoded as a UTF-8 string

sqlite_libversion

(PHP 5 < 5.4.0, PECL sqlite >= 1.0.0) Returns the version of the linked SQLite library string sqlite_libversion ( void ) Returns the version of the linked SQLite library. Returns: Returns the library version, as a string. See also: sqlite_libencoding() -

Imagick::setResourceLimit

(PECL imagick 2.0.0) Sets the limit for a particular resource in megabytes bool Imagick::setResourceLimit ( int $type, int $limit ) This method is used to modify the resource limits of the underlying ImageMagick library. Parameters: type Refer to the list of resourcetype constants. limit The resource limit. The unit depends on the type

OAuthProvider::callTimestampNonceHandler

(PECL OAuth >= 1.0.0) Calls the timestampNonceHandler callback public void OAuthProvider::callTimestampNonceHandler ( void ) Calls the registered timestamp handler callback function, which is set with OAuthProvider::timestampNonceHandler(). Returns: No value is returned. This function is currently not documented; only its argument list is available.

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