public function BackgroundProcess::getPID in Background Process 7.2
Get current user id.
File
- ./
background_process.inc, line 235 - External API short overview
Class
- BackgroundProcess
- @file
Code
public function getPID() {
return $this->pid;
}