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

DOMDocument::saveHTML

(PHP 5, PHP 7) Dumps the internal document into a string using HTML formatting public string DOMDocument::saveHTML ([ DOMNode $node = NULL ] ) Creates an HTML document from the DOM representation. This function is usually called after building a new dom document from scratch as in the example below. Parameters: node Optional parameter to output a subset of the document

stats_dens_normal

(PECL stats >= 1.0.0) Not documented float stats_dens_normal ( float $x, float $ave, float $stdev ) Parameters: x ave stdev Returns: This function is currently not documented; only its argument list is available.

ps_arc

(PECL ps >= 1.1.0) Draws an arc counterclockwise bool ps_arc ( resource $psdoc, float $x, float $y, float $radius, float $alpha, float $beta ) Draws a portion of a circle with at middle point at (x, y). The arc starts at an angle of alpha and ends at an angle of beta. It is drawn counterclockwise (use ps_arcn() to draw clockwise). The subpath added to the current path starts on the arc at angle alpha and ends on the arc a

trader_cdlshortline

(PECL trader >= 0.2.0) Short Line Candle array trader_cdlshortline ( array $open, array $high, array $low, array $close ) Parameters: open Opening price, array of real values. high High price, array of real values. low Low price, array of real values. close Closing

ibase_blob_get

(PHP 5, PHP 7) Get len bytes data from open blob string ibase_blob_get ( resource $blob_handle, int $len ) This function returns at most len bytes from a BLOB that has been opened for reading by ibase_blob_open(). Note: It is not possible to read from a BLOB that has been opened for writing by ibase_blob_create(). Parameters: blob_handle A BLOB handle opened with iba

MultipleIterator::countIterators

(PHP 5 >= 5.3.0, PHP 7) Gets the number of attached iterator instances public int MultipleIterator::countIterators ( void ) Gets the number of attached iterator instances. Returns: The number of attached iterator instances (as an integer). This function is currently not documented; only its argument list is available.

ibase_blob_import

(PHP 5, PHP 7) Create blob, copy file in it, and close it string ibase_blob_import ( resource $link_identifier, resource $file_handle ) string ibase_blob_import ( resource $file_handle ) This function creates a BLOB, reads an entire file into it, closes it and returns the assigned BLOB id. Parameters: link_identifier An InterBase link identifier. If omitted, the last ope