Procedural File: class_xml.php
Source Location: /inc/class_xml.php
Classes:
XMLParser
The following class is based upon code by Eric Pollman @ http://eric.pollman.net/work/public_domain/ and is licensed under the public domain license.
Page Details:
MyBB 1.4 Copyright © 2008 MyBB Group, All Rights Reserved
Website: http://www.mybboard.net License: http://www.mybboard.net/about/license $Id: class_xml.php 4304 2009-01-02 01:11:56Z chris $
Tags:
kill_tags [line 140]
array kill_tags(
array $array)
|
|
Kill off unnecessary tags and return a clean array of XML data
Tags:
Parameters
| array |
$array |
Array of parsed XML data |
|