maxdb_get_server_version

(PECL maxdb >= 1.0) Returns the version of the MaxDB server as an integer int maxdb_get_server_version ( resource $link ) Procedural style Object oriented style int $maxdb->server_version; The maxdb_get_server_version() function returns the version of the server connected to (represented by the link parameter) as an integer. The form of this version number is main_version * 10000 + minor_version * 100 + sub_version

MongoCursor::setFlag

(PECL mongo >=1.2.11) Sets arbitrary flags in case there is no method available the specific flag public MongoCursor MongoCursor::setFlag ( int $flag [, bool $set = true ] ) The MongoCursor class has several methods for setting flags on the query object. This method is available in case the MongoDB wire protocol has acquired a new flag, and the driver has not been updated with a method for this new flag. In all other cas

ncurses_color_set

(PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Set active foreground and background colors int ncurses_color_set ( int $pair ) Sets the active foreground and background colors. Any characters written after this function is invoked will have these colors. This function requires terminal colors to be supported and initialized using ncurses_start_color() beforehand. ncurses uses color pairs to specify both fo

xml_parser_get_option

(PHP 4, PHP 5, PHP 7) Get options from an XML parser mixed xml_parser_get_option ( resource $parser, int $option ) Gets an option value from an XML parser. Parameters: parser A reference to the XML parser to get an option from. option Which option to fetch. XML_OPTION_CASE_FOLDING and XML_OPTION_TARGET_ENCODING are available. See xml_parser_set_opti

SplFileInfo::isFile

(PHP 5 >= 5.1.2, PHP 7) Tells if the object references a regular file public bool SplFileInfo::isFile ( void ) Checks if the file referenced by this SplFileInfo object exists and is a regular file. Returns: Returns TRUE if the file exists and is a regular file (not a link), FALSE otherwise. Examples: SplFileInfo::isFile() example

SimpleXMLElement::addAttribute

(PHP 5 >= 5.1.3, PHP 7) Adds an attribute to the SimpleXML element public void SimpleXMLElement::addAttribute ( string $name [, string $value [, string $namespace ]] ) Adds an attribute to the SimpleXML element. Parameters: name The name of the attribute to add. value The value of the attribute. namespace

DOMNode::lookupPrefix

(PHP 5, PHP 7) Gets the namespace prefix of the node based on the namespace URI public string DOMNode::lookupPrefix ( string $namespaceURI ) Gets the namespace prefix of the node based on the namespace URI. Parameters: namespaceURI The namespace URI. Returns: The prefix of the namespace.

SDO_DAS_XML::loadFile

(^) Returns SDO_DAS_XML_Document object for a given path to xml instance document SDO_XMLDocument SDO_DAS_XML::loadFile ( string $xml_file ) Constructs the tree of SDO_DataObjects from the given address to xml instance document. Returns SDO_DAS_XML_Document Object. Use SDO_DAS_XML_Document::getRootDataObject method to get root data object. Parameters: xml_file Path to

vpopmail_alias_get

(PHP 4 >= 4.0.7, PECL vpopmail >= 0.2) Get all lines of an alias for a domain array vpopmail_alias_get ( string $alias, string $domain ) This function is EXPERIMENTAL. The behaviour of this function, its name, and surrounding documentation may change without notice in a future release of PHP. This function should be used at your own risk. This fun

ParentIterator::__construct

(PHP 5 >= 5.1.0, PHP 7) Constructs a ParentIterator public ParentIterator::__construct ( RecursiveIterator $iterator ) Constructs a ParentIterator on an iterator. Parameters: iterator The iterator being constructed upon. Returns: The ParentIterator. This function is currently not documented; only its argume