Greetings, my ultimate goal is to compare the lines!
There is a variable with type
string $param = '<Delai dobro';
ATTENTION is worth the sign LESS.
So, I get such a string from a file in order to further compare strings (the entry of strings). And then the problem: the lines are not compared, and why?
When I started to print with echo, I found that there was no output, and when var_dump <Delai dobro
And I compare files, and look for an entry like this
stripos($string_from_file1,$string_from_file2,24);
thank