ImagickDraw::getStrokeAntialias

(PECL imagick 2.0.0) Returns the current stroke antialias setting bool ImagickDraw::getStrokeAntialias ( void ) Returns the current stroke antialias setting. Stroked outlines are antialiased by default. When antialiasing is disabled stroked pixels are thresholded to determine if the stroke color or underlying canvas color should be used. Returns: Returns TRUE if antialiasing is on and false if it

SplFileObject::flock

(PHP 5 >= 5.1.0, PHP 7) Portable file locking public bool SplFileObject::flock ( int $operation [, int &$wouldblock ] ) Locks or unlocks the file in the same portable way as flock(). Parameters: operation operation is one of the following: LOCK_SH to acquire a shared lock (reader). LOCK_EX to acquire an exclusive lock (writer). LOCK_UN to release a lock

hw_api_content::read

(PHP 4, PHP 5 < 5.2.0, PECL hwapi SVN) Read content string hw_api_content::read ( string $buffer, int $len ) Reads len bytes from the content into the given buffer. Parameters: buffer Reads len bytes from the content into the given buffer. len Number of bytes to read. Returns:

imap_fetchheader

(PHP 4, PHP 5, PHP 7) Returns header for a message string imap_fetchheader ( resource $imap_stream, int $msg_number [, int $options = 0 ] ) This function causes a fetch of the complete, unfiltered » RFC2822 format header of the specified message. Parameters: imap_stream An IMAP stream returned by imap_open(). msg_number The message numbe

Generator::send

(PHP 5 >= 5.5.0, PHP 7) Send a value to the generator public mixed Generator::send ( mixed $value ) Sends the given value to the generator as the result of the current yield expression and resumes execution of the generator. If the generator is not at a yield expression when this method is called, it will first be let to advance to the first yield expression before sending the value. As such it is not necessary to "prim

pg_last_oid

(PHP 4 >= 4.2.0, PHP 5, PHP 7) Returns the last row's OID string pg_last_oid ( resource $result ) pg_last_oid() is used to retrieve the OID assigned to an inserted row. OID field became an optional field from PostgreSQL 7.2 and will not be present by default in PostgreSQL 8.1. When the OID field is not present in a table, the programmer must use pg_result_status() to check for successful insertion. To get the value of

EventBufferEvent::sslGetProtocol

(PECL event >= 1.10.0) Returns the name of the protocol used for current SSL connection. public string EventBufferEvent::sslGetProtocol ( void ) Returns the name of the protocol used for current SSL connection. Note: This function is available only if Event is compiled with OpenSSL support. Returns: Returns the name of the protocol used for current SSL connection.

MongoCollection::aggregateCursor

(PECL mongo >=1.5.0) Execute an aggregation pipeline command and retrieve results through a cursor public MongoCommandCursor MongoCollection::aggregateCursor ( array $command [, array $options ] ) With this method you can execute Aggregation Framework pipelines and retrieve the results through a cursor, instead of getting just one document back as you would with MongoCollection::aggregate(). This method returns a MongoCom

SolrQuery::setMltMinDocFrequency

(PECL solr >= 0.9.2) Sets the mltMinDoc frequency public SolrQuery SolrQuery::setMltMinDocFrequency ( int $minDocFrequency ) The frequency at which words will be ignored which do not occur in at least this many docs. Parameters: minDocFrequency Sets the frequency at which words will be ignored which do not occur in at least this many docs. Returns:

ocinumcols

(PHP 4, PHP 5, PHP 7, PECL OCI8 >= 1.0.0) Alias of oci_num_fields() Alias of oci_num_fields() This alias has been DEPRECATED as of PHP 5.4.0. Relying on this alias is highly discouraged.