CairoPsSurface::setEps

(PECL cairo >= 0.1.0) The setEps purpose public void CairoPsSurface::setEps ( string $level ) The method description goes here. Parameters: level Description... Returns: Description... This function is currently not documented; only its argument list is available.

ob_get_contents

(PHP 4, PHP 5, PHP 7) Return the contents of the output buffer string ob_get_contents ( void ) Gets the contents of the output buffer without clearing it. Returns: This will return the contents of the output buffer or FALSE, if output buffering isn't active. Examples: A simple ob_get_contents() example <?php ob_start(

ldap_get_option

(PHP 4 >= 4.0.4, PHP 5, PHP 7) Get the current value for given option bool ldap_get_option ( resource $link_identifier, int $option, mixed &$retval ) Sets retval to the value of the specified option. Parameters: link_identifier An LDAP link identifier, returned by ldap_connect(). option The parameter option can be one of: Option

MongoGridFS::find

(PECL mongo >=0.9.0) Queries for files public MongoGridFSCursor MongoGridFS::find ([ array $query = array() [, array $fields = array() ]] ) Parameters: query The query. fields Fields to return. Returns: A MongoGridFSCursor.

SplObjectStorage::contains

(PHP 5 >= 5.1.0, PHP 7) Checks if the storage contains a specific object public bool SplObjectStorage::contains ( object $object ) Checks if the storage contains the object provided. Parameters: object The object to look for. Returns: Returns TRUE if the object is in the storage, FALSE otherwise.

ssh2_sftp_rename

(PECL ssh2 >= 0.9.0) Rename a remote file bool ssh2_sftp_rename ( resource $sftp, string $from, string $to ) Renames a file on the remote filesystem. Parameters: sftp An SSH2 SFTP resource opened by ssh2_sftp(). from The current file that is being renamed. to The new file name that replaces from.

Stomp::readFrame

(PECL stomp >= 0.1.0) Reads the next frame public stompframe Stomp::readFrame ([ string $class_name = "stompFrame" ] ) Object oriented style (method): Procedural style: array stomp_read_frame ( resource $link ) Reads the next frame. It is possible to instantiate an object of a specific class, and pass parameters to that class's constructor. Parameters: link Procedural

solr_get_version

(PECL solr >= 0.9.1) Returns the current version of the Apache Solr extension string solr_get_version ( void ) This function returns the current version of the extension as a string. Returns: It returns a string on success and FALSE on failure. Exception: This function throws no errors or exceptions. Examples: solr

SQLite3::loadExtension

(PHP 5 >= 5.3.0, PHP 7) Attempts to load an SQLite extension library public bool SQLite3::loadExtension ( string $shared_library ) Attempts to load an SQLite extension library. Parameters: shared_library The name of the library to load. The library must be located in the directory specified in the configure option sqlite3.extension_dir. Returns:

stream_context_get_options

(PHP 4 >= 4.3.0, PHP 5, PHP 7) Retrieve options for a stream/wrapper/context array stream_context_get_options ( resource $stream_or_context ) Returns an array of options on the specified stream or context. Parameters: stream_or_context The stream or context to get options from Returns: Returns an associative array with the options.