PDOStatement::rowCount

(PHP 5 >= 5.1.0, PHP 7, PECL pdo >= 0.1.0) Returns the number of rows affected by the last SQL statement public int PDOStatement::rowCount ( void ) PDOStatement::rowCount() returns the number of rows affected by the last DELETE, INSERT, or UPDATE statement executed by the corresponding PDOStatement object. If the last SQL statement executed by the associated PDOStatement was a SELECT statement, some databases may r

ImagickDraw::comment

(PECL imagick 2.0.0) Adds a comment bool ImagickDraw::comment ( string $comment ) Adds a comment to a vector output stream. Parameters: comment The comment string to add to vector output stream Returns: No value is returned. This function is currently not documented; only its argument list is available.

event_timer_del

(PECL libevent >= 0.0.2) Alias of event_del() This function is an alias of: event_del().

cubrid_close_prepare

(PECL CUBRID >= 8.3.0) Close the request handle bool cubrid_close_prepare ( resource $req_identifier ) The cubrid_close_prepare() function closes the request handle given by the req_identifier argument, and releases the memory region related to the handle. It is an alias of cubrid_close_request(). Parameters: req_identifier Request identifier. Return

imap_setacl

(PHP 4 >= 4.0.7, PHP 5, PHP 7) Sets the ACL for a given mailbox bool imap_setacl ( resource $imap_stream, string $mailbox, string $id, string $rights ) Sets the ACL for a giving mailbox. Parameters: imap_stream An IMAP stream returned by imap_open(). mailbox The mailbox name, see imap_open() for more information

stats_cdf_uniform

(PECL stats >= 1.0.0) Not documented float stats_cdf_uniform ( float $par1, float $par2, float $par3, int $which ) Parameters: par1 par2 par3 which Returns: This function is currently not documented; only its arg

IntlChar::getIntPropertyValue

(PHP 7) Get the value for a Unicode property for a code point public static int IntlChar::getIntPropertyValue ( mixed $codepoint, int $property ) Gets the property value for an enumerated or integer Unicode property for a code point. Also returns binary and mask property values. Parameters: codepoint The integer codepoint value (e.g. 0x2603 for U+2603 SNOWMAN), or the char

cairo_ps_surface_set_eps

(PECL cairo >= 0.1.0) Description void cairo_ps_surface_set_eps ( CairoPsSurface $surface, bool $level ) The function description goes here. Parameters: surface Description... level Description... Returns: What is returned on success and failure This function is currentl

SDO_DataObject::getSequence

(^) Get the sequence for a data object SDO_Sequence SDO_DataObject::getSequence ( void ) Return the SDO_Sequence for this SDO_DataObject. Accessing the SDO_DataObject through the SDO_Sequence interface acts on the same SDO_DataObject instance data, but preserves ordering across properties. Returns: The SDO_Sequence for this SDO_DataObject, or returns NULL if the SDO_DataObject is not of a type w

imagegd

(PHP 4 >= 4.0.7, PHP 5, PHP 7) Output GD image to browser or file bool imagegd ( resource $image [, string $filename ] ) Outputs a GD image to the given filename. Parameters: image An image resource, returned by one of the image creation functions, such as imagecreatetruecolor(). filename The path to save the file to. If not set or NULL