Blog – Masonry + Sidebar

PHP

How to convert camelCase to underscore in php?

Use PHP to convert the camelCase string into an underscore-separated or other character separated.

PHP

How to remove all non-numeric characters from a string in php?

In this post, We can remove all non-\alphanumeric characters from the string with preg_\replace() function in PHP.

PHP

How to add hours and minutes in PHP?

Here we’ll provide the simplest way to add minutes, hours and seconds to time using PHP. In PHP, using date() and strtotime() function you can easily increase or decrease time.

PHP

How to convert atom date to date in PHP?

This post converting the Atom Date format to Date format with any format in php.

PHP

How to remove all spaces from string in php?

In this post, use the PHP pregReplace() function to strip or remove all whitespaces inside a string.

PHP

How to convert to capital string in php?

This post, we helps you convert string to capital string.