(PHP 4, PHP 5, PHP 7)
posix_getpid — ���ص�ǰ���� id
Return the process identifier of the current process. ���ص�ǰ���̵� id
���ؽ��� id �ţ������ͣ�integer����
Example #1 posix_getpid() ��ʹ������
<?phpecho posix_getpid(); //8805?>