I just saw the use of a backslash in a reference to a PHP object and was curious about it (I have never seen this before). What does it mean?
$mail = new SendGridMail();
If you're curious, here's SendGrid's documentation.
It's because they're using PHP namespaces. Namespaces are new as of PHP 5.3.
1.4m articles
1.4m replys
5 comments
57.0k users