php man page for posix_getpid

Query: posix_getpid

OS: php

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

POSIX_GETPID(3) 							 1							   POSIX_GETPID(3)

posix_getpid - Return the current process identifier

SYNOPSIS
int posix_getpid (void )
DESCRIPTION
Return the process identifier of the current process.
RETURN VALUES
Returns the identifier, as an integer.
EXAMPLES
Example #1 Example use of posix_getpid(3) <?php echo posix_getpid(); //8805 ?>
SEE ALSO
posix_kill(3), POSIX man page GETPID(2). PHP Documentation Group POSIX_GETPID(3)
Related Man Pages
pcntl_signal_dispatch(3) - php
cubrid_affected_rows(3) - php
cubrid_close_request(3) - php
php_strip_whitespace(3) - php
posix_getegid(3) - php
Similar Topics in the Unix Linux Community
Simple rules of the UNIX.COM forums:
Forum Video Tutorial: How to Use Code Tags
Coming Soon: Upgrade Forum Software (Dec 31 - Jan 1)
New Code Tags (Syntax Highlighting)
Please Welcome Nicki Paul to the Moderator Team!