From b9cff68126fa326d704f377113217a754305c62e Mon Sep 17 00:00:00 2001 From: Dave Barr Date: Thu, 12 Aug 2004 21:21:36 +0000 Subject: [PATCH] - + = lower priority, - = higher priority. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@166198 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/exec/functions/proc-nice.xml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/reference/exec/functions/proc-nice.xml b/reference/exec/functions/proc-nice.xml index 4b455575c9..84becd5ef6 100644 --- a/reference/exec/functions/proc-nice.xml +++ b/reference/exec/functions/proc-nice.xml @@ -1,5 +1,5 @@ - + proc_nice @@ -14,10 +14,12 @@ intincrement - proc_nice increases the priority of the current - process. You can use a negative increment to - decrease the priority. If an error occurs, like the user lacks permission - to change the priority, an error of level + proc_nice changes the priority of the current + process by the amount specified in increment. A + positive increment will lower the priority of the + current process, whereas a negative increment + will raise the priority. If an error occurs, like the user lacks + permission to change the priority, an error of level E_WARNING is generated and &false; is returned. Otherwise, &true; is returned.