Hostname: Difference between revisions

(Add Groovy)
Line 167:
 
<lang php>echo php_uname('n');</lang>
 
{{works with|PHP|5.3+}}
<lang php>echo gethostname();</lang>
 
=={{header|Pop11}}==
Anonymous user