Network PHP网络参考
一个gethostname()示例:
<?php echo gethostname(); ?>
gethostname()函数返回本地计算机的主机名。
gethostname()