Jnr PHP/Codeigniter Developer Question:
Explain me what’s the difference between unset() and unlink()?
Answer:
unset() sets a variable to “undefined” while unlink() deletes a file we pass to it from the file system.
Previous Question | Next Question |
Tell me will comparison of string "10" and integer 11 work in PHP? | Tell us can you send an Ajax request to another domain? |