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 /** * Pagination Language Lines * The following language lines are used by the pag..
Decoded Output download
<?php
/**
* Pagination Language Lines
* The following language lines are used by the paginator library to build
* the simple pagination links.
*/
return [
'previous' => '« Anterior',
'next' => 'Segent »',
];
?>
Did this file decode correctly?
Original Code
<?php
/**
* Pagination Language Lines
* The following language lines are used by the paginator library to build
* the simple pagination links.
*/
return [
'previous' => '« Anterior',
'next' => 'Segent »',
];
Function Calls
None |
Stats
MD5 | 95b68d5a8207b69f2216994c394520dc |
Eval Count | 0 |
Decode Time | 83 ms |