gupnp_service_info_get_introspection

(PECL gupnp >= 0.1.0) Get resource introspection of service mixed gupnp_service_info_get_introspection ( resource $proxy [, mixed $callback [, mixed $arg ]] ) Get resource introspection of service or register callback if corresponding parameter was passed. Parameters: proxy A service proxy identifier. callback The callback function t

mssql_fetch_object

(PHP 4, PHP 5, PECL odbtp >= 1.1.1) Fetch row as object object mssql_fetch_object ( resource $result ) mssql_fetch_object() is similar to mssql_fetch_array(), with one difference - an object is returned, instead of an array. Indirectly, that means that you can only access the data by the field names, and not by their offsets (numbers are illegal property names). Speed-wise, the function is identical to mssql_fetch_array

XMLReader::moveToAttributeNs

(PHP 5 >= 5.1.0, PHP 7) Move cursor to a named attribute public bool XMLReader::moveToAttributeNs ( string $localName, string $namespaceURI ) Positions cursor on the named attribute in specified namespace. Parameters: localName The local name. namespaceURI The namespace URI. Returns: Returns TRUE on success

XMLDiff\Base::diff

(PECL xmldiff >= 0.8.0) Produce diff of two XML documents abstract public mixed XMLDiff\Base::diff ( mixed $from, mixed $to ) Abstract diff method to be implemented by inheriting classes. The basic purpose of this method is to produce diff of the two documents. The param order matters and will produce different output. Parameters: from Source XML document.

XMLDiff\File::diff

(PECL xmldiff >= 0.8.0) Diff two XML files public string XMLDiff\File::diff ( string $from, string $to ) Diff two local XML files and produce string with the diff information. Parameters: from Path to the source document. to Path to the target document. Returns: String with the XML document containing the di

DOMNodelist::item

(PHP 5, PHP 7) Retrieves a node specified by index DOMNode DOMNodelist::item ( int $index ) Retrieves a node specified by index within the DOMNodeList object. Tip If you need to know the number of nodes in the collection, use the length property of the DOMNodeList object. Parameters: index Index of the node into the collection. Returns: The

cubrid_current_oid

(PECL CUBRID >= 8.3.0) Get OID of the current cursor location string cubrid_current_oid ( resource $req_identifier ) The cubrid_current_oid() function is used to get the oid of the current cursor location from the query result. To use cubrid_current_oid(), the query executed must be a updatable query, and the CUBRID_INCLUDE_OID option must be included during the query execution. Parameters:

XMLWriter::endDTDElement

(PHP 5 >= 5.1.2, PHP 7, PECL xmlwriter >= 0.1.0) End current DTD element bool XMLWriter::endDTDElement ( void ) Object oriented style Procedural style bool xmlwriter_end_dtd_element ( resource $xmlwriter ) Ends the current DTD element. Parameters: xmlwriter Only for procedural calls. The XMLWriter resource that is being modified. This resource comes from a call to x

ftp_nb_fget

(PHP 4 >= 4.3.0, PHP 5, PHP 7) Retrieves a file from the FTP server and writes it to an open file (non-blocking) int ftp_nb_fget ( resource $ftp_stream, resource $handle, string $remote_file, int $mode [, int $resumepos = 0 ] ) ftp_nb_fget() retrieves a remote file from the FTP server. The difference between this function and ftp_fget() is that this function retrieves the file asynchronously, so your program can perfor

eio_fchown

(PECL eio >= 0.0.1dev) Change file ownership resource eio_fchown ( mixed $fd, int $uid [, int $gid = -1 [, int $pri = EIO_PRI_DEFAULT [, callable $callback = NULL [, mixed $data = NULL ]]]] ) eio_fchown() changes ownership of the file specified by fd file descriptor. Parameters: fd Stream, Socket resource, or numeric file descriptor. uid