mirror of
https://github.com/fofolee/uTools-Manuals.git
synced 2025-06-17 21:16:57 +08:00
43 lines
1.8 KiB
HTML
43 lines
1.8 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
|
<title>List running processes</title>
|
|
</head>
|
|
<body class="docs"><div id="layout">
|
|
<div id="layout-content"><div id="function.win32-ps-list-procs" class="refentry">
|
|
<div class="refnamediv">
|
|
<h1 class="refname">win32_ps_list_procs</h1>
|
|
<p class="verinfo">(PECL win32ps >= 1.0.1)</p><p class="refpurpose"><span class="refname">win32_ps_list_procs</span> — <span class="dc-title">List running processes</span></p>
|
|
|
|
</div>
|
|
<div class="refsect1 description" id="refsect1-function.win32-ps-list-procs-description">
|
|
<h3 class="title">说明</h3>
|
|
<div class="methodsynopsis dc-description">
|
|
<span class="methodname"><strong>win32_ps_list_procs</strong></span>
|
|
( <span class="methodparam">void</span>
|
|
) : <span class="type">array</span></div>
|
|
|
|
<p class="para rdfs-comment">
|
|
Retrieves statistics about all running processes.
|
|
</p>
|
|
</div>
|
|
|
|
<div class="refsect1 returnvalues" id="refsect1-function.win32-ps-list-procs-returnvalues">
|
|
<h3 class="title">返回值</h3>
|
|
<p class="para">
|
|
Returns <strong><code>FALSE</code></strong> on failure, or an array consisting of process statistics like
|
|
<span class="function"><a href="win32_ps_stat_proc.html" class="function">win32_ps_stat_proc()</a></span> returns for all running processes on success.
|
|
</p>
|
|
</div>
|
|
|
|
<div class="refsect1 seealso" id="refsect1-function.win32-ps-list-procs-seealso">
|
|
<h3 class="title">参见</h3>
|
|
<p class="para">
|
|
<ul class="simplelist">
|
|
<li class="member"><span class="function"><a href="win32_ps_stat_proc.html" class="function" rel="rdfs-seeAlso">win32_ps_stat_proc()</a> - Stat process</span></li>
|
|
</ul>
|
|
</p>
|
|
</div>
|
|
|
|
</div></div></div></body></html> |