if ( strpos( '<' , '<<<8' ) )
{
echo "found";
}
above code return false.I'm trying to read MRZ characters from string.
if ( strpos( '<' , '<<<8' ) )
{
echo "found";
}
above code return false.I'm trying to read MRZ characters from string.