length of a string. Do this without using ANY PHP built-in functions (strpos(), explode(), strlen(), split() - note this includes the “syntactic sugar” null coalescing operator ?? - etc.) or posting (or supressing) any PHP errors or notices..
U need to treat your string as array, use looping to check the length by loop through whole array...
Обсуждают сегодня