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...
Comments are closed.