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; Forrige',
    'next'     => 'Nste &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; Forrige',
    'next'     => 'Nste &raquo;',

];

Function Calls

None

Variables

None

Stats

MD5 a8160bbd72b9ebccab57c2390c968809
Eval Count 0
Decode Time 104 ms