Q. Which PHP function returns the current process ID?
β
Correct Answer: (A)
getpid()
Explanation: getpid() returns the process ID of the script.