Home
last modified time | relevance | path

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

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

Completed in 33 milliseconds