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 /** * List running processes * * @phpstub * * @return array Returns false on f..
Decoded Output download
<?php
/**
* List running processes
*
* @phpstub
*
* @return array Returns false on failure, or an array consisting of process statistics like
* returns for all running processes on success.
*/
function win32_ps_list_procs()
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* List running processes
*
* @phpstub
*
* @return array Returns false on failure, or an array consisting of process statistics like
* returns for all running processes on success.
*/
function win32_ps_list_procs()
{
}
Function Calls
None |
Stats
MD5 | cda72b83dfdf6231fe8c5f242b742628 |
Eval Count | 0 |
Decode Time | 70 ms |