Stories by Liam Hammett on Medium: A Look At PHP’s isset()

  • You are here: Free PHP » Uncategorized » Stories by Liam Hammett on Medium: A Look At PHP’s isset()

isset() is one of the most important tools at your disposal to validate data in PHP. As the name implies, it is designed to verify if a variable given to it is set, returning a boolean value based on the result.However, it has some quirks and behaviours that are very much worth knowing as they ca...

Powered by Gewgley