XML_Util::getXMLDeclaration (Previous) (Next) XML_Util::replaceEntities

View this page in Last updated: Sun, 01 Jul 2007
English | Dutch | French | German | Hungarian | Japanese | Polish | Russian | Spanish | Plain HTML

XML_Util::isValidName()

XML_Util::isValidName() -- verify an XML name

Descripción

Checks, whether a string is a valid XML name. In XML the names of tags and attributes must follow strict rules. This method can be used to validate the names you are using.

Parámetro

  • string $string - string to be checked

Valor devuelto

Devuelve TRUE si hay éxito, PEAR_Error si falla.

Nota

Esta función debe ser llamada estáticamente.

XML_Util::getXMLDeclaration (Previous) (Next) XML_Util::replaceEntities

Download Documentation Last updated: Sun, 01 Jul 2007
Do you think that something on this page is wrong? Please file a bug report or add a note.
User Notes:
There are no user contributed notes for this page.