XML_Util::replaceEntities()

XML_Util::replaceEntities() -- replace XML entities

Referentiesamenvatting

require_once 'XML/Util.php';

string XML_Util::replaceEntities (string $string)

Beschrijving

In XML documents you are not allowed to use & and <. The have to be replaced with their respective entities. This method does this for you and furthermore replaces all other predefined XML entities.

Parameter

Return waarde

string string with entities replaced

Note

Deze functie zou statisch moeten worden aangeroepen.