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 namespace Pagekit\Routing\Generator; interface UrlGeneratorInterface { /** ..

Decoded Output download

<?php

namespace Pagekit\Routing\Generator;

interface UrlGeneratorInterface
{
    /**
     * Generates a link url.
     */
    const LINK_URL = 'link';
}
 ?>

Did this file decode correctly?

Original Code

<?php

namespace Pagekit\Routing\Generator;

interface UrlGeneratorInterface
{
    /**
     * Generates a link url.
     */
    const LINK_URL = 'link';
}

Function Calls

None

Variables

None

Stats

MD5 d8210621ada06ee3b9ef0ca5e76b1629
Eval Count 0
Decode Time 67 ms