1. 13
    String interpolation & escaping in PHP
    1m 38s

String interpolation & escaping in PHP

InstructorMark Shust

Share this video with your friends

Send Tweet

Concatenating strings together can sometimes be hard to read. As an alternative, you can use string interpolation to output variables within strings in PHP.