gethostname
Gets the host name
Description
stringfalse gethostname()
Parameters
This function has no parameters.
Return Values
Returns a string with the hostname on success, otherwise false
is
returned.
Examples
Example #1 A simple gethostname example
<?php
echo gethostname(); // may output e.g,: sandie
?>
See Also
- gethostbyname
- gethostbyaddr
- php_uname