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' => '« Oldingi',
'next' => 'Kegingi »',
];
?>
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' => '« Oldingi',
'next' => 'Kegingi »',
];
Function Calls
| None |
Stats
| MD5 | 55e696c00b2eab9f7502f7d2b40c325f |
| Eval Count | 0 |
| Decode Time | 85 ms |