Tag: CORE PHP

7 years ago

Lambdas and Closures are new features added to PHP with version 5.3 and greater. Both Lambdas and Closures come with some new functionality and the Read More

7 years ago

PHP supports Type Hinting concept from the version PHP 5 and I have explained about Type Hinting before but today I am going to explain Read More

7 years ago

PHP supports functions which allow you to execute PHP code from the command line. You don’t need a browser to execute your PHP code. Today Read More

7 years ago

In this article, we are going to learn, what is PHP Encapsulation? What the advantages of PHP Encapsulation? Before we move to the conceptual understanding Read More

7 years ago

A few days back, I was watching one movie “Ratatouille”. I saw a rat cooking like a professional chef. I was totally shocked that how Read More

8 years ago

In this post, I am going to explain about to create an array from the object in PHP.Sometimes you get data in object form and Read More

8 years ago

PHP is a programming language most widely used for building websites. As I am developer and lecturer both, have prepare article suitable to student and Read More

Most Popular Posts

What is Type Hinting in PHP5

Posted on 12 years ago

Bhumi

Control Flow Functions in MySQL

Posted on 9 years ago

Bhumi