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 [ 'additional_fields'=> '', 'category' => '', 'content' ..
Decoded Output download
<?php
return [
'additional_fields'=> '',
'category' => '',
'content' => '',
'details' => '',
'excerpt' => '<small></ small>',
'image' => '',
'meta_description' => ' ',
'meta_keywords' => ' ',
'new' => '',
'seo_content' => 'SEO',
'seo_title' => 'SEO',
'slug' => 'URL',
'status' => '',
'status_draft' => '',
'status_pending' => '',
'status_published' => '',
'title' => '',
'title_sub' => '',
'update' => '',
];
?>
Did this file decode correctly?
Original Code
<?php
return [
'additional_fields'=> '',
'category' => '',
'content' => '',
'details' => '',
'excerpt' => '<small></ small>',
'image' => '',
'meta_description' => ' ',
'meta_keywords' => ' ',
'new' => '',
'seo_content' => 'SEO',
'seo_title' => 'SEO',
'slug' => 'URL',
'status' => '',
'status_draft' => '',
'status_pending' => '',
'status_published' => '',
'title' => '',
'title_sub' => '',
'update' => '',
];
Function Calls
None |
Stats
MD5 | bdda98982464b8cf1076216f21623f24 |
Eval Count | 0 |
Decode Time | 103 ms |