What is the difference between the functions UNLINK
and UNSET?

Answers were Sorted based on User's Feedback



What is the difference between the functions UNLINK and UNSET? ..

Answer / subrat

unlink: is used to delete a file
unset is used to destroy an eralier declared variable

Is This Answer Correct ?    31 Yes 1 No

What is the difference between the functions UNLINK and UNSET? ..

Answer / ramse

Unset can be used for empty the value of variable or
contents of file but unlink destroy file.

Is This Answer Correct ?    12 Yes 2 No

What is the difference between the functions UNLINK and UNSET? ..

Answer / kirti

Function Unlink is used for deleting a file.
Function Unset is used for variable as to unset the variable
and free d memory allocated.

Is This Answer Correct ?    6 Yes 1 No

What is the difference between the functions UNLINK and UNSET? ..

Answer / adarsh katiyar

If you want delete some session data, you can use the
unset() or the session_destroy() function.

The unset() function is used to free the specified session
variable.

Is This Answer Correct ?    4 Yes 1 No

What is the difference between the functions UNLINK and UNSET? ..

Answer / 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

What is the difference between the functions UNLINK and UNSET? ..

Answer / raju kumar

unlink used for delete file from directory and unset used
for destroy variable like session.

Is This Answer Correct ?    3 Yes 1 No

What is the difference between the functions UNLINK and UNSET? ..

Answer / vineet sharma

unset() function is to destroy the temporary declared variable.
Unlink function is used to remove the link from the file

Is This Answer Correct ?    1 Yes 0 No

What is the difference between the functions UNLINK and UNSET? ..

Answer / ramthiraviya

unlink():: is a function for file system handling.it will
simply file in context
unset():: is a function for variable management.it will make
a variable undefined

Is This Answer Correct ?    4 Yes 5 No

Post New Answer

More PHP Interview Questions

What is query string php?

0 Answers  


How do I run a php program in dreamweaver?

0 Answers  


Which array function checks if the particular key exists in the array?

0 Answers  


can any please tel me about "Expression Engine"

1 Answers  


How can I find my php version?

0 Answers  






what are in image creating functions in php

5 Answers   A1 Technology,


Why php is used in html?

0 Answers  


What is magic function in php?

0 Answers  


How can I load data from a text file into a table?

0 Answers  


What is an associative array?

0 Answers  


What is php's mysqli extension?

0 Answers  


what is "mysql_pconnect", i know mysql_connect but what it is pconnect is their?

2 Answers  


Categories