getrusage(PHP 4, PHP 5) getrusage — Gets the current resource usages Описание
array getrusage
([ int $who = 0
] )
This is an interface to getrusage(2). It gets data returned from the system call. Список параметров
Возвращаемые значенияReturns an associative array containing the data returned from the system call. All entries are accessible by using their documented field names. Примеры
Пример #1 getrusage() example
<?phpПримечания
Смотрите также
|
||