|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2003-06-07 00:49 UTC] philip@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Nov 20 06:00:01 2025 UTC |
"Example 1" under function 'gethostbyname' should read "gethostbyname", not "gethostbyaddr". gethostbyname ..... Example 1. A simple gethostbyaddr() example <?php $ip = gethostbyname('www.example.com'); print $ip; ?> See also gethostbyaddr().