DOMNode::appendChild

(PHP 5, PHP 7) Adds new child at the end of the children public DOMNode DOMNode::appendChild ( DOMNode $newnode ) This function appends a child to an existing list of children or creates a new list of children. The child can be created with e.g. DOMDocument::createElement(), DOMDocument::createTextNode() etc. or simply by using any other node. Parameters: newnode The ap

pg_tty

(PHP 4, PHP 5, PHP 7) Return the TTY name associated with the connection string pg_tty ([ resource $connection ] ) pg_tty() returns the TTY name that server side debugging output is sent to on the given PostgreSQL connection resource. Note: pg_tty() is obsolete, since the server no longer pays attention to the TTY setting, but the function remains for backwards compatibility. Parameters:

msql_db_query

(PHP 4, PHP 5, PHP 7) Send mSQL query resource msql_db_query ( string $database, string $query [, resource $link_identifier ] ) msql_db_query() selects a database and executes a query on it. Parameters: database The name of the mSQL database. query The SQL query. link_identifier The mSQL connection. If

variant_cast

(PHP 5, PHP 7) Convert a variant into a new variant object of another type variant variant_cast ( variant $variant, int $type ) This function makes a copy of variant and then performs a variant cast operation to force the copy to have the type given by type. This function wraps VariantChangeType() in the COM library; consult MSDN for more information. Parameters: variant

TokyoTyrantTable::putShl

(PECL tokyo_tyrant >= 0.1.0) Concatenates to a record public void TokyoTyrantTable::putShl ( string $key, string $value, int $width ) This method is not supported on table databases. Calling this method through TokyoTyrantTable is considered an error and an TokyoTyrantException will be thrown. Parameters: key A string key value The

Exception::getMessage

(PHP 5 >= 5.1.0, PHP 7) Gets the Exception message final public string Exception::getMessage ( void ) Returns the Exception message. Returns: Returns the Exception message as a string. Examples: Exception::getMessage() example <?php try {     throw new Exception("Some error message"); } catch(Exception $e) {     ech

MongoGridFSCursor::__construct

(PECL mongo >=0.9.0) Create a new cursor public MongoGridFSCursor::__construct ( MongoGridFS $gridfs, resource $connection, string $ns, array $query, array $fields ) Parameters: gridfs Related GridFS collection. connection Database connection. ns Full name of database and collection.

Yaf_Controller_Abstract::init

(Yaf >=1.0.0) Controller initializer public void Yaf_Controller_Abstract::init ( void ) Yaf_Controller_Abstract::__construct() is final, which means users can not override it. but users can define Yaf_Controller_Abstract::init(), which will be called after controller object is instantiated. Returns: See also:

Ev::suspend

(PECL ev >= 0.2.0) Suspend the default event loop final public static void Ev::suspend ( void ) Ev::suspend() and Ev::resume() methods suspend and resume the default loop correspondingly. All timer watchers will be delayed by the time spend between suspend and resume , and all periodic watchers will be rescheduled(that is, they will lose any events that would have occurred while suspended). After calling Ev::suspend(

SolrDisMaxQuery::addQueryField

(No version information available, might only be in Git) Add a query field with optional boost (qf parameter) public SolrDisMaxQuery SolrDisMaxQuery::addQueryField ( string $field [, string $boost ] ) Add a query field with optional boost (qf parameter) Parameters: field field name boost Boost value. Boosts documents with matching terms