From 03e1e2ad70c58cb9be64cf0a8eabdccf01856596 Mon Sep 17 00:00:00 2001 From: Sara Golemon Date: Tue, 7 Jan 2003 20:40:56 +0000 Subject: [PATCH] Added "See Also" for vsprintf git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@110951 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/strings/functions/sprintf.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/reference/strings/functions/sprintf.xml b/reference/strings/functions/sprintf.xml index 890f204db4..04037cd928 100644 --- a/reference/strings/functions/sprintf.xml +++ b/reference/strings/functions/sprintf.xml @@ -1,5 +1,5 @@ - + @@ -172,7 +172,8 @@ printf($format, $num, $location); See also printf, - sscanf, fscanf, and + sscanf, fscanf, + vsprintf, and number_format.