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

What are the Formatting and Printing Strings available in PHP?

0 Answers  


How to return a value back to the function caller?

0 Answers  


Why many companies are switching their current business language to php?

0 Answers  


What is php mainly used for?

0 Answers  


Tell me what is the main difference between php 4 and php 5?

0 Answers  






How do I expire a php session after 30 minutes?

0 Answers  


How do I display php errors?

0 Answers  


i have a string and that string contains the alphanumeric value and i want to hide or semihide the 10 digit telephone number from the string.

0 Answers  


Is empty java?

0 Answers  


What is php and what does it do?

0 Answers  


What is difference between str_replace and substr_replace

1 Answers  


How to reset/destroy a cookie in php?

0 Answers  


Categories