Answers

Question and Answer:

  Home  Junior PHP Developer

⟩ Explain what are the two main string operators?

The first is the concatenation operator (‘.’), which returns the concatenation of its right and left arguments. The second is (‘.=’), which appends the argument on the right to the argument on the left.

 226 views

More Questions for you: