Searched refs:gethostname (Results 1 – 7 of 7) sorted by relevance
2 string gethostname(void);7 var_dump(gethostname());
23 # If used in conjunction with gethostname.c, the API demonstrated in
126 PHP_FUNCTION(gethostname) in PHP_FUNCTION() argument132 if (gethostname(buf, sizeof(buf))) { in PHP_FUNCTION()
542 function gethostname(): string|false {} function
2395 ZEND_FUNCTION(gethostname);3026 ZEND_FE(gethostname, arginfo_gethostname)
817 if (gethostname(PW32G(mail_local_host), HOST_NAME_LEN)) { in MailConnect()
361 PHP_CHECK_FUNC(gethostname, nsl, network)
Completed in 74 milliseconds