I have this line in PHP:
$bom != b"\xEF\xBB\xBF"
When I run it, I get the error:
Parse error: syntax error, unexpected T_NS_SEPARATOR in
C:\xampp\htdocs\MediaAlbumWeb\Utils\Utils.php on line 218
What is the T_NS_SEPARATOR in php and why is it unexpected?
No comments:
Post a Comment