Skips contents of generic rawtext elements.
Description
See also
Parameters
$tag_namestringrequired- The uppercase tag name which will close the RAWTEXT region.
Source
*
* @param string $tag_name The uppercase tag name which will close the RAWTEXT region.
* @return bool Whether an end to the RAWTEXT region was found before the end of the document.
*/
private function skip_rawtext( string $tag_name ): bool {
/*
* These two functions distinguish themselves on whether character references are
* decoded, and since functionality to read the inner markup isn't supported, it's
Changelog
| Version | Description |
|---|---|
| 6.3.2 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.