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