String Operators summary table : String Operators « String « PHP
- PHP
- String
- String Operators
String Operators summary table
Operation Operator Example
String concatenation . $a . $b
String concatenation assignment .= $a .= $b
Related examples in the same category