PHP.nl

gethostname

gethostname

Gets the host name

 **gethostname**
gets the standard host name for 

the local machine. gethostname

Returns a string with the hostname on success, otherwise false is returned.

Voorbeeld: A simple example

<?php
echo gethostname(); // may output e.g,: sandie
?>

gethostbyname``gethostbyaddr``php_uname