logo       

RE: Leading zeroes: msg#03601

php.general

Subject: RE: Leading zeroes

Hi
If it only a number in the string intval($str) should be enough to get rid of the zero unless it is only 0
Tom



At 03:49 AM 24/05/2002, Liam Gibbs wrote:
> From version 4.1.0, $str = ltrim($str, '0')

This works excellently. Thanks. One problem that I
didn't think of, though: If the number is 0 (only 0),
then the string ends up being empty. Is there a way
around that? I put an if statement in saying if the
string is empty, then the string is 0. Any better way?

__________________________________________________
Do You Yahoo!?
LAUNCH - Your Yahoo! Music Experience
http://launch.yahoo.com

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

News | FAQ | advertise