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 /** * StripFilter class file. * @author Christoffer Niska <christoffer.niska@gmail..
Decoded Output download
<?php
/**
* StripFilter class file.
* @author Christoffer Niska <[email protected]>
* @copyright Copyright © Christoffer Niska 2013-
* @license http://www.opensource.org/licenses/bsd-license.php New BSD License
* @package crisu83.yii-imagemanager.filters
*/
use Imagine\Filter\Basic\Strip;
use Imagine\Filter\FilterInterface;
/**
* Loader for the Imagine strip filter.
*/
class StripFilter extends ImagineFilter
{
/**
* Loads the actual filter.
* @return FilterInterface
*/
public function load()
{
return new Strip();
}
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* StripFilter class file.
* @author Christoffer Niska <[email protected]>
* @copyright Copyright © Christoffer Niska 2013-
* @license http://www.opensource.org/licenses/bsd-license.php New BSD License
* @package crisu83.yii-imagemanager.filters
*/
use Imagine\Filter\Basic\Strip;
use Imagine\Filter\FilterInterface;
/**
* Loader for the Imagine strip filter.
*/
class StripFilter extends ImagineFilter
{
/**
* Loads the actual filter.
* @return FilterInterface
*/
public function load()
{
return new Strip();
}
}
Function Calls
None |
Stats
MD5 | 07dbdd554fb2acc0ce41a2d384926028 |
Eval Count | 0 |
Decode Time | 108 ms |