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 /** * Converts a string containing an (IPv4) Internet Protocol dotted address into..

Decoded Output download

<?php

/**
 * Converts a string containing an (IPv4) Internet Protocol dotted address into a proper address
 *
 * @phpstub
 *
 * @param string $ip_address
 *
 * @return int Returns the IPv4 address or false if
 *             is invalid.
 */
function ip2long($ip_address)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Converts a string containing an (IPv4) Internet Protocol dotted address into a proper address
 *
 * @phpstub
 *
 * @param string $ip_address
 *
 * @return int Returns the IPv4 address or false if
 *             is invalid.
 */
function ip2long($ip_address)
{
}

Function Calls

None

Variables

None

Stats

MD5 8c64a0d9421b80f0f8ba1f1bae502705
Eval Count 0
Decode Time 91 ms