Q. Which PHP function gets the current working directory?
β
Correct Answer: (B)
getcwd()
Explanation: getcwd() returns the current working directory.