Tools, FAQ, Tutorials:
Understanding PHP String Literals and Operations
Where to find tutorials for PHP String Literals and Operations?
✍: FYIcenter.com
A collection of tutorials on PHP string literals, operations and conversion. Clear explanations and tutorial exercises are provided on single-quoted strings, double-quoted strings, string elements, concatenation, converting values to strings, converting strings to values.
Topics included in this collections:
Escape Sequences in Single-Quoted Strings in PHP
"new line" Character in Single-Quoted Strings in PHP
Special Characters in Double-Quoted Strings in PHP
Escape Sequences in Double-Quoted Strings in PHP
Including Variables in Double-Quoted Strings in PHP
Ways to Include Variables in Double-Quoted Strings in PHP
Including Array Elements in Double-Quoted Strings in PHP
Accessing a Specific Character in String in PHP
Assigning a New Character in a String in PHP
Concatenating Two Strings in PHP
2016-10-13, ∼2358🔥, 0💬
Popular Posts:
How to extend json.JSONEncoder class? I want to encode other Python data types to JSON. If you encod...
How To Convert a Character to an ASCII Value? If you want to convert characters to ASCII values, you...
Where to find tutorials on OpenID? Here is a large collection of tutorials to answer many frequently...
How To Create an Array with a Sequence of Integers or Characters in PHP? The quickest way to create ...
How to add request body examples to my Azure API operation to make it more user friendly? If you hav...