Business Studies, asked by Aqib4243, 1 year ago

Explain in detail the methods used for string comparisons in PHP.

Answers

Answered by riyaz112
0

Answer:

Comparing two strings is one of the most commonly used string operation in programming and web development practices. The strcmp() is an inbuilt function in PHP and is used to compare two strings. ... $string1 (mandatory): This parameter refers to the first string to be used in the comparison.

Answered by queensp73
0

Answer:

Comparing two strings is one of the most commonly used string operation in programming and web development practices. The strcmp() is an inbuilt function in PHP and is used to compare two strings. ... $string1 (mandatory): This parameter refers to the first string to be used in the comparison.

Similar questions