diff --git a/reference/strings/functions/money-format.xml b/reference/strings/functions/money-format.xml index 49ce0b6fbe..93dda0ae19 100644 --- a/reference/strings/functions/money-format.xml +++ b/reference/strings/functions/money-format.xml @@ -1,5 +1,5 @@ - + money_format @@ -271,7 +271,7 @@ echo money_format($fmt, 1234.56) . "\n"; See also: setlocale, - number_format,sprintf, + number_format, sprintf, printf and sscanf.