函数:getmypid()


getmypid

返回 PHP 的行程代号。

语法: int getmypid(void);

返回值: 整数

函数种类: PHP 系统功能

内容说明

本函数返回 PHP 的行程代号值 (PID)。若执行失败则返回 false 值。当 PHP 以 Apache 模块存在时,返回的 PID 值不见得是正确的。

参考

getmyuid()  get_current_user()  getmyinode()  getlastmod()  



[ 上一页 PHP 手册 下一页 ]

PHP 首页 | PHP 导读 | PHP 函数库 | PHP 函数索引 | PHP 范例程序