09-07-2008, 10:27 AM
|
#3 (permalink)
|
|
The Contributor
Join Date: May 2008
Location: Iran
Posts: 53
Thanks: 33
|
Xenon: You can use strlen.
No i can't use that. This is for String, not Integer.
StringLength no IntegerLength!
Test this:
$X= 8766435322364545664565464654676;
echo(strlen($X));
|
|
|