None of the posix_* functions are available under Windows, since Windows is not POSIX compliant. But there seems to be / was an optional software package available, see here: https://en.wikipedia.org/wiki/Microsoft_POSIX_subsystem
(PHP 4, PHP 5, PHP 7, PHP 8)
posix_getuid — Liefert die reale Benutzer-ID des aktuellen Prozesses
Gibt die reale numerische Benutzer-ID des aktuellen Prozesses zurück.
Diese Funktion besitzt keine Parameter.
Gibt die Kennung als int zurück.
Beispiel #1 posix_getuid()-Beispiel
<?php
echo posix_getuid(); //10000
?>
None of the posix_* functions are available under Windows, since Windows is not POSIX compliant. But there seems to be / was an optional software package available, see here: https://en.wikipedia.org/wiki/Microsoft_POSIX_subsystem