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 [ 'actions' => [ 'close' => [ 'label' => 'Zamknij'..
Decoded Output download
<?php
return [
'actions' => [
'close' => [
'label' => 'Zamknij',
],
],
];
?>
Did this file decode correctly?
Original Code
<?php
return [
'actions' => [
'close' => [
'label' => 'Zamknij',
],
],
];
Function Calls
None |
Stats
MD5 | af93da134387a45f741918240e4b0628 |
Eval Count | 0 |
Decode Time | 89 ms |