Junior PHP Developer Question:

Explain what are the two main string operators?

Tweet Share WhatsApp

Answer:

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.

Download Junior PHP Developer PDF Read All 161 Junior PHP Developer Questions
Previous QuestionNext Question
Tell me what is the use of "enctype" attribute in a html form?Tell me how to find current date and time?