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( 'group_exists' => ' !', 'group_not_found' => 'G..

Decoded Output download

<?php

return array(

    'group_exists'        => '   !',
    'group_not_found'     => 'Group ID :id does not exist.',
    'group_name_required' => '  ',

    'success' => array(
        'create' => '  .',
        'update' => '  .',
        'delete' => '   .',
    ),

    'delete' => array(
        'confirm'   => '        ?',
        'create' => '   .   .',
        'update' => '   .   .',
        'delete' => '   .   .',
    ),

);
 ?>

Did this file decode correctly?

Original Code

<?php

return array(

    'group_exists'        => '   !',
    'group_not_found'     => 'Group ID :id does not exist.',
    'group_name_required' => '  ',

    'success' => array(
        'create' => '  .',
        'update' => '  .',
        'delete' => '   .',
    ),

    'delete' => array(
        'confirm'   => '        ?',
        'create' => '   .   .',
        'update' => '   .   .',
        'delete' => '   .   .',
    ),

);

Function Calls

None

Variables

None

Stats

MD5 396511787728093b687d9179bdf11fe9
Eval Count 0
Decode Time 76 ms