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' => '&laquo; Prcdent',
    'next'     => 'Suivant &raquo;',

];
 ?>

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' => '&laquo; Prcdent',
    'next'     => 'Suivant &raquo;',

];

Function Calls

None

Variables

None

Stats

MD5 97496ce226143f854e672ab9784c4fe0
Eval Count 0
Decode Time 81 ms