POSIX

Einführung

Dieses Modul enthält eine Schnittstelle zu den im IEEE 1003.1 (POSIX.1) Standards Dokument definierten Funktionen, die auf einem anderen Weg nicht erreichbar sind.

Warnung

Sensible Daten können mit den POSIX-Funktionen, z. B. posix_getpwnam() und Freunde, abgefragt werden.

Hinweis: Diese Erweiterung steht auf Windows-Plattformen nicht zur Verfügung.

add a note

User Contributed Notes 1 note

up
0
docvert at holloway dot co dot nz
17 years ago
I suggest changing the description of posix_times() from "Get process times" to "Get current process times" in order to follow the "current process" naming convention of the other functions.
To Top