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 [ 'buttons' => [ 'filter' => 'lm', 'clear_all..
Decoded Output download
<?php
return [
'buttons' => [
'filter' => 'lm',
'clear_all_filters' => 'Clear all',
],
'labels' => [
'action' => 'Awn Igbese',
'results_per_page' => 'Esi Ni oju-iwe',
'clear_filter' => 'Ko lm',
'no_data' => 'Ko si awn igbasil ti a rii',
'all' => 'Gbogbo e',
'selected' => 'Oun To Mu',
'filtered' => 'Filter',
],
'placeholders' => [
'search' => 'Wa...',
'select' => 'Mu akoko Kan',
],
'pagination' => [
'showing' => 'Afihan',
'to' => 'Si',
'of' => 'ti',
'results' => 'Esi',
'all' => 'Gbogbo e',
],
'multi_select' => [
'select' => 'Mu',
'all' => 'Gbogbo e',
],
'select' => [
'select' => 'Mu',
'all' => 'Gbogbo e',
],
'boolean_filter' => [
'all' => 'Gbogbo e',
],
'input_text_options' => [
'is' => 'Ni',
'is_not' => 'kiise',
'contains' => 'Ninu',
'contains_not' => 'Ko Si Ninu',
'starts_with' => 'Bere Pelu',
'ends_with' => 'Pari Pelu',
'is_null' => 'is_null',
'is_not_null' => 'is_not_null',
'is_blank' => 'is_blank',
'is_not_blank' => 'is_not_blank',
'is_empty' => 'is_empty',
'is_not_empty' => 'is_not_empty',
],
'export' => [
'exporting' => 'jw duro!',
'completed' => 'O ti setan! Awn faili r ti etan fun igbasil',
],
'soft_deletes' => [
'message_with_trashed' => 'Displaying all records, including deleted ones.',
'message_only_trashed' => 'Displaying only deleted records.',
'without_trashed' => 'Without deleted',
'with_trashed' => 'With deleted',
'only_trashed' => 'Only deleted',
],
'multi_sort' => [
'message' => 'Multiple sort is active',
],
'buttons_macros' => [
'confirm' => [
'message' => 'Are you sure you want to perform this action?',
],
'confirm_prompt' => [
'message' => "Are you sure you want to perform this action?
Enter :confirmValue to confirm.",
],
],
];
?>
Did this file decode correctly?
Original Code
<?php
return [
'buttons' => [
'filter' => 'lm',
'clear_all_filters' => 'Clear all',
],
'labels' => [
'action' => 'Awn Igbese',
'results_per_page' => 'Esi Ni oju-iwe',
'clear_filter' => 'Ko lm',
'no_data' => 'Ko si awn igbasil ti a rii',
'all' => 'Gbogbo e',
'selected' => 'Oun To Mu',
'filtered' => 'Filter',
],
'placeholders' => [
'search' => 'Wa...',
'select' => 'Mu akoko Kan',
],
'pagination' => [
'showing' => 'Afihan',
'to' => 'Si',
'of' => 'ti',
'results' => 'Esi',
'all' => 'Gbogbo e',
],
'multi_select' => [
'select' => 'Mu',
'all' => 'Gbogbo e',
],
'select' => [
'select' => 'Mu',
'all' => 'Gbogbo e',
],
'boolean_filter' => [
'all' => 'Gbogbo e',
],
'input_text_options' => [
'is' => 'Ni',
'is_not' => 'kiise',
'contains' => 'Ninu',
'contains_not' => 'Ko Si Ninu',
'starts_with' => 'Bere Pelu',
'ends_with' => 'Pari Pelu',
'is_null' => 'is_null',
'is_not_null' => 'is_not_null',
'is_blank' => 'is_blank',
'is_not_blank' => 'is_not_blank',
'is_empty' => 'is_empty',
'is_not_empty' => 'is_not_empty',
],
'export' => [
'exporting' => 'jw duro!',
'completed' => 'O ti setan! Awn faili r ti etan fun igbasil',
],
'soft_deletes' => [
'message_with_trashed' => 'Displaying all records, including deleted ones.',
'message_only_trashed' => 'Displaying only deleted records.',
'without_trashed' => 'Without deleted',
'with_trashed' => 'With deleted',
'only_trashed' => 'Only deleted',
],
'multi_sort' => [
'message' => 'Multiple sort is active',
],
'buttons_macros' => [
'confirm' => [
'message' => 'Are you sure you want to perform this action?',
],
'confirm_prompt' => [
'message' => "Are you sure you want to perform this action? \n\n Enter :confirmValue to confirm.",
],
],
];
Function Calls
None |
Stats
MD5 | e889aadf91ba992a94d585479fbae9cf |
Eval Count | 0 |
Decode Time | 86 ms |