@@ -252,9 +252,9 @@ |
||
252 | 252 | } |
253 | 253 | } |
254 | 254 | |
255 | - $time = microtime(true); |
|
255 | + $time = microtime( true ); |
|
256 | 256 | $sec = (int) $time; |
257 | - $usec = (int) (fmod( $time, 1 ) * 1000000); |
|
257 | + $usec = (int) ( fmod( $time, 1 ) * 1000000 ); |
|
258 | 258 | |
259 | 259 | self::$seq = self::$seq + 1 & 0xfff; // 20 bits for sequence (1 to 4,095), wraps around |
260 | 260 |