php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
Data Structures | |
class | Attr |
class | CDATASection |
class | CharacterData |
interface | ChildNode |
class | Comment |
class | Document |
class | DocumentFragment |
class | DocumentType |
class | DtdNamedNodeMap |
class | Element |
class | Entity |
class | EntityReference |
class | HTMLCollection |
class | HTMLDocument |
class | HTMLElement |
class | Implementation |
class | NamedNodeMap |
class | NamespaceInfo |
class | Node |
class | NodeList |
class | Notation |
interface | ParentNode |
class | ProcessingInstruction |
class | Text |
class | TokenList |
class | XMLDocument |
class | XPath |
Enumerations | |
enum | AdjacentPosition : string { AfterEnd = "afterend" } |
Functions | |
import_simplexml (object $node) | |
Variables | |
const | INDEX_SIZE_ERR = UNKNOWN |
const | STRING_SIZE_ERR = UNKNOWN |
const | HIERARCHY_REQUEST_ERR = UNKNOWN |
const | WRONG_DOCUMENT_ERR = UNKNOWN |
const | INVALID_CHARACTER_ERR = UNKNOWN |
const | NO_DATA_ALLOWED_ERR = UNKNOWN |
const | NO_MODIFICATION_ALLOWED_ERR = UNKNOWN |
const | NOT_FOUND_ERR = UNKNOWN |
const | NOT_SUPPORTED_ERR = UNKNOWN |
const | INUSE_ATTRIBUTE_ERR = UNKNOWN |
const | INVALID_STATE_ERR = UNKNOWN |
const | SYNTAX_ERR = UNKNOWN |
const | INVALID_MODIFICATION_ERR = UNKNOWN |
const | NAMESPACE_ERR = UNKNOWN |
const | VALIDATION_ERR = UNKNOWN |
const | HTML_NO_DEFAULT_NS = UNKNOWN |
enum Dom::AdjacentPosition : string |
Enumerator | |
---|---|
AfterEnd |
Definition at line 1555 of file php_dom.stub.php.
Dom\import_simplexml | ( | object | $node | ) |
Definition at line 2170 of file php_dom.stub.php.
const Dom\HIERARCHY_REQUEST_ERR = UNKNOWN |
Definition at line 1255 of file php_dom.stub.php.
const Dom\HTML_NO_DEFAULT_NS = UNKNOWN |
Definition at line 1321 of file php_dom.stub.php.
const Dom\INDEX_SIZE_ERR = UNKNOWN |
Definition at line 1245 of file php_dom.stub.php.
const Dom\INUSE_ATTRIBUTE_ERR = UNKNOWN |
Definition at line 1290 of file php_dom.stub.php.
const Dom\INVALID_CHARACTER_ERR = UNKNOWN |
Definition at line 1265 of file php_dom.stub.php.
const Dom\INVALID_MODIFICATION_ERR = UNKNOWN |
Definition at line 1305 of file php_dom.stub.php.
const Dom\INVALID_STATE_ERR = UNKNOWN |
Definition at line 1295 of file php_dom.stub.php.
const Dom\NAMESPACE_ERR = UNKNOWN |
Definition at line 1310 of file php_dom.stub.php.
const Dom\NO_DATA_ALLOWED_ERR = UNKNOWN |
Definition at line 1270 of file php_dom.stub.php.
const Dom\NO_MODIFICATION_ALLOWED_ERR = UNKNOWN |
Definition at line 1275 of file php_dom.stub.php.
const Dom\NOT_FOUND_ERR = UNKNOWN |
Definition at line 1280 of file php_dom.stub.php.
const Dom\NOT_SUPPORTED_ERR = UNKNOWN |
Definition at line 1285 of file php_dom.stub.php.
const Dom\STRING_SIZE_ERR = UNKNOWN |
Definition at line 1250 of file php_dom.stub.php.
const Dom\SYNTAX_ERR = UNKNOWN |
Definition at line 1300 of file php_dom.stub.php.
const Dom\VALIDATION_ERR = UNKNOWN |
Definition at line 1315 of file php_dom.stub.php.
const Dom\WRONG_DOCUMENT_ERR = UNKNOWN |
Definition at line 1260 of file php_dom.stub.php.