| 
 | gethostnameGets the host name Description
   string gethostname
    ( void
   ) gethostname gets the standard host name for the local machine. Return Values
   Returns a string with the hostname on success, otherwise  Examples
 Example #1 A simple gethostname example 
<?phpSee Also
 
 |