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 | 5436816d06a4725d8330509e6c22af61 |
Eval Count | 0 |
Decode Time | 86 ms |