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 /** * Check for character(s) representing a hexadecimal digit * * @phpstub * *..

Decoded Output download

<?php

/**
 * Check for character(s) representing a hexadecimal digit
 *
 * @phpstub
 *
 * @param string $text
 *
 * @return bool Returns true if every character in  is
 *              a hexadecimal 'digit', that is a decimal digit or a character from
 *              , false otherwise.
 */
function ctype_xdigit($text)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Check for character(s) representing a hexadecimal digit
 *
 * @phpstub
 *
 * @param string $text
 *
 * @return bool Returns true if every character in  is
 *              a hexadecimal 'digit', that is a decimal digit or a character from
 *              , false otherwise.
 */
function ctype_xdigit($text)
{
}

Function Calls

None

Variables

None

Stats

MD5 ce180e8ebbcdf28c7edf2685ca536d21
Eval Count 0
Decode Time 123 ms