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 /** * Gets the host name * * @phpstub * * @return string Returns a string with..

Decoded Output download

<?php

/**
 * Gets the host name
 *
 * @phpstub
 *
 * @return string Returns a string with the hostname on success, otherwise false is
 *                returned.
 */
function gethostname()
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Gets the host name
 *
 * @phpstub
 *
 * @return string Returns a string with the hostname on success, otherwise false is
 *                returned.
 */
function gethostname()
{
}

Function Calls

None

Variables

None

Stats

MD5 579e5853e4fa9b08e886294e1dce8b76
Eval Count 0
Decode Time 150 ms