Answers for "strcasecmp php"

PHP
0

strcasecmp php

<?php
echo strcasecmp("Hello world!","HELLO WoRLD!");
?>

<p>If this function returns 0, the two strings are equal.</p>
Posted by: Guest on December-04-2020

Browse Popular Code Answers by Language