strcasecmp php
<?php
echo strcasecmp("Hello world!","HELLO WoRLD!");
?>
<p>If this function returns 0, the two strings are equal.</p>
Lokesh003Coding
<?php
echo strcasecmp("Hello world!","HELLO WoRLD!");
?>
<p>If this function returns 0, the two strings are equal.</p>