VirtueMart  3.2.14.9808
Namespaces | Functions
AvaTaxBatchSvc.php File Reference

Namespaces

 Base
 

Functions

 __autoload ($class_name)
 
 EnsureIsArray ($obj)
 
 xml_pretty_printer ($xml, $html_output=FALSE)
 

Function Documentation

__autoload (   $class_name)
EnsureIsArray (   $obj)
xml_pretty_printer (   $xml,
  $html_output = FALSE 
)

Takes xml as a string and returns it nicely indented

Parameters
string$xmlThe xml to beautify
boolean$html_outputIf the xml should be formatted for display on an html page
Returns
string The beautified xml