PHP Lesson 3: String Literals

2 years ago
59

https://xoax.net/

Lesson Page:
https://xoax.net/php/crs/core/lessons/Lesson3/

This lesson describes the four string literals that are used in PHP. These four literals give us different methods for representing strings of characters in a program for the sake of convenience. Some are better for displaying variable names. Some are better for variable values. Finally, some are better for creating strings with quotations inside them.

Copyright 2021 XoaX.net LLC

Loading comments...