Junior PHP Developer Question:
Explain what does the unlink() function means?
Answer:
The unlink() function is dedicated for file system handling. It simply deletes the file given as entry.
Previous Question | Next Question |
Explain me how failures in execution are handled with include() and require() functions? | Tell me what does accessing a class via :: means? |