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 protocol name associated with protocol number * * @phpstub * * @para..

Decoded Output download

<?php

/**
 * Get protocol name associated with protocol number
 *
 * @phpstub
 *
 * @param int $number
 *
 * @return string Returns the protocol name as a string, .
 */
function getprotobynumber($number)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Get protocol name associated with protocol number
 *
 * @phpstub
 *
 * @param int $number
 *
 * @return string Returns the protocol name as a string, .
 */
function getprotobynumber($number)
{
}

Function Calls

None

Variables

None

Stats

MD5 d11167746d2414d8dbe059daf191c898
Eval Count 0
Decode Time 89 ms