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 array( 'id' => 'ID', 'name' => 'Nom', 'users' ..
Decoded Output download
<?php
return array(
'id' => 'ID',
'name' => 'Nom',
'users' => '# d\' Utilisateurs',
);
?>
Did this file decode correctly?
Original Code
<?php
return array(
'id' => 'ID',
'name' => 'Nom',
'users' => '# d\' Utilisateurs',
);
Function Calls
None |
Stats
MD5 | 5146550b05447a15fc4d6ec17dac9a75 |
Eval Count | 0 |
Decode Time | 81 ms |