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'                      => 'Department Name',
    'manager'                   => 'Manager',
    'location'                  => 'Location',
    'create'                    => 'Create Department',
    'update'                    => 'Update Department',
    );
 ?>

Did this file decode correctly?

Original Code

<?php

return array(

    'id'                        => 'Ang ID',
    'name'                      => 'Department Name',
    'manager'                   => 'Manager',
    'location'                  => 'Location',
    'create'                    => 'Create Department',
    'update'                    => 'Update Department',
    );

Function Calls

None

Variables

None

Stats

MD5 5da977a9ed9d319ad6cd1a78ef10c295
Eval Count 0
Decode Time 80 ms