php-general | 2001092
Date: 09/25/01
- Next message: Adam Plocher: "[PHP] php script ownership"
- Previous message: Evan Nemerson: "Re: [PHP] 2 decimal places"
- Maybe in reply to: Kurth Bemis: "[PHP] 2 decimal places"
- Next in thread: Geir Eivind Mork: "[PHP] Re: 2 decimal places"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
> Yeah, but what if they don't JUST want to print it...
Umm, have you read the documentation on either of
the functions? They both return a string; they don't
send anything to standard out (like echo or print does).
$myString = printf();
$myString = sprintf();
echo $myString;
Chris
- Next message: Adam Plocher: "[PHP] php script ownership"
- Previous message: Evan Nemerson: "Re: [PHP] 2 decimal places"
- Maybe in reply to: Kurth Bemis: "[PHP] 2 decimal places"
- Next in thread: Geir Eivind Mork: "[PHP] Re: 2 decimal places"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

