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' => '{1} 1 |[2,*] :first :last :tot..
Decoded Output download
<?php
return [
'label' => '',
'overview' => '{1} 1 |[2,*] :first :last :total ',
'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' => '{1} 1 |[2,*] :first :last :total ',
'fields' => [
'records_per_page' => [
'label' => '',
'options' => [
'all' => '',
],
],
],
'actions' => [
'go_to_page' => [
'label' => ' :page',
],
'next' => [
'label' => '',
],
'previous' => [
'label' => '',
],
],
];
Function Calls
None |
Stats
MD5 | 7d1d785cd29e571f8ee8c7f9fa4d124d |
Eval Count | 0 |
Decode Time | 119 ms |