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

SDO_Model_Type::getName

(^) Get the name of the type string SDO_Model_Type::getName ( void ) Returns the name of the type. The combination of type name and namespace URI is used to uniquely identify the type. Returns: Returns the name of the type. This function is EXPERIMENTAL. The behaviour of this function, its name, and surrounding documentation may change without notice in a fut

Internal (built-in) functions

Memcached::append

(PECL memcached >= 0.1.0) Append data to an existing item public bool Memcached::append ( string $key, string $value ) Memcached::append() appends the given value string to the value of an existing item. The reason that value is forced to be a string is that appending mixed types is not well-defined. Note: If the Memcached::OPT_COMPRESSION is enabled, the operation will fail and a warning will be issued, because appen

newt_form

(PECL newt >= 0.1) Create a form resource newt_form ([ resource $vert_bar [, string $help [, int $flags ]]] ) Create a new form. Parameters: vert_bar Vertical scrollbar which should be associated with the form help Help text string flags Various flags Returns: Returns a re

HaruDoc::insertPage

(PECL haru >= 0.0.1) Insert new page just before the specified page object HaruDoc::insertPage ( object $page ) Creates a new page and inserts just before the specified page. Parameters: page A valid HaruPage instance. Returns: Returns a new HaruPage instance. Exception: Throws a HaruException on error.

apache_note

(PHP 4, PHP 5, PHP 7) Get and set apache request notes string apache_note ( string $note_name [, string $note_value = "" ] ) This function is a wrapper for Apache's table_get and table_set. It edits the table of notes that exists during a request. The table's purpose is to allow Apache modules to communicate. The main use for apache_note() is to pass information from one module to another within the same request.

cairo_ps_get_levels

(PECL cairo >= 0.1.0) Description array cairo_ps_get_levels ( void ) The function description goes here. Returns: What is returned on success and failure This function is currently not documented; only its argument list is available. Exception: When does this function issue E_* level errors, and/or throw exceptions.

DOMCharacterData::insertData

(PHP 5, PHP 7) Insert a string at the specified 16-bit unit offset void DOMCharacterData::insertData ( int $offset, string $data ) Inserts string data at position offset. Parameters: offset The character offset at which to insert. data The string to insert. Returns: No value is returned.

imap_ping

(PHP 4, PHP 5, PHP 7) Check if the IMAP stream is still active bool imap_ping ( resource $imap_stream ) imap_ping() pings the stream to see if it's still active. It may discover new mail; this is the preferred method for a periodic "new mail check" as well as a "keep alive" for servers which have inactivity timeout. Parameters: imap_stream An IMAP stream returned by imap_o