mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Minor updates to the proc_nice() docs for Windows, as we no longer mimic WMIC values
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@341078 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
a9977adcc2
commit
88df56ddeb
1 changed files with 1 additions and 5 deletions
|
@ -156,11 +156,7 @@ proc_nice(-20)
|
|||
<note>
|
||||
<title>Windows only</title>
|
||||
<para>
|
||||
The values of <parameter>increment</parameter> tries to mimic the output of
|
||||
the <literal>wmic</literal>.
|
||||
</para>
|
||||
<para>
|
||||
On Windows this function will only change the <emphasis>current</emphasis> process
|
||||
<function>proc_nice</function> will change the <emphasis>current</emphasis> process
|
||||
priority, even if PHP was compiled using thread safety.
|
||||
</para>
|
||||
</note>
|
||||
|
|
Loading…
Reference in a new issue