php_uname()
(funzione PHP) restituisce informazioni sul sistema operativo del server PHP.
tips&tricks
E’ possibile ottenere informazioni sul server PHP anche attraverso la costante predefinita PHP_OS
.
Sintassi
php_uname();
parametro | descrizione |
---|---|
– | Nessuno |
Esempi
echo php_uname(); // Linux checker 3.16.0-4-amd64 #1 SMP Debian 3.16.43-2+deb8u5 (2017-09-19) x86_64
Contenuti correlati
- CSS
- HTML
- JavaScript
- jQuery
- PHP
- SQL
- WORDPRESS
0 Comment