
What Are Return Types in PHP ?
I studied Java in my university. It was strictly typed programming language and had to define the return type for a function. But, I started my career as PHP developer with PHP programming. PHP 5.6 did not had a concept of return type or type hinting. In my early days, I used to get confused. I worked in many small to big projects. For all projects I used PHP and this language become primary backend programming language for me....