The strtr() function used for translates some characters in a string.
Syntax
strtr(string,from,to)
Example
echo strtr("Hilla Dear","ia","eo");
Output
Hello Deor
Coderraj is the global online platform and circle for programmers to learn, communicate, share their knowledge and growth their careers.
Copyright ©2022 coderraj.com. All Rights Reserved.