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 /** * ZenTaoPHP * The validater and fixer class file of ZenTaoPHP framework. * *..
Decoded Output download
<?php
/**
* ZenTaoPHP
* The validater and fixer class file of ZenTaoPHP framework.
*
* The author disclaims copyright to this source code. In place of
* a legal notice, here is a blessing:
*
* May you do good and not evil.
* May you find forgiveness for yourself and forgive others.
* May you share freely, never taking more than you give.
*/
helper::import(dirname(dirname(__FILE__)) . '/base/filter/filter.class.php');
/**
* validater
* The validater class, checking data by rules.
*
* @package framework
*/
class validater extends baseValidater
{
}
/**
* fixer
* fixer class, to fix data types.
*
* @package framework
*/
class fixer extends baseFixer
{
}
?>
Did this file decode correctly?
Original Code
<?php
/**
* ZenTaoPHP
* The validater and fixer class file of ZenTaoPHP framework.
*
* The author disclaims copyright to this source code. In place of
* a legal notice, here is a blessing:
*
* May you do good and not evil.
* May you find forgiveness for yourself and forgive others.
* May you share freely, never taking more than you give.
*/
helper::import(dirname(dirname(__FILE__)) . '/base/filter/filter.class.php');
/**
* validater
* The validater class, checking data by rules.
*
* @package framework
*/
class validater extends baseValidater
{
}
/**
* fixer
* fixer class, to fix data types.
*
* @package framework
*/
class fixer extends baseFixer
{
}
Function Calls
None |
Stats
MD5 | ab2602bf79e3d2aca3d4bb4e66cf0398 |
Eval Count | 0 |
Decode Time | 92 ms |