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 /** * Set the process title * * @phpstub * * @param string $title * * @retur..
Decoded Output download
<?php
/**
* Set the process title
*
* @phpstub
*
* @param string $title
*
* @return void
*/
function setproctitle($title)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Set the process title
*
* @phpstub
*
* @param string $title
*
* @return void
*/
function setproctitle($title)
{
}
Function Calls
None |
Stats
MD5 | d07ea59b5d1907cd9a40940b2eff05ce |
Eval Count | 0 |
Decode Time | 77 ms |