strtr – function in php
strtr — Translate characters or replace substrings $trans = array(“h” => “-“, “hello” => “hi”, “hi” => “hello”); echo strtr(“hi all, I said hello”, $trans); Out Put [crayon-62b93c4d2ec03797481516/]Read more …
©2022 Fundaa.com