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 /** * @link https://www.yiiframework.com/ * @copyright Copyright (c) 2008 Yii Soft..
Decoded Output download
<?php
/**
* @link https://www.yiiframework.com/
* @copyright Copyright (c) 2008 Yii Software LLC
* @license https://www.yiiframework.com/license/
*/
namespace yii
bac;
/**
* For more details and usage information on Permission, see the [guide article on security authorization](guide:security-authorization).
*
* @author Qiang Xue <[email protected]>
* @since 2.0
*/
class Permission extends Item
{
/**
* {@inheritdoc}
*/
public $type = self::TYPE_PERMISSION;
}
?>
Did this file decode correctly?
Original Code
<?php
/**
* @link https://www.yiiframework.com/
* @copyright Copyright (c) 2008 Yii Software LLC
* @license https://www.yiiframework.com/license/
*/
namespace yii\rbac;
/**
* For more details and usage information on Permission, see the [guide article on security authorization](guide:security-authorization).
*
* @author Qiang Xue <[email protected]>
* @since 2.0
*/
class Permission extends Item
{
/**
* {@inheritdoc}
*/
public $type = self::TYPE_PERMISSION;
}
Function Calls
None |
Stats
MD5 | 4649598092d693f8a194b1b241aef847 |
Eval Count | 0 |
Decode Time | 94 ms |