diff --git a/reference/filesystem/functions/parse-ini-file.xml b/reference/filesystem/functions/parse-ini-file.xml index bcf8f98a8b..e3c6cf532d 100644 --- a/reference/filesystem/functions/parse-ini-file.xml +++ b/reference/filesystem/functions/parse-ini-file.xml @@ -1,5 +1,5 @@ - + parse_ini_file @@ -222,6 +222,41 @@ Array ) ) +]]> + + + + + + <function>parse_ini_file</function> parsing a php.ini file + + +]]> + + &example.outputs.similar; + + diff --git a/reference/filesystem/functions/parse-ini-string.xml b/reference/filesystem/functions/parse-ini-string.xml index e9ac0499fa..df185a5a1f 100644 --- a/reference/filesystem/functions/parse-ini-string.xml +++ b/reference/filesystem/functions/parse-ini-string.xml @@ -1,5 +1,5 @@ - + parse_ini_string @@ -68,45 +68,6 @@ - - &reftitle.examples; - - - <function>parse_ini_file</function> parsing a php.ini file - - -]]> - - &example.outputs.similar; - - - - - - - &reftitle.notes;