LaravelXml
class LaravelXml (View source)
Methods
__construct()
No description
string
encode(array $array, string $rootElementName = 'document', bool $replaceSpacesByUnderScoresInKeyNames = true, string $xmlEncoding = 'UTF-8', string $xmlVersion = '1.0')
Convert the an array to an xml string
mixed
decode(string $data, string $class_name = "SimpleXMLElement", int $options = 0, string $ns = "", bool $is_prefix = false)
Convert a string of XML into an array
bool
is_valid(string $xml)
Check if a string is valid XML
array
validate(string $xml, string $xsd)
Validate XML string
Details
__construct()
No description
string
encode(array $array, string $rootElementName = 'document', bool $replaceSpacesByUnderScoresInKeyNames = true, string $xmlEncoding = 'UTF-8', string $xmlVersion = '1.0')
Convert the an array to an xml string
mixed
decode(string $data, string $class_name = "SimpleXMLElement", int $options = 0, string $ns = "", bool $is_prefix = false)
Convert a string of XML into an array
bool
is_valid(string $xml)
Check if a string is valid XML
array
validate(string $xml, string $xsd)
Validate XML string