Home
last modified time | relevance | path

Searched refs:gethostname (Results 1 – 7 of 7) sorted by relevance

/PHP-8.0/ext/standard/tests/network/
H A Dgethostname.phpt2 string gethostname(void);
7 var_dump(gethostname());
/PHP-8.0/build/
H A Dax_func_which_gethostbyname_r.m423 # If used in conjunction with gethostname.c, the API demonstrated in
/PHP-8.0/ext/standard/
H A Ddns.c122 PHP_FUNCTION(gethostname) in PHP_FUNCTION() argument
128 if (gethostname(buf, sizeof(buf))) { in PHP_FUNCTION()
H A Dbasic_functions.stub.php395 function gethostname(): string|false {} function
H A Dbasic_functions_arginfo.h2385 ZEND_FUNCTION(gethostname);
3013 ZEND_FE(gethostname, arginfo_gethostname)
/PHP-8.0/win32/
H A Dsendmail.c817 if (gethostname(PW32G(mail_local_host), HOST_NAME_LEN)) { in MailConnect()
/PHP-8.0/
H A Dconfigure.ac359 PHP_CHECK_FUNC(gethostname, nsl, network)

Completed in 32 milliseconds