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 virtual web server * * @phpstub * * @param int $server_instanc..
Decoded Output download
<?php
/**
* Stops the virtual web server
*
* @phpstub
*
* @param int $server_instance
*
* @return int
*/
function iis_stop_server($server_instance)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Stops the virtual web server
*
* @phpstub
*
* @param int $server_instance
*
* @return int
*/
function iis_stop_server($server_instance)
{
}
Function Calls
None |
Stats
MD5 | 39e2fd1f1f4e30be295821a6d6a6df2d |
Eval Count | 0 |
Decode Time | 85 ms |