This post wants to go through PHP’s main features from 7.0 to 8.0 in a bullet point style with some…
Software Developer
Blogger
Photographer
Full Stack Developer
Photo Enthusiast
Web Developer
This post wants to go through PHP’s main features from 7.0 to 8.0 in a bullet point style with some…
To understand the concept of closure, we need to know the differences between the static scope and dynamic scope. Besides,…
Sometimes we forget the limitation of $_GET in PHP by heart. This note can be helpful to refresh our knowledge.