What is the difference between unlink and unset ?

Answers were Sorted based on User's Feedback



What is the difference between unlink and unset ?..

Answer / prasad konnur

unlink delete the specified file
and unset destroy the variable

Is This Answer Correct ?    23 Yes 0 No

What is the difference between unlink and unset ?..

Answer / raghavaiah.k

Unlink is a function for file system handling. It will
simply delete the file in context!
And unset will set unset the variable.

Is This Answer Correct ?    12 Yes 1 No

What is the difference between unlink and unset ?..

Answer / rakesh

unlink delete the specified file and unset which destroy
the variable

Is This Answer Correct ?    10 Yes 1 No

Post New Answer

More PHP Interview Questions

Whats the difference between include() and require()?

4 Answers  


How to convert any type of video formate in flv formate in php can any buddy give me coding.

1 Answers  


Tell us why did you choose this particular career path?

0 Answers  


What is escape data in php?

0 Answers  


Explain mixed and callback functions?

0 Answers  






What is ltrim?

0 Answers  


What does the scope of variables mean?

0 Answers  


How arrays are passed through arguments?

0 Answers  


How to create database connection and query in php?

0 Answers  


What is var_dump?

0 Answers  


How to get a total number of elements used in the array?

0 Answers  


How to create a table using php?

0 Answers  


Categories