This is a discussion on Re: numberformat within the PHP General forums, part of the PHP Programming Forums category; > Is there a way, to define an integer number e.g. 7, to be defined as 07? 07 = 7 ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
> Is there a way, to define an integer number e.g. 7, to be defined as 07?
07 = 7 But 09 != 9 (Well 9 isn't in the set but the '0' in front will make the number octal) 09 is an octal number Dunno what you gonna do with this formatting.. but think again ... Nadim Attari |