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 human readable IP address to its packed in_addr representation *..
Decoded Output download
<?php
/**
* Converts a human readable IP address to its packed in_addr representation
*
* @phpstub
*
* @param string $address
*
* @return string Returns the representation of the given
* , or false if a syntactically invalid
* is given (for example, an IPv4 address
* without dots or an IPv6 address without colons).
*/
function inet_pton($address)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Converts a human readable IP address to its packed in_addr representation
*
* @phpstub
*
* @param string $address
*
* @return string Returns the representation of the given
* , or false if a syntactically invalid
* is given (for example, an IPv4 address
* without dots or an IPv6 address without colons).
*/
function inet_pton($address)
{
}
Function Calls
None |
Stats
MD5 | 0b1bea3d4f253f750927f8ee8ab75091 |
Eval Count | 0 |
Decode Time | 94 ms |