POSIX
PHP Manual
PHP Manual»Розширення, що контролює обробку»POSIX

POSIX

Вступ

This module contains an interface to those functions defined in the IEEE 1003.1 (POSIX.1) standards document which are not accessible through other means.

Увага

Sensitive data can be retrieved with the POSIX functions, e.g. posix_getpwnam() and friends.

Зауваження: Для Windows-платформ це розширення недоступне.

To Top