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' => '',
],
'open_github' => [
'label' => 'GitHub',
],
],
];
?>
Did this file decode correctly?
Original Code
<?php
return [
'actions' => [
'open_documentation' => [
'label' => '',
],
'open_github' => [
'label' => 'GitHub',
],
],
];
Function Calls
None |
Stats
MD5 | 88b8c888b57ad9da0e499a74cf7ef3ed |
Eval Count | 0 |
Decode Time | 99 ms |