Current Location: Home> Function Categories> gethostname

gethostname

Get the hostname
Name:gethostname
Category:Network
Programming Language:php
One-line Description:Returns the hostname.

Definition and usage

gethostname() function returns the hostname that returns the local machine.

Example

An example gethostname() :

 <?php
echo gethostname ( ) ;
?>

grammar

 gethostname ( )
Similar Functions
Popular Articles