Ocs-server/Gfx4/XML utilities

From KDE Community Wiki
Revision as of 10:02, 30 July 2015 by Snizzo (talk | contribs) (Created page with "Gfx contains some XML utilities. * '''static bool XMLParser::is_assoc($array)''' -> checks if $array is associative or not * '''static array XMLParser::to_array($contents, $f...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Gfx contains some XML utilities.

  • static bool XMLParser::is_assoc($array) -> checks if $array is associative or not
  • static array XMLParser::to_array($contents, $force_multiple=array()) -> converts an xml tree to an associative array