我寫的原始程式碼如下:
function the_lan_ip() {//
if (!is_windows_os()) { //如果不是windows作業系統,執行ifconfig,去捉對應的IPv4的IP
exec('ifconfig' , $output);
for ($i = 0; $i error_reporting(0);
preg_match('/inet.*:(.*)
以上就介紹了PHP得到區域網路IP的函數,還不是很好用,哪位大神幫忙優化一下,包括了方面的內容,希望對PHP教程有興趣的朋友有所幫助。