Properties

Examples: property declarations Class member variables are called "properties". You may also see them referred to using other terms such as "attributes" or "fields", but for the purposes of this reference we will use "properties". They are defined by using one of the keywords public, protected, or private, followed by a normal variable declaration. This declaration may include an initialization, but this initialization must be a constant value--that is, it must be able

MongoDB::getCollectionNames

(PECL mongo >=1.3.0) Gets an array of names for all collections in this database public array MongoDB::getCollectionNames ([ array $options = array() ] ) Gets a list of all collections in the database and returns their names as an array of strings. Note: This method will use the » listCollections database command when communicating with MongoDB 2.8+. For previous database versions, the method will query the special syst

OAuth::getAccessToken

(PECL OAuth >= 0.99.1) Fetch an access token public array OAuth::getAccessToken ( string $access_token_url [, string $auth_session_handle [, string $verifier_token [, string $http_method ]]] ) Fetch an access token, secret and any additional response parameters from the service provider. Parameters: access_token_url URL to the access token API. a

mysqli::real_connect

(PHP 5, PHP 7) Opens a connection to a mysql server bool mysqli::real_connect ([ string $host [, string $username [, string $passwd [, string $dbname [, int $port [, string $socket [, int $flags ]]]]]]] ) Object oriented style Procedural style bool mysqli_real_connect ( mysqli $link [, string $host [, string $username [, string $passwd [, string $dbname [, int $port [, string $socket [, int $flags ]]]]]]] ) Establish a conn

MongoDB::listCollections

(PECL mongo >=0.9.0) Gets an array of MongoCollection objects for all collections in this database public array MongoDB::listCollections ([ array $options = array() ] ) Gets a list of all collections in the database and returns them as an array of MongoCollection objects. Note: This method will use the » listCollections database command when communicating with MongoDB 2.8+. For previous database versions, the method wil

SolrDocumentField::__destruct

(PECL solr >= 0.9.2) Destructor public void SolrDocumentField::__destruct ( void ) Destructor. Returns: None.

db2_field_width

(PECL ibm_db2 >= 1.0.0) Returns the width of the current value of the indicated column in a result set int db2_field_width ( resource $stmt, mixed $column ) Returns the width of the current value of the indicated column in a result set. This is the maximum width of the column for a fixed-length data type, or the actual width of the column for a variable-length data type. Parameters:

msession_inc

(PHP 4 >= 4.2.0, PHP 5 <= 5.1.2) Increment value in session string msession_inc ( string $session, string $name ) This function is currently not documented; only its argument list is available.

yaml_parse

(PECL yaml >= 0.4.0) Parse a YAML stream mixed yaml_parse ( string $input [, int $pos = 0 [, int &$ndocs [, array $callbacks ]]] ) Convert all or part of a YAML document stream to a PHP variable. Parameters: input The string to parse as a YAML document stream. pos Document to extract from stream (-1 for all documents, 0 for firs

newt_scale

(PECL newt >= 0.1) resource newt_scale ( int $left, int $top, int $width, int $full_value ) Parameters: left top width full_value Returns: This function is currently not documented; only its argument list is available.