POSIX_GETPID(3) 1 POSIX_GETPID(3) posix_getpid - Return the current process identifierSYNOPSISint posix_getpid (void )DESCRIPTIONReturn the process identifier of the current process.RETURN VALUESReturns the identifier, as an integer.EXAMPLESExample #1 Example use of posix_getpid(3) <?php echo posix_getpid(); //8805 ?>SEE ALSOposix_kill(3), POSIX man page GETPID(2). PHP Documentation Group POSIX_GETPID(3)
| Related Man Pages |
|---|
| pcntl_sigwaitinfo(3) - php |
| pcntl_signal(3) - php |
| cubrid_affected_rows(3) - php |
| ldap_errno(3) - php |
| ldap_get_option(3) - php |
| Similar Topics in the Unix Linux Community |
|---|
| Simple rules of the UNIX.COM forums: |
| Rules for Homework & Coursework Questions Forum |
| UNIX.COM 2017 Year End Summary |
| New Code Tags (Syntax Highlighting) |