We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents aa55171 + 363496d commit d712fe8Copy full SHA for d712fe8
1 file changed
LSS/XML2Array.php
@@ -64,7 +64,7 @@ public static function init($version = '1.0', $encoding = 'UTF-8', $format_outpu
64
* @param string $node_name - name of the root node to be converted
65
* @param int - Bitwise OR of the libxml option constants see @link http://php.net/manual/libxml.constants.php
66
* @param array $arr - aray to be converterd
67
- * @return DOMDocument
+ * @return array
68
*/
69
public static function &createArray($input_xml, $options = 0) {
70
$xml = self::getXMLRoot();
0 commit comments