Hello.
Recently it was necessary to find in the line slashes. I decided to use this code:
$ret = substr_count($uploadfilename,'\\');
$ uploadfilename contains the character code of the type "\ u0414 \ u4414".
The code does not work gives 0, strangely somehow, although it seems that the error is not at the level of a comma.
\uxxxx
and think that this is exactly the text in which you must read the slashes, but in fact you don’t have \ u0414 \ u4414 in the string and D [hieroglyph] - ReinRaus