PHP » PYTHON |
login |
register |
about
|
PYTHON posix_getpgid
is this article helpful?
|
Python replacement for PHP's posix_getpgid
[
edit
| history
]
import os os.getpgid(pid) posix_getpgid(PHP 4, PHP 5) posix_getpgid — Get process group id for job control Description
int posix_getpgid
( int $pid
)
Returns the process group identifier of the process pid . Parameters
Return ValuesReturns the identifier, as an integer. Examples
Example #1 Example use of posix_getpgid()
<?php
Notes
|
more
Recently updated
more
Most requested
more
Last requests
|