09-12-2008, 05:53 PM
|
#4 (permalink)
|
|
The Contributor
Join Date: May 2008
Location: Iran
Posts: 53
Thanks: 33
|
I found.
Finded:
function _Number_Length($Int_Input)
{
$_Int_Output= number_format($Int_Input, 0, '.', '');
return((integer)strlen($_Int_Output));
}
Resolved.
|
|
|