POSIX

Giriş

Bu eklenti, IEEE 1003.1 (POSIX.1) standardında tanımlanmış işlevler için bir arayüzdür.

Uyarı

posix_getpwnam() gibi POSIX işlevleri ile hassas verilere erişilebilmektedir.

Bilginize: Bu eklenti Windows sistemlerinde çalışmaz.

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