add clear
This commit is contained in:
@@ -16,7 +16,7 @@ class Help extends Miniprogarampage
|
|||||||
$xml = "<xml>";
|
$xml = "<xml>";
|
||||||
foreach ($data as $key => $val) {
|
foreach ($data as $key => $val) {
|
||||||
if (is_array($val)) {
|
if (is_array($val)) {
|
||||||
$xml .= static::xmlChild($val);
|
$xml .= "<" . $key . ">" . static::xmlChild($val) . "</" . $key . ">";
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
if (is_numeric($val)) {
|
if (is_numeric($val)) {
|
||||||
|
|||||||
Reference in New Issue
Block a user