I get the following disturbing results:
var_dump string(10) "0.01333"
echo the string=0.01333
echo (float)string=0
echo floatval(string)=0
The string is an outcome of array_map('str_getcsv', file(...
I can't find the characters 8-10
thanks
I get the following disturbing results:
var_dump string(10) "0.01333"
echo the string=0.01333
echo (float)string=0
echo floatval(string)=0
The string is an outcome of array_map('str_getcsv', file(...
I can't find the characters 8-10
thanks