We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8b5998 commit 410f6c4Copy full SHA for 410f6c4
LSS/XML2Array.php
@@ -62,7 +62,7 @@ public static function init($version = '1.0', $encoding = 'UTF-8', $format_outpu
62
/**
63
* Convert an XML to Array
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
+ * @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
68
*/
0 commit comments