geteuid

来自「C实现的MUD,对大家基本入门网络游戏很有帮助!」· 代码 · 共 25 行

TXT
25
字号
     ggggeeeetttteeeeuuuuiiiidddd((((3333))))             MMMMuuuuddddOOOOSSSS ((((5555 SSSSeeeepppp 1111999999994444))))              ggggeeeetttteeeeuuuuiiiidddd((((3333))))     NNNNAAAAMMMMEEEE          geteuid() - return the effective user id of an object or          function     SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS          string geteuid( object|function );     DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN          If given an object argument, geteuid returns the effective          user id (euid) of the object.  If given an argument of type          'function', it returns the euid of the object that created          that 'function' variable.  If the object, at the time of the          function variable's construction, had no euid, the object's          uid is stored instead.     SSSSEEEEEEEE AAAALLLLSSSSOOOO          seteuid(3), getuid(3), functionp(3), export_uid(3),          previous_object(3), this_object(3), valid_seteuid(4)     Page 1                                          (printed 3/16/95)

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?