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 /** * Interface for string trimmers * * PHP version 5.5 * * @category OpCache..
Decoded Output download
<?php
/**
* Interface for string trimmers
*
* PHP version 5.5
*
* @category OpCacheGUI
* @package Format
* @author Pieter Hordijk <[email protected]>
* @copyright Copyright (c) 2014 Pieter Hordijk <https://github.com/PeeHaa>
* @license http://www.opensource.org/licenses/mit-license.html MIT License
* @version 1.0.0
*/
namespace OpCacheGUI\Format;
/**
* Interface for string trimmers
*
* @category OpCacheGUI
* @package Format
* @author Pieter Hordijk <[email protected]>
*/
interface Trimmer
{
/**
* Trims the common prefix from an array of strings
*
* @param array $scripts The list of scripts
*
* @return array The trimmed strings
*/
public function trim(array $scripts);
}
?>
Did this file decode correctly?
Original Code
<?php
/**
* Interface for string trimmers
*
* PHP version 5.5
*
* @category OpCacheGUI
* @package Format
* @author Pieter Hordijk <[email protected]>
* @copyright Copyright (c) 2014 Pieter Hordijk <https://github.com/PeeHaa>
* @license http://www.opensource.org/licenses/mit-license.html MIT License
* @version 1.0.0
*/
namespace OpCacheGUI\Format;
/**
* Interface for string trimmers
*
* @category OpCacheGUI
* @package Format
* @author Pieter Hordijk <[email protected]>
*/
interface Trimmer
{
/**
* Trims the common prefix from an array of strings
*
* @param array $scripts The list of scripts
*
* @return array The trimmed strings
*/
public function trim(array $scripts);
}
Function Calls
None |
Stats
MD5 | e6dd0e3ade70646f2a46c69f52b280f3 |
Eval Count | 0 |
Decode Time | 80 ms |