- Timestamp:
- 2012/03/20 00:37:32 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_12-dev/test/createEcCubeCustomerData-v25.php
r21481 r21659 167 167 function microtime_float() { 168 168 list($usec, $sec) = explode(" ", microtime()); 169 return ( (float)$usec + (float)$sec);169 return (float)$usec + (float)$sec; 170 170 } 171 171
Note: See TracChangeset
for help on using the changeset viewer.