Blog – Masonry

PHP

How to round half up numbers in php?

In this post, this function will round the number to half a unit in php.

PHP

What’s the difference between define and const in php?

In this post, we give you the difference between const and define in PHP.

PHP

How to use cURL in php?

CURL is the library account is used to help to make the transfer data through many other protocol (as HTTP, FPT …).

PHP

How to check if date is future date in php?

This tutorial shows you how to check date is future date in php. you will learn php check if date is after today.

PHP

How to get short month name from date in php?

In this article, we will implement a php get short month name from date.

PHP

What is the difference between new self vs new static in PHP?

What is the difference between new self and new static?
Self: Access to the class that declares it. Static: Access to the current object.

PHP

How to remove null values from multidimensional array in php?

In this post, we would like to share with you remove null array in multidimensional array php.

PHP

How to Get All Dates Between Two Dates in PHP?

In this post, we will give you very simple example how to get dates between two dates in PHP.