SplFileObject::fflush

(PHP 5 >= 5.1.0, PHP 7) Flushes the output to the file public bool SplFileObject::fflush ( void ) Forces a write of all buffered output to the file. Returns: Returns TRUE on success or FALSE on failure. Examples: SplFileObject::fflush() example <?php $file = new SplFileObject('misc.txt', 'r+'); $file->rewind(); $

curl_setopt_array

(PHP 5 >= 5.1.3, PHP 7) Set multiple options for a cURL transfer bool curl_setopt_array ( resource $ch, array $options ) Sets multiple options for a cURL session. This function is useful for setting a large amount of cURL options without repetitively calling curl_setopt(). Parameters: ch A cURL handle returned by curl_init(). options A

vprintf

(PHP 4 >= 4.1.0, PHP 5, PHP 7) Output a formatted string int vprintf ( string $format, array $args ) Display array values as a formatted string according to format (which is described in the documentation for sprintf()). Operates as printf() but accepts an array of arguments, rather than a variable number of arguments. Parameters: format See sprintf() for a descripti

get_object_vars

(PHP 4, PHP 5, PHP 7) Gets the properties of the given object array get_object_vars ( object $object ) Gets the accessible non-static properties of the given object according to scope. Parameters: object An object instance. Returns: Returns an associative array of defined object accessible non-static properties for the specified object in scope.

cairo_font_options_equal

(PECL cairo >= 0.1.0) Description bool cairo_font_options_equal ( CairoFontOptions $options, CairoFontOptions $other ) The function description goes here. Parameters: options Description... other Description... Returns: What is returned on success and failure This functio

newt_get_screen_size

(PECL newt >= 0.1) Fills in the passed references with the current size of the terminal void newt_get_screen_size ( int &$cols, int &$rows ) Fills in the passed references with the current size of the terminal. Parameters: cols Number of columns in the terminal rows Number of rows in the terminal Returns:

PDO::commit

(PHP 5 >= 5.1.0, PHP 7, PECL pdo >= 0.1.0) Commits a transaction public bool PDO::commit ( void ) Commits a transaction, returning the database connection to autocommit mode until the next call to PDO::beginTransaction() starts a new transaction. Returns: Returns TRUE on success or FALSE on failure. Examples: Committing a basic

dbplus_find

(PHP 4 <= 4.1.0, PECL dbplus >= 0.9) Set a constraint on a relation int dbplus_find ( resource $relation, array $constraints, mixed $tuple ) Places a constraint on the given relation. Further calls to functions like dbplus_curr() or dbplus_next() will only return tuples matching the given constraints. Parameters: relation A relation opened by dbplus_open().

SWFButton::setAction

(PHP 5 <= 5.3.0, PECL ming SVN) Sets the action void SWFButton::setAction ( SWFAction $action ) Sets the action to be performed when the button is clicked. This is a shortcut for SWFButton::addAction() called with the SWFBUTTON_MOUSEUP flag. Parameters: action An SWFAction, returned by SWFAction::__construct(). Returns: No value is returned

cubrid_put

(PECL CUBRID >= 8.3.0) Update a column using OID int cubrid_put ( resource $conn_identifier, string $oid [, string $attr ], mixed $value ) The cubrid_put() function is used to update an attribute of the instance of the given oid. You can update single attribute by using string data type to set attr. In such case, you can use integer, floating point or string type data for the value argument. To update multiple number of