imagefilledellipse

(PHP 4 >= 4.0.6, PHP 5, PHP 7) Draw a filled ellipse bool imagefilledellipse ( resource $image, int $cx, int $cy, int $width, int $height, int $color ) Draws an ellipse centered at the specified coordinate on the given image. Parameters: image An image resource, returned by one of the image creation functions, such as imagecreatetruecolor(). cx

GmagickDraw::gettextencoding

(PECL gmagick >= Unknown) Returns the code set used for text annotations public string GmagickDraw::gettextencoding ( void ) Returns a string which specifies the code set used for text annotations. Returns: Returns a string specifying the code set or false if text encoding is not set.

SWFSprite::remove

(PHP 5 <= 5.3.0, PECL ming SVN) Removes an object to a sprite void SWFSprite::remove ( object $object ) swfsprite::remove() remove a swfshape(), a swfbutton(), a swftext(), a swfaction() or a swfsprite() object from the sprite. Returns: No value is returned. This function is EXPERIMENTAL. The behaviour of this function, its name, and surrounding documentati

m_connect

(PHP 4 >= 4.3.9, PHP 5 <= 5.0.5, PECL mcve >= 1.0.0) Establish the connection to MCVE int m_connect ( resource $conn ) Parameters: conn An MCVE_CONN resource returned by m_initengine(). Returns: This function is currently not documented; only its argument list is available.

snmp3_set

(PHP 4, PHP 5, PHP 7) Set the value of an SNMP object bool snmp3_set ( string $host, string $sec_name, string $sec_level, string $auth_protocol, string $auth_passphrase, string $priv_protocol, string $priv_passphrase, string $object_id, string $type, string $value [, int $timeout = 1000000 [, int $retries = 5 ]] ) snmp3_set() is used to set the value of an SNMP object specified by the object_id. Even if the security leve

SDO_DataObject::createDataObject

(^) Create a child SDO_DataObject SDO_DataObject SDO_DataObject::createDataObject ( mixed $identifier ) Create a child SDO_DataObject of the default type for the property identified. The data object is automatically inserted into the tree and a reference to it is returned. Parameters: identifier Identifies the property for the data object type to be created. Can be eith

imap_errors

(PHP 4, PHP 5, PHP 7) Returns all of the IMAP errors that have occurred array imap_errors ( void ) Gets all of the IMAP errors (if any) that have occurred during this page request or since the error stack was reset. When imap_errors() is called, the error stack is subsequently cleared. Returns: This function returns an array of all of the IMAP error messages generated since the last imap_errors(

soundex

(PHP 4, PHP 5, PHP 7) Calculate the soundex key of a string string soundex ( string $str ) Calculates the soundex key of str. Soundex keys have the property that words pronounced similarly produce the same soundex key, and can thus be used to simplify searches in databases where you know the pronunciation but not the spelling. This soundex function returns a string 4 characters long, starting with a letter. This particul

cubrid_lob2_bind

(PECL CUBRID >= 8.4.1) Bind a lob object or a string as a lob object to a prepared statement as parameters. bool cubrid_lob2_bind ( resource $req_identifier, int $bind_index, mixed $bind_value [, string $bind_value_type ] ) The cubrid_lob2_bind() function is used to bind BLOB/CLOB datas to a corresponding question mark placeholder in the SQL statement that was passed to cubrid_prepare(). If bind_value_type is not given, s

Phar::stopBuffering

(PHP >= 5.3.0, PECL phar >= 1.0.0) Stop buffering write requests to the Phar archive, and save changes to disk public void Phar::stopBuffering ( void ) Phar::stopBuffering() is used in conjunction with the Phar::startBuffering() method. Phar::startBuffering() can provide a significant performance boost when creating or modifying a Phar archive with a large number of files. Ordinarily, every time a file within a Phar a