Adam Biro

Software Developer

Blogger

Photographer

Full Stack Developer

Photo Enthusiast

Web Developer

Adam Biro
Adam Biro

Software Developer

Blogger

Photographer

Full Stack Developer

Photo Enthusiast

Web Developer

Tag: php

March 26, 2022 [0] New Features Of the Main PHP Versions from 7.0 to 8.0.

This post wants to go through PHP’s main features from 7.0 to 8.0 in a bullet point style with some…

March 10, 2022 What is a Closure in computer programming?

To understand the concept of closure, we need to know the differences between the static scope and dynamic scope. Besides,…

January 17, 2022 What are the differences between the Get and Post methods?

Sometimes we forget the limitation of $_GET in PHP by heart. This note can be helpful to refresh our knowledge.