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 declare(strict_types=1); return [ ['1', true], // ODS accepts boolean, Excel/G..
Decoded Output download
<?php
declare(strict_types=1);
return [
['1', true], // ODS accepts boolean, Excel/Gnumeric don't
['0', false], // ODS accepts boolean, Excel/Gnumeric don't
];
?>
Did this file decode correctly?
Original Code
<?php
declare(strict_types=1);
return [
['1', true], // ODS accepts boolean, Excel/Gnumeric don't
['0', false], // ODS accepts boolean, Excel/Gnumeric don't
];
Function Calls
None |
Stats
MD5 | 6d673dfea7c19ad1eeafbed83b32d3bb |
Eval Count | 0 |
Decode Time | 84 ms |