|   | php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login | 
| 
 PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits              [2001-04-28 15:47 UTC] jmoore@php.net
  [2002-04-27 15:16 UTC] jimw@php.net
 | |||||||||||||||||||||||||||
|  Copyright © 2001-2025 The PHP Group All rights reserved. | Last updated: Fri Oct 31 14:00:01 2025 UTC | 
Warning: getrusage() is not supported in this PHP build if (function_exists('getrusage')) { $dat = getrusage(); $Str = ''; foreach ($dat as $k => $v) { $Str .= $k . $v; }