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\View\Asset; class UrlAsset extends Asset { /** * {@inhe..

Decoded Output download

<?php

namespace Pagekit\View\Asset;

class UrlAsset extends Asset
{
    /**
     * {@inheritdoc}
     */
    public function hash($salt = '')
    {
        return hash('crc32b', $this->source . $salt);
    }
}
 ?>

Did this file decode correctly?

Original Code

<?php

namespace Pagekit\View\Asset;

class UrlAsset extends Asset
{
    /**
     * {@inheritdoc}
     */
    public function hash($salt = '')
    {
        return hash('crc32b', $this->source . $salt);
    }
}

Function Calls

None

Variables

None

Stats

MD5 5feb48cafbd98ed4d7011c0a86fd8c1d
Eval Count 0
Decode Time 95 ms