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 printable character(s) * * @phpstub * * @param string $text *..
Decoded Output download
<?php
/**
* Check for printable character(s)
*
* @phpstub
*
* @param string $text
*
* @return bool Returns true if every character in
* will actually create output (including blanks). Returns false if
* contains control characters or characters
* that do not have any output or control function at all.
*/
function ctype_print($text)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Check for printable character(s)
*
* @phpstub
*
* @param string $text
*
* @return bool Returns true if every character in
* will actually create output (including blanks). Returns false if
* contains control characters or characters
* that do not have any output or control function at all.
*/
function ctype_print($text)
{
}
Function Calls
None |
Stats
MD5 | 25fe1694650d0e346190f685e736fc18 |
Eval Count | 0 |
Decode Time | 89 ms |