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