you didn't undestand my question
the strlen function will return the length of the string (integer) but how can we get the position number (character number )100 of this character this is the question
very smple examle:
$string="hello world";
the $string has length of 11 , suppose that i need to return the position 7 in this string or 8
the strlen dose't help in this situation
the strpos dosn't help becouse you need to give the string name and the charactr name in order to determine its position in the string