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 constructor and destructor in PHP?

0 Answers  


What is 'float' property in css?

0 Answers  


List types of array are available in php?

0 Answers  


Tell me how can we connect to a mysql database from a php script?

0 Answers  


what is php stands for?

23 Answers   Infosys, Satyam, Torque Infotech,






Tell me what are the __construct() and __destruct() methods in a php class?

0 Answers  


Which is faster for or foreach php?

0 Answers  


Is python easier than php?

0 Answers  


Is it easy to learn wordpress?

0 Answers  


What is a php form?

0 Answers  


What is use of isset function in php?

0 Answers  


display selected value in dropdown list through javascript without page refresh

1 Answers  


Categories