Junior PHP Developer Question:
Explain what are the two main string operators?
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 Question | Next Question |
Tell me what is the use of "enctype" attribute in a html form? | Tell me how to find current date and time? |