Home
PHP
Chart
Class
Components
Cookie Session
Data Structure
Data Type
Date
Design Patterns
Development
DNS
Email
File Directory
Form
Functions
Graphics Image
HTML
Language Basics
Login Authentication
Math
MySQL Database
Network
Operator
PDF
Reflection
Statement
String
Utility Function
Web Services SOAP WSDL
XML
String Concatenation « String « PHP
PHP
String
String Concatenation
1.
A period (.) character is used to combine two separate variables into a single string
2.
A string and an integer value are added, and the result is an integer value.
3.
Combining a string and a number
4.
Concatenating strings together
5.
Concatenation operator ('.')
6.
Joining and Disassembling Strings