Junior PHP Developer Question:
Tell me what does accessing a class via :: means?
Answer:
:: is used to access static methods that do not require object initialization.
Previous Question | Next Question |
Explain what does the unlink() function means? | Tell me how can we get the error when there is a problem to upload a file? |