quotemeta

(PHP 4, PHP 5, PHP 7) Quote meta characters string quotemeta ( string $str ) Returns a version of str with a backslash character (\) before every character that is among these: . \ + * ? [ ^ ] ( $ ) Parameters: str The input string. Returns: Returns the string with meta characters quoted, or FALSE if an empty string is given as str.

MongoClient::connect

(PECL mongo >=1.3.0) Connects to a database server public bool MongoClient::connect ( void ) Returns: If the connection was successful. Exception: Throws MongoConnectionException if it fails to connect to the database.

pg_query

(PHP 4 >= 4.2.0, PHP 5, PHP 7) Execute a query resource pg_query ([ resource $connection ], string $query ) pg_query() executes the query on the specified database connection. pg_query_params() should be preferred in most cases. If an error occurs, and FALSE is returned, details of the error can be retrieved using the pg_last_error() function if the connection is valid. Note: Although connection can be omitted, it is

phar://

PHP Archive The phar:// stream wrapper is available since PHP 5.3.0. See Phar stream wrapper for detailed description. See also: Phar context options -

newt_entry_set_flags

(PECL newt >= 0.1) void newt_entry_set_flags ( resource $entry, int $flags, int $sense ) Parameters: entry flags sense Returns: No value is returned. This function is currently not documented; only its argument list is available.

mailparse_msg_create

(PECL mailparse >= 0.9.0) Create a mime mail resource resource mailparse_msg_create ( void ) Create a MIME mail resource. Returns: Returns a handle that can be used to parse a message. See also: mailparse_msg_free() - mailparse_msg_parse_file() -

radius_auth_open

(PECL radius >= 1.1.0) Creates a Radius handle for authentication resource radius_auth_open ( void ) Returns: Returns a handle on success, FALSE on error. This function only fails if insufficient memory is available. Examples: radius_auth_open() example <?php $radh = radius_auth_open()     or die ("Could not create ha

Imagick::getImageCompressionQuality

(PECL imagick 2.2.2) Gets the current image's compression quality int Imagick::getImageCompressionQuality ( void ) Gets the current image's compression quality Returns: Returns integer describing the images compression quality

MongoClient::getWriteConcern

(PECL mongo >=1.5.0) Get the write concern for this connection public array MongoClient::getWriteConcern ( void ) Returns: This function returns an array describing the write concern. The array contains the values w for an integer acknowledgement level or string mode, and wtimeout denoting the maximum number of milliseconds to wait for the server to satisfy the write concern.

SolrResponse::getDigestedResponse

(PECL solr >= 0.9.2) Returns the XML response as serialized PHP data public string SolrResponse::getDigestedResponse ( void ) Returns the XML response as serialized PHP data Returns: Returns the XML response as serialized PHP data