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 [ 'label' => ' ', 'overview' => ':total , :first :last ', ..
Decoded Output download
<?php
return [
'label' => ' ',
'overview' => ':total , :first :last ',
'fields' => [
'records_per_page' => [
'label' => ' ',
'options' => [
'all' => '',
],
],
],
'actions' => [
'go_to_page' => [
'label' => ':page ',
],
'next' => [
'label' => '',
],
'previous' => [
'label' => '',
],
],
];
?>
Did this file decode correctly?
Original Code
<?php
return [
'label' => ' ',
'overview' => ':total , :first :last ',
'fields' => [
'records_per_page' => [
'label' => ' ',
'options' => [
'all' => '',
],
],
],
'actions' => [
'go_to_page' => [
'label' => ':page ',
],
'next' => [
'label' => '',
],
'previous' => [
'label' => '',
],
],
];
Function Calls
None |
Stats
MD5 | fbcd25794dc24831d670e3d5b12ebe79 |
Eval Count | 0 |
Decode Time | 88 ms |