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 function a(array $b): book { $res =true; foreach ($b as $k) { if ($k==0) { $..
Decoded Output download
<?php
function a(array $b): book
{
$res =true;
foreach ($b as $k) {
if ($k==0) {
$res=false;
break;
}
}
return $res;
} ?>
Did this file decode correctly?
Original Code
<?php
function a(array $b): book
{
$res =true;
foreach ($b as $k) {
if ($k==0) {
$res=false;
break;
}
}
return $res;
}
Function Calls
None |
Stats
MD5 | ec57a0ffa11ca84446c9343a5417b194 |
Eval Count | 0 |
Decode Time | 43 ms |