Junior PHP Developer Question:

Explain what are the two main string operators?

Junior PHP Developer Interview Question
Junior PHP Developer Interview Question

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.


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?