String Operators summary table : String Operators : String PHP Source Code


PHP Source Code » String » String Operators »

 

String Operators summary table





Operation                         Operator             Example

String concatenation               .                   $a . $b

String concatenation assignment    .=                  $a .= $b 
           
       



HTML code for linking to this page:

Follow Navioo On Twitter

PHP Source Code

 Navioo String
» String Operators