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_getaddrinfo(uv_default_loop(),function($s,$names){ var_dump($names); },"yahoo..
Decoded Output download
<?php
uv_getaddrinfo(uv_default_loop(),function($s,$names){
var_dump($names);
},"yahoo.com", NULL ,array(
"ai_family" => UV::AF_UNSPEC
));
uv_run();
?>
Did this file decode correctly?
Original Code
<?php
uv_getaddrinfo(uv_default_loop(),function($s,$names){
var_dump($names);
},"yahoo.com", NULL ,array(
"ai_family" => UV::AF_UNSPEC
));
uv_run();
Function Calls
| uv_default_loop | 1 |
Stats
| MD5 | f84239ff8df7302f241c6dc4e245bc49 |
| Eval Count | 0 |
| Decode Time | 103 ms |