update page now

Voting

: max(six, three)?
(Example: nine)

The Note You're Voting On

jlh at gmx dot ch
8 years ago
Note that this function returns rusage of the current process. In a web environment where you have long running apache processes that serve several requests with PHP executions, this will return cumulative timings and is therefore not suitable for telling how much user time your used. The best you could do is to call getrusage() once at the beginning and once at the end and calculate the difference.

<< Back to user notes page

To Top