note 102826 deleted from function.microtime by danbrown
| Newsgroups | php.notes |
|---|---|
| Message-ID | <[email protected]> |
Note Submitter: descartavel1 at gmail dot com
----
function microtimeint(){
return floor( (time() + microtime()) * 10^6 );
}
| Newsgroups | php.notes |
|---|---|
| Message-ID | <[email protected]> |
Note Submitter: descartavel1 at gmail dot com
----
function microtimeint(){
return floor( (time() + microtime()) * 10^6 );
}