update : 2015.11.03
php.shukuma.com검색:
|
getrusage(PHP 4, PHP 5, PHP 7) 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. 예제
Example #1 getrusage() example
<?php 변경점
주의
참고
|