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

Decoded Output download

<?php

/**
 * Check for whitespace character(s)
 *
 * @phpstub
 *
 * @param string $text
 *
 * @return bool Returns true if every character in
 *              creates some sort of white space, false otherwise. Besides the
 *              blank character this also includes tab, vertical tab, line feed,
 *              carriage return and form feed characters.
 */
function ctype_space($text)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Check for whitespace character(s)
 *
 * @phpstub
 *
 * @param string $text
 *
 * @return bool Returns true if every character in
 *              creates some sort of white space, false otherwise. Besides the
 *              blank character this also includes tab, vertical tab, line feed,
 *              carriage return and form feed characters.
 */
function ctype_space($text)
{
}

Function Calls

None

Variables

None

Stats

MD5 adc4212535785a8e54fd54e521e59508
Eval Count 0
Decode Time 75 ms