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 // DataTable translations from: https://github.com/DataTables/Plugins/tree/master/i..

Decoded Output download

<?php

// DataTable translations from: https://github.com/DataTables/Plugins/tree/master/i18n
return [
    'sEmptyTable'     => '',
    'sInfo'           => ' _START_  _END_  _TOTAL_ ',
    'sInfoEmpty'      => ' 0  0  0 ',
    'sInfoFiltered'   => '( _MAX_ )',
    'sInfoPostFix'    => '',
    'sInfoThousands'  => ',',
    'sLengthMenu'     => ' _MENU_ ',
    'sLoadingRecords' => '...',
    'sProcessing'     => '...',
    'sSearch'         => '',
    'sZeroRecords'    => '',
    'oPaginate'       => [
        'sFirst'    => '',
        'sLast'     => '',
        'sNext'     => '',
        'sPrevious' => '',
    ],
    'oAria' => [
        'sSortAscending'  => ': ',
        'sSortDescending' => ': ',
    ],
];
 ?>

Did this file decode correctly?

Original Code

<?php

// DataTable translations from: https://github.com/DataTables/Plugins/tree/master/i18n
return [
    'sEmptyTable'     => '',
    'sInfo'           => ' _START_  _END_  _TOTAL_ ',
    'sInfoEmpty'      => ' 0  0  0 ',
    'sInfoFiltered'   => '( _MAX_ )',
    'sInfoPostFix'    => '',
    'sInfoThousands'  => ',',
    'sLengthMenu'     => ' _MENU_ ',
    'sLoadingRecords' => '...',
    'sProcessing'     => '...',
    'sSearch'         => '',
    'sZeroRecords'    => '',
    'oPaginate'       => [
        'sFirst'    => '',
        'sLast'     => '',
        'sNext'     => '',
        'sPrevious' => '',
    ],
    'oAria' => [
        'sSortAscending'  => ': ',
        'sSortDescending' => ': ',
    ],
];

Function Calls

None

Variables

None

Stats

MD5 71e5356c8bea8e790db99a3894100af1
Eval Count 0
Decode Time 79 ms