Bon alors, t'as oo.txt qui est ton fichier et qui est dans le même répertoire que ton code PHP.
strlen() retourne la longueur d'une CHAINE DE CARACTERES (STRing LENgth) et non d'un fichier. Donc, comme la chaîne "oo.txt" fait 6 caractères, ba c'est normal que strlen("oo.txt" ) retourne 6 ! un p'tit tour sur http://www.php.net/manual/fr/function.strlen.php te fera le plus grand bien.
Donc pour retrouver la longueur de ton fichier faut utiliser filesize() : http://www.php.net/manual/fr/function.filesize.php
---------------
Everyone thinks of changing the world, but no one thinks of changing himself | It is the peculiar quality of a fool to perceive the faults of others and to forget his own | Early clumsiness is not a verdict, it’s an essential ingredient.