timer_float(): float In this article Table of ContentsReturn Source Changelog ↑ Back to top Gets the time elapsed so far during this PHP script. Return float Seconds since the PHP script started. Source function timer_float() { return microtime( true ) - $_SERVER['REQUEST_TIME_FLOAT']; } View all references View on Trac View on GitHub Changelog VersionDescription5.8.0Introduced. User Contributed Notes You must log in before being able to contribute a note or feedback.
User Contributed Notes
You must log in before being able to contribute a note or feedback.