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 uv_fs_rmdir(uv_default_loop(), "hoge", function($result){ var_dump($result); })..
Decoded Output download
<?php
uv_fs_rmdir(uv_default_loop(), "hoge", function($result){
var_dump($result);
});
uv_run();
?>
Did this file decode correctly?
Original Code
<?php
uv_fs_rmdir(uv_default_loop(), "hoge", function($result){
var_dump($result);
});
uv_run();
Function Calls
| uv_default_loop | 1 |
Stats
| MD5 | 5a4ecdb9f474c9fb2265b9531f1ec5b9 |
| Eval Count | 0 |
| Decode Time | 106 ms |