Searched refs:gethostname (Results 1 – 8 of 8) sorted by relevance
59 PHP_FUNCTION(gethostname);
129 PHP_FUNCTION(gethostname) in PHP_FUNCTION() argument137 if (gethostname(buf, sizeof(buf) - 1)) { in PHP_FUNCTION()
3016 PHP_FE(gethostname, arginfo_gethostname)
28 if (gethostbyaddr($host) != gethostname()) {
783 if (gethostname(LocalHost, HOST_NAME_LEN)) { in MailConnect()
376 PHP_CHECK_FUNC(gethostname, nsl)547 gethostname \
559 - Network: gethostname()
3022 - Added gethostname() to return the current system host name. (Ilia)
Completed in 59 milliseconds