English
gethostname() function returns the hostname that returns the local machine.
gethostname()
An example gethostname() :
<?php echo gethostname ( ) ; ?>
gethostname ( )