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 /** * Stops a service * * @phpstub * * @param string $servicename * @param st..
Decoded Output download
<?php
/**
* Stops a service
*
* @phpstub
*
* @param string $servicename
* @param string $machine
*
* @return int
*/
function win32_stop_service($servicename, $machine = NULL)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Stops a service
*
* @phpstub
*
* @param string $servicename
* @param string $machine
*
* @return int
*/
function win32_stop_service($servicename, $machine = NULL)
{
}
Function Calls
None |
Stats
MD5 | 0849eb66c4e1da3791348ef5485675f4 |
Eval Count | 0 |
Decode Time | 102 ms |