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 /** * Creates a new virtual web server * * @phpstub * * @param string $path *..
Decoded Output download
<?php
/**
* Creates a new virtual web server
*
* @phpstub
*
* @param string $path
* @param string $comment
* @param string $server_ip
* @param int $port
* @param string $host_name
* @param int $rights
* @param int $start_server
*
* @return int
*/
function iis_add_server($path, $comment, $server_ip, $port, $host_name, $rights, $start_server)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Creates a new virtual web server
*
* @phpstub
*
* @param string $path
* @param string $comment
* @param string $server_ip
* @param int $port
* @param string $host_name
* @param int $rights
* @param int $start_server
*
* @return int
*/
function iis_add_server($path, $comment, $server_ip, $port, $host_name, $rights, $start_server)
{
}
Function Calls
None |
Stats
MD5 | c45d2f1de73421bb369c727425686f4b |
Eval Count | 0 |
Decode Time | 108 ms |