getmypid
- Gets PHP's process ID
echo 'Current process ID:' . getmypid();
The output will be:
Current process ID:4868
by Valeri Tandilashvili
4 years ago
PHP
functions
1
Pro tip: use ```triple backticks around text``` to write in code fences