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 [ 'title' => ':label ', 'breadcrumb' => '', 'content' => [ ..
Decoded Output download
<?php
return [
'title' => ':label ',
'breadcrumb' => '',
'content' => [
'tab' => [
'label' => '',
],
],
];
?>
Did this file decode correctly?
Original Code
<?php
return [
'title' => ':label ',
'breadcrumb' => '',
'content' => [
'tab' => [
'label' => '',
],
],
];
Function Calls
None |
Stats
MD5 | 1966950ba9e4af29886d0d758f42eee2 |
Eval Count | 0 |
Decode Time | 88 ms |