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 return [ 'actions' => [ 'open_documentation' => [ 'label'..
Decoded Output download
<?php
return [
'actions' => [
'open_documentation' => [
'label' => 'Dokumentacija',
],
'open_github' => [
'label' => 'GitHub',
],
],
];
?>
Did this file decode correctly?
Original Code
<?php
return [
'actions' => [
'open_documentation' => [
'label' => 'Dokumentacija',
],
'open_github' => [
'label' => 'GitHub',
],
],
];
Function Calls
None |
Stats
MD5 | 7534b9ce4d3df23b260695e49fc3569f |
Eval Count | 0 |
Decode Time | 139 ms |