Searched refs:gethostname (Results 1 – 8 of 8) sorted by relevance
2 string gethostname(void);7 var_dump(gethostname());
23 # If used in conjunction with gethostname.c, the API demonstrated in
125 PHP_FUNCTION(gethostname) in PHP_FUNCTION() argument131 if (gethostname(buf, sizeof(buf))) { in PHP_FUNCTION()
2129 function gethostname(): string|false {}
2464 ZEND_FUNCTION(gethostname);3060 ZEND_FE(gethostname, arginfo_gethostname)
687 if (gethostname(buf, sizeof(buf) - 1) == 0) {
818 if (gethostname(PW32G(mail_local_host), HOST_NAME_LEN)) { in MailConnect()
546 gethostname
Completed in 38 milliseconds