Start · Sprachen · PHP · Referenz · PHP_OS

PHP_OS

Konstante

Name des OS, auf dem PHP läuft — <code>Linux</code>, <code>Darwin</code>, <code>WINNT</code>.

seit PHP 4.0.0 Kategorie: misc

Signatur

const PHP_OS

Beschreibung

Für einfaches Platform-Branching. Für saubere Fälle: PHP_OS_FAMILY.

Rückgabewert

Typ
string

Beispiele

Basis

<?php

echo PHP_OS; // Darwin (macOS)