|
getrusageGets the current resource usages Description
array getrusage
([ int
$who = 0
] )This is an interface to getrusage(2). It gets data returned from the system call. Parameters
Return ValuesReturns an associative array containing the data returned from the system call. All entries are accessible by using their documented field names. Examples
Example #1 getrusage example
<?php Notes
See Also
|