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