Using PHP write an anagram function? It should be handling different phrases and return boolean result. Usage: $pharse1 = ‘ball’; $pharse2 = ‘lbal’; if(is_anagram($pharse1,$pharse2)){ echo $…
Using PHP write an anagram function? It should be handling different phrases and return boolean result. Usage: $pharse1 = ‘ball’; $pharse2 = ‘lbal’; if(is_anagram($pharse1,$pharse2)){ echo $…