php 현재 컴퓨터의 IP 가져오기 comago 2022년 11월 24일 Leave a Comment function getLocalIP(){ $aAddr = gethostbynamel(php_uname('n')); $sIP = $aAddr[0]; }