strcasecmp php

Solutions on MaxInterview for strcasecmp php by the best coders in the world

showing results for - "strcasecmp php"
Ivanna
17 Oct 2020
1<?php
2echo strcasecmp("Hello world!","HELLO WoRLD!");
3?>
4
5<p>If this function returns 0, the two strings are equal.</p>