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 the service defined by ServiceId * * @phpstub * * @param string $s..
Decoded Output download
<?php
/**
* Stops the service defined by ServiceId
*
* @phpstub
*
* @param string $service_id
*
* @return int
*/
function iis_stop_service($service_id)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Stops the service defined by ServiceId
*
* @phpstub
*
* @param string $service_id
*
* @return int
*/
function iis_stop_service($service_id)
{
}
Function Calls
| None |
Stats
| MD5 | 4191f8253c8def1966c33666a066bce8 |
| Eval Count | 0 |
| Decode Time | 100 ms |