gethostname

Example

 string gethostname ( void ) 

Description

gethostname() gets the standard host name for the local machine.

Return Values

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