PHP Velho Oeste 2024

Changed functions

PHP Core

add a note add a note

User Contributed Notes 1 note

up
0
am05mhz at live dot com
8 years ago
substr() behavior is also changed in php 7:

If string is equal to start characters long, an empty string will be returned. Prior to this version (7), FALSE was returned in this case.

http://php.net/manual/en/function.substr.php
To Top