|
PHP5中文手册
posix_getpwuid(PHP 4, PHP 5) posix_getpwuid — Return info about a user by user id 说明
array posix_getpwuid
( int $uid
)
Returns an array of information about the user referenced by the given user ID. 参数
返回值Returns an associative array with the following elements:
范例
Example#1 Example use of posix_getpwuid()
<?php 上例的输出类似于:
|