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 alphanumeric character(s) * * @phpstub * * @param string $text..

Decoded Output download

<?php

/**
 * Check for alphanumeric character(s)
 *
 * @phpstub
 *
 * @param string $text
 *
 * @return bool Returns true if every character in  is either
 *              a letter or a digit, false otherwise.
 */
function ctype_alnum($text)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Check for alphanumeric character(s)
 *
 * @phpstub
 *
 * @param string $text
 *
 * @return bool Returns true if every character in  is either
 *              a letter or a digit, false otherwise.
 */
function ctype_alnum($text)
{
}

Function Calls

None

Variables

None

Stats

MD5 bf826be0058540c91286141494be4088
Eval Count 0
Decode Time 4418 ms