The strcmp() and strcasecmp() Functions in PHP

preview_player
Показать описание
These functions are for comparing two strings with each other. The strcasecmp is case insensitive.
Рекомендации по теме
Комментарии
Автор

function strcmp compare the value of Ascii of letters, so... the first step is: T(84) compare with t(116), use function ord('t') to see, this michael explain nothing... so, if t is the same with t go next letter if not equal stay there is show the result

eosforfly
join shbcf.ru