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_suppliers_title' => '', 'about_suppliers_text' => '',..
Decoded Output download
<?php
return array(
'about_suppliers_title' => '',
'about_suppliers_text' => '',
'address' => '',
'assets' => '',
'city' => '',
'contact' => '',
'country' => '',
'create' => '',
'email' => 'E-Mail',
'fax' => 'Fax',
'id' => 'ID',
'licenses' => '',
'name' => '',
'notes' => '',
'phone' => '',
'state' => '',
'suppliers' => '',
'update' => '',
'view' => '',
'view_assets_for' => '',
'zip' => '',
);
?>
Did this file decode correctly?
Original Code
<?php
return array(
'about_suppliers_title' => '',
'about_suppliers_text' => '',
'address' => '',
'assets' => '',
'city' => '',
'contact' => '',
'country' => '',
'create' => '',
'email' => 'E-Mail',
'fax' => 'Fax',
'id' => 'ID',
'licenses' => '',
'name' => '',
'notes' => '',
'phone' => '',
'state' => '',
'suppliers' => '',
'update' => '',
'view' => '',
'view_assets_for' => '',
'zip' => '',
);
Function Calls
None |
Stats
MD5 | 15c2b28170d7614b1ef3cbeddfa8558f |
Eval Count | 0 |
Decode Time | 92 ms |