From 285cc4e152825d736e1c3f132f4dc354a935794e Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Tue, 4 Apr 2006 10:56:48 +0000 Subject: [PATCH] See also money_format() (bug #36964) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@210653 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/strings/functions/number-format.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/strings/functions/number-format.xml b/reference/strings/functions/number-format.xml index f7977389a5..6148d80b40 100644 --- a/reference/strings/functions/number-format.xml +++ b/reference/strings/functions/number-format.xml @@ -1,5 +1,5 @@ - + @@ -78,7 +78,7 @@ $english_format_number = number_format($number, 2, '.', ''); - See also: sprintf, + See also: money_format, sprintf, printf and sscanf.