|
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 GroupAll rights reserved. |
Last updated: Thu Nov 06 19: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; }