repl.txt (423B)
1 2 {{alias}}() 3 Returns the effective numeric user identity of the calling process. 4 5 The function only returns an effective user identity on POSIX platforms. For 6 all other platforms (e.g., Windows and Android), the function returns 7 `null`. 8 9 Returns 10 ------- 11 id: integer|null 12 Effective numeric user identity. 13 14 Examples 15 -------- 16 > var uid = {{alias}}() 17 18 See Also 19 -------- 20