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 URI renderers * * PHP version 5.5 * * @category OpCacheGU..

Decoded Output download

<?php
/**
 * Interface for URI renderers
 *
 * PHP version 5.5
 *
 * @category   OpCacheGUI
 * @package    Presentation
 * @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\Presentation;

/**
 * Interface for URI renderers
 *
 * @category   OpCacheGUI
 * @package    Presentation
 * @author     Pieter Hordijk <[email protected]>
 */
interface UrlRenderer
{
    /**
     * Gets the URI based on the type
     *
     * @param string $identifier The identifier used for which to get the URI
     *
     * @return string The URI
     */
    public function get($identifier);
}
 ?>

Did this file decode correctly?

Original Code

<?php
/**
 * Interface for URI renderers
 *
 * PHP version 5.5
 *
 * @category   OpCacheGUI
 * @package    Presentation
 * @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\Presentation;

/**
 * Interface for URI renderers
 *
 * @category   OpCacheGUI
 * @package    Presentation
 * @author     Pieter Hordijk <[email protected]>
 */
interface UrlRenderer
{
    /**
     * Gets the URI based on the type
     *
     * @param string $identifier The identifier used for which to get the URI
     *
     * @return string The URI
     */
    public function get($identifier);
}

Function Calls

None

Variables

None

Stats

MD5 f68c6721062310dec79942343ae34432
Eval Count 0
Decode Time 82 ms