Topic

PHP

The most popular server side scripting language for the web.

The latest

PHP Enums

Enums represent a typed set of possible values in PHP. For example, if you're storing a Book that can have a status of __want to read__, __reading__ or __read__, an Enum will hold these values in one place that you can reference anywhere. Prior to PHP 8.1 (when Enums were added), you'd have to work with a simple class with constants. While that works fine, it doesn't provide much power under the hood. In this course, we'll look at the power of Enums and how they can drastically simplify your code.

7 episodes
31 mins
New in PHP 8

PHP 8 boasts some great additions. Here's a practical look at the changes most likely to affect your day-to-day development.

11 episodes
1 hr 3 mins
New in PHP 7.4

Here’s a look at the additions and changes in PHP 7.4 that are most likely to improve or affect your day-to-day development.

12 episodes
44 mins
PHP Arrow Functions

Arrow functions (also known as short closures) have been available since PHP 7.4. This course covers everything you need to know about them, while considering if they’re always the best solution to reach for.

6 episodes
27 mins

New in PHP

What's new in PHP 7.1

Let's check out the most notable changes in PHP 7.1, with some practical examples.

12 episodes
52 mins
New in PHP 7.4

Here’s a look at the additions and changes in PHP 7.4 that are most likely to improve or affect your day-to-day development.

12 episodes
44 mins
New in PHP 8

PHP 8 boasts some great additions. Here's a practical look at the changes most likely to affect your day-to-day development.

11 episodes
1 hr 3 mins
Want to stay in the loop about new content?
Of course you do.

© 2023 Codecourse Ltd. All Rights Reserved. Born in the UK.