What is the difference between the functions unlink and unset?
Answer Posted / umapathi
unlink-deletes the file
unset-unsets the variable
| Is This Answer Correct ? | 50 Yes | 2 No |
Post New Answer View All Answers
Tell me will a comparison of an integer 12 and a string "13" work in php?
Is multilevel inheritance possible in php?
Tell me what is the actually used php version?
What is chrome logger?
What is a null coalescing operator in php7?
How to remove the new line character from the end of a text line?
What is htaccess? Why do we use this and where?
What is the output of the ucwords function in this example?
Who is the father or inventor of php?
What does the expression exception::__tostring means?
What is stdclass in php?
Can you pass an array into a function?
What are the functions for imap?
Name and explain five of the PHP error constants?
What is the difference between include and require?