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 /** * Get Internet service which corresponds to port and protocol * * @phpstub ..
Decoded Output download
<?php
/**
* Get Internet service which corresponds to port and protocol
*
* @phpstub
*
* @param int $port
* @param string $protocol
*
* @return string Returns the Internet service name as a string.
*/
function getservbyport($port, $protocol)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Get Internet service which corresponds to port and protocol
*
* @phpstub
*
* @param int $port
* @param string $protocol
*
* @return string Returns the Internet service name as a string.
*/
function getservbyport($port, $protocol)
{
}
Function Calls
None |
Stats
MD5 | 89dca08bd0d0c524ad0998e1b5810e53 |
Eval Count | 0 |
Decode Time | 89 ms |