<aclass="el"href="html__parse_8inc_8php.html">html_parse.inc.php</a> Generic html parsing functions<p>
Copyright Gottfried Haider, Danja Vasiliev 2010. This source code is licensed under the GNU General Public License. See the file COPYING for more details.
this function decodes html's special characters except for the content (when it too is not being parsed). this function is more fragile than <aclass="el"href="html__parse_8inc_8php.html#6d9c21ee610953fb5b5b64fae3f74ed3">html_parse_elem()</a> when it comes to malformatted input. <dlcompact><dt><b>Parameters:</b></dt><dd>
this function decodes html's special characters except for the content (when it too is not being parsed). this function is less fragile than <aclass="el"href="html__parse_8inc_8php.html#1003b146f08aef5a3a78d75a3538a4d7">html_parse()</a> when it comes to malformatted input. <dlcompact><dt><b>Parameters:</b></dt><dd>
<tableborder="0"cellspacing="2"cellpadding="0">
<tr><tdvalign="top"></td><tdvalign="top"><em>string</em> </td><td>$html input string (must start and end with the element's tag) </td></tr>
<tr><tdvalign="top"></td><tdvalign="top"><em>bool</em> </td><td>$recursive also parse children elements </td></tr>