[PHP] php_uname()

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

Fonti esterne

funzioni php, php

Related Articles

0 Comment

Rispondi