当我使用php时,通过ip或计算机名读取局域网上的文件。如果我使用函数file_get_contents ($url,true);结果:
Warning: file_get_contents(\\192.168.0.200\testshare\1.txt)[function.file-get-contents]: failed to open stream: Permission denied in D:\services\htdoc
Ubuntu使用'avahi‘在本地网络上执行主机名查找,这允许我通过在名称中添加'.local’来查找其他计算机,例如laptop.local或desktop.local。但是,avahi似乎不对本地网络上计算机的IP地址执行反向查找。因此,当应用程序查找本地计算机的IP地址时,向Internet上的Internet DNS