[ Index ] |
PHP Cross Reference of WordPress |
[Source view] [Print] [Project Stats]
Parse OPML XML files and store in globals.
File Size: | 97 lines (3 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
startElement( $parser, $tag_name, $attrs ) X-Ref |
XML callback function for the start of a new XML tag. param: resource $parser XML Parser resource. param: string $tag_name XML element name. param: array $attrs XML element attributes. since: 0.71 |
endElement( $parser, $tag_name ) X-Ref |
XML callback function that is called at the end of a XML tag. param: resource $parser XML Parser resource. param: string $tag_name XML tag name. since: 0.71 |
Generated: Thu Nov 21 01:00:03 2024 | Cross-referenced by PHPXref 0.7.1 |