You've already forked qlg.tsgz.moe
Init Repo
This commit is contained in:
8
vendor/swoole/examples/coroutine/gethostbyname.php
vendored
Executable file
8
vendor/swoole/examples/coroutine/gethostbyname.php
vendored
Executable file
@ -0,0 +1,8 @@
|
||||
<?php
|
||||
use Swoole\Coroutine as co;
|
||||
|
||||
co::create(function() {
|
||||
$ip = co::gethostbyname("www.baidu.com");
|
||||
echo "IP: $ip\n";
|
||||
});
|
||||
|
Reference in New Issue
Block a user