Showing posts with label What is the difference between the functions unlink and unset?. Show all posts
Showing posts with label What is the difference between the functions unlink and unset?. Show all posts

Friday, November 7, 2008

What is the difference between the functions unlink and unset?

What is the difference between the functions unlink and unset?
unlink() is a function for file system handling. It will simply delete the file in context.unset() is a function for variable management. It will make a variable undefined.

How to solve mysql ERROR 1118 (42000) Row size too large

  I had this issue with MYSQL 5.7 . The following worked althoug...