How to count Using substr_count function in PHP ?

In this tutorial we’re going to learn how to use substr_count function in php with example. 1step create below file And put below code Output:-

What is constructor ? Use of Constructor in laravel ?

A constructor is a special method that is called automatically when an object of a class is created. It is used to initialize the object’s properties and…