futurefu July 20, 2018 Core PHP$s = ‘12345567’; $i=0; while ($s[$i] != ”) { $i++; } print $i;Get lenght in string without using str_len function