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
122 PHP_FUNCTION(gethostname) in PHP_FUNCTION() argument128 if (gethostname(buf, sizeof(buf))) { in PHP_FUNCTION()
395 function gethostname(): string|false {} function
2385 ZEND_FUNCTION(gethostname);3013 ZEND_FE(gethostname, arginfo_gethostname)
817 if (gethostname(PW32G(mail_local_host), HOST_NAME_LEN)) { in MailConnect()
359 PHP_CHECK_FUNC(gethostname, nsl, network)
Completed in 37 milliseconds