php-general | 2001062
Date: 06/24/01
- Next message: John Meyer: "Re: [PHP] Percentages"
- Previous message: Jason Lustig: "RE: [PHP] $PHP_SELF name space?"
- In reply to: David Robley: "Re: [PHP] Percentages"
- Next in thread: Jason Lustig: "RE: [PHP] Percentages"
- Reply: Jason Lustig: "RE: [PHP] Percentages"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Sun, 24 Jun 2001, David Robley wrote:
> On Mon, 25 Jun 2001 12:04, Tim Thorburn wrote:
> > Hi,
> >
> > Working on a site that needs some billing information. Once upon a
> > time done in ASP where we had the option to use the FormatPercent
> > command - is there an equivalent command within PHP?
> >
> > Using PHP 3.0.16
>
> Stab in the dark as I dunno exactly what FormatPercent does -
> number_format, printf or sprintf.
Takes a decimal number and formats it as a percentage.
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-general-unsubscribe <email protected> For additional commands, e-mail: php-general-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: John Meyer: "Re: [PHP] Percentages"
- Previous message: Jason Lustig: "RE: [PHP] $PHP_SELF name space?"
- In reply to: David Robley: "Re: [PHP] Percentages"
- Next in thread: Jason Lustig: "RE: [PHP] Percentages"
- Reply: Jason Lustig: "RE: [PHP] Percentages"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

