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 [ 'field_password_keep' => '', 'field_select_dd_relationshi..
Decoded Output download
<?php
return [
'field_password_keep' => '',
'field_select_dd_relationship' => ' :method method :class class',
'type_checkbox' => 'Check Box',
'type_codeeditor' => 'Code Editor',
'type_file' => 'File',
'type_image' => 'Image',
'type_radiobutton' => 'Radio Button',
'type_richtextbox' => 'Rich Textbox',
'type_selectdropdown' => 'Select Dropdown',
'type_textarea' => 'Text Area',
'type_textbox' => 'Text Box',
];
?>
Did this file decode correctly?
Original Code
<?php
return [
'field_password_keep' => '',
'field_select_dd_relationship' => ' :method method :class class',
'type_checkbox' => 'Check Box',
'type_codeeditor' => 'Code Editor',
'type_file' => 'File',
'type_image' => 'Image',
'type_radiobutton' => 'Radio Button',
'type_richtextbox' => 'Rich Textbox',
'type_selectdropdown' => 'Select Dropdown',
'type_textarea' => 'Text Area',
'type_textbox' => 'Text Box',
];
Function Calls
None |
Stats
MD5 | ccea45cdac55eea59959aaac2cd08609 |
Eval Count | 0 |
Decode Time | 81 ms |