Question:When comparing two strings, which of the following is acceptable? 

A $a === $b; 

B strcasecmp($a, $b); 

C strcmp($a, $b); 

D $a == $b; 

E str_compare($a,$b); 

+ Answer
+ Report
Total Preview: 915

Copyright © 2024. Powered by Intellect Software Ltd