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 return array( 'id' => 'Ang ID', 'name' ..

Decoded Output download

<?php

return array(

    'id'                        => 'Ang ID',
    'name'                      => 'Ang Pangalan ng Departamento',
    'manager'                   => 'Ang Namamahala',
    'location'                  => 'Ang Lokasyon',
    'create'                    => 'Magsagawa ng Departamento',
    'update'                    => 'I-update ang Departamento',
    );
 ?>

Did this file decode correctly?

Original Code

<?php

return array(

    'id'                        => 'Ang ID',
    'name'                      => 'Ang Pangalan ng Departamento',
    'manager'                   => 'Ang Namamahala',
    'location'                  => 'Ang Lokasyon',
    'create'                    => 'Magsagawa ng Departamento',
    'update'                    => 'I-update ang Departamento',
    );

Function Calls

None

Variables

None

Stats

MD5 370fba4c3b749e9fba2dbab223bcb263
Eval Count 0
Decode Time 87 ms