There is much easier way to deal with formatted numbers: ?php $str='13,232.95';$var= (double)filter_var($str,FILTER_SANITIZE_NUMBER_FLOAT,FILTER_FLAG_ALLOW_FRACTION);var_...www.php.net
Here are some notes regarding PHP pThreads v3 that I have gathered: -namespace: It does not understand namespaces. -globals: It won't serialize GLOBALS at all! And will not re...www.php.netTIME.rfTime = +new Date;