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 [ 'about_groups_title' => ' ', 'about_groups' ..

Decoded Output download

<?php

return [
    'about_groups_title'            => ' ',
    'about_groups'                  => '       .',
    'group_management' 	 	=> '  ',
    'create' 	 	 	    => '  ',
    'update' 	 		        => ' ',
    'group_name' 	 		=> '  ',
    'group_admin' 	 		=> '  ',
    'allow' 	 			=> '',
    'deny' 	 				=> '',
    'permission'            => 'Permission',
    'grant'                 => 'Grant',
    'no_permissions'        => 'This group has no permissions.'
];
 ?>

Did this file decode correctly?

Original Code

<?php

return [
    'about_groups_title'            => ' ',
    'about_groups'                  => '       .',
    'group_management' 	 	=> '  ',
    'create' 	 	 	    => '  ',
    'update' 	 		        => ' ',
    'group_name' 	 		=> '  ',
    'group_admin' 	 		=> '  ',
    'allow' 	 			=> '',
    'deny' 	 				=> '',
    'permission'            => 'Permission',
    'grant'                 => 'Grant',
    'no_permissions'        => 'This group has no permissions.'
];

Function Calls

None

Variables

None

Stats

MD5 4c544d69ef2df9b61fc938684003cfe9
Eval Count 0
Decode Time 94 ms