What is the difference between the functions UNLINK
and UNSET?
Answer Posted / ramtej
UNLINK function is used to delete a file,
UNSET function is used to free the specified session variable
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Which is true about the singleton design pattern?
Which function will suitably replace 'x' if the size of a file needs to be checked? $Size=x(filename);
How is it possible to cast types in php?
What is the meaning of php?
How to open a file for reading?
Which is better mysql or sql?
What is ltrim?
How to pad an array with the same value multiple times?
What are the correct and the most two common way to start and finish a PHP block of code?
Explain the difference between urlencode and urldecode?
What is a base url?
Are parent constructors called implicitly inside a class constructor?
What is form validation in php?
what are interfaces and Abstart classes
How to check a key exist in an array?