Blog – Masonry + Sidebar

PHP

How to get a random string in php?

This tutorial includes several methods of generating a unique, random, alpha-numeric string with PHP.

PHP

How to convert pascal case decode in php?

In this post, We will show you how to convert pascal case decode.

PHP

How to sort array in PHP?

In this post, we show you 2 ways to sort arrays using strnatcmp() and strcmp() functions.

PHP

How to convert string to date in php?

In this tutorial, we’ll explore several ways to convert String into Date objects.

PHP

How to delete object’s property in php?

In this article, we show how to delete all properties of an object in PHP.

PHP

How to get file extension in php?

This post, we helps you get file extension.