Skip to main content

PHP version changes

Some seemingly basic functions are actually fairly new to PHP, even though it seems bizarre. 

For instance, str_contains is only available from PHP 8 onwards, which can catch you off guard if you are using servers that still use PHP 7 for some reason.