Find this useful? Enter your email to receive occasional updates for securing PHP code.

Signing you up...

Thank you for signing up!

PHP Decode

<?php /** * Change the priority of the current process * * @phpstub * * @param int $..

Decoded Output download

<?php

/**
 * Change the priority of the current process
 *
 * @phpstub
 *
 * @param int $increment
 *
 * @return bool If an error occurs, like the user lacks permission to change the priority,
 *              an error of level  is also generated.
 */
function proc_nice($increment)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Change the priority of the current process
 *
 * @phpstub
 *
 * @param int $increment
 *
 * @return bool If an error occurs, like the user lacks permission to change the priority,
 *              an error of level  is also generated.
 */
function proc_nice($increment)
{
}

Function Calls

None

Variables

None

Stats

MD5 38767f5cb174bfe392c4ac414252c007
Eval Count 0
Decode Time 104 ms