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/
*/
return [
'profile1' => [
'id' => 1,
'description' => 'profile 1',
],
'profile2' => [
'id' => 2,
'description' => 'profile 2',
],
];
?>
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/
*/
return [
'profile1' => [
'id' => 1,
'description' => 'profile 1',
],
'profile2' => [
'id' => 2,
'description' => 'profile 2',
],
];
Function Calls
None |
Stats
MD5 | e6c245cf296c3954cac4fae7d3548d51 |
Eval Count | 0 |
Decode Time | 88 ms |