function
getMillisecond(){
list(
$s1
,
$s2
)=
explode
(
' '
,microtime());
return
(float)sprintf(
'%.0f'
,(
floatval
)+
))*1000);
}