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( 'about' => ' ', 'archived' => '', 'create' ..
Decoded Output download
<?php
return array(
'about' => ' ',
'archived' => '',
'create' => ' ',
'color' => ' ',
'default_label' => ' ',
'default_label_help' => ' / .',
'deployable' => ' ',
'info' => ' . . .',
'name' => ' ',
'pending' => ' ',
'status_type' => ' ',
'show_in_nav' => ' ',
'title' => ' ',
'undeployable' => ' ',
'update' => ' ',
);
?>
Did this file decode correctly?
Original Code
<?php
return array(
'about' => ' ',
'archived' => '',
'create' => ' ',
'color' => ' ',
'default_label' => ' ',
'default_label_help' => ' / .',
'deployable' => ' ',
'info' => ' . . .',
'name' => ' ',
'pending' => ' ',
'status_type' => ' ',
'show_in_nav' => ' ',
'title' => ' ',
'undeployable' => ' ',
'update' => ' ',
);
Function Calls
None |
Stats
MD5 | 653fb9d1185c6c6e3e8120b6ec3e0159 |
Eval Count | 0 |
Decode Time | 98 ms |