Skip to content

Instantly share code, notes, and snippets.

@cosmos-sajal
Last active September 13, 2018 10:10
Show Gist options
  • Save cosmos-sajal/1ebd2062e9ccf8be6f74ee56de48bb7f to your computer and use it in GitHub Desktop.
Save cosmos-sajal/1ebd2062e9ccf8be6f74ee56de48bb7f to your computer and use it in GitHub Desktop.
getting PID in PHP
/**
* @return Integer
*/
public function getProcessId()
{
return getmypid();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment