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 the organization name * * @phpstub * * @param string $hostname * *..

Decoded Output download

<?php

/**
 * Get the organization name
 *
 * @phpstub
 *
 * @param string $hostname
 *
 * @return string Returns the organization name on success, or false if the address
 *                cannot be found in the database.
 */
function geoip_org_by_name($hostname)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Get the organization name
 *
 * @phpstub
 *
 * @param string $hostname
 *
 * @return string Returns the organization name on success, or false if the address
 *                cannot be found in the database.
 */
function geoip_org_by_name($hostname)
{
}

Function Calls

None

Variables

None

Stats

MD5 2e0a813fb24b2560747da3c139950511
Eval Count 0
Decode Time 78 ms