|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[1998-06-25 17:39 UTC] rasmus
[2023-06-03 17:33 UTC] git@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2026 The PHP GroupAll rights reserved. |
Last updated: Tue Jun 16 04:00:01 2026 UTC |
$result = gethostbyname("www.name.com"); outputs a warning which is unwanted, we can tell that if it returns the input that the look-up did not suceed. Is there anyway to turn off this warning?