We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8b5998 commit 363496dCopy full SHA for 363496d
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/zh/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