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 /** * Hexadecimal to decimal * * @phpstub * * @param string $hex_string * * ..

Decoded Output download

<?php

/**
 * Hexadecimal to decimal
 *
 * @phpstub
 *
 * @param string $hex_string
 *
 * @return number The decimal representation of
 */
function hexdec($hex_string)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Hexadecimal to decimal
 *
 * @phpstub
 *
 * @param string $hex_string
 *
 * @return number The decimal representation of
 */
function hexdec($hex_string)
{
}

Function Calls

None

Variables

None

Stats

MD5 8756c175b17a0b251c741dbf59d79606
Eval Count 0
Decode Time 98 ms