Posts Tagged "PHP"

How to declare a class in PHP

Posted on May 25, 2018

Since PHP 5 we can use object oriented features in PHP. This allows us to not only use functions and variables, but also write classes and create instances of them in our code. Here’s quick rundown on...

Learn More

How to install PHP 7.x on a CentOS LAMP Stack

Posted on May 15, 2018

By default, CentOS 7 comes with support for PHP 5.4. Sadly that version has reached the end of its life in 2015and is no longer updated by the developers. If we want to stay up to date with the latest...

Learn More