Function : to_lgts

This function converts < and > to &lt; and &gt; respectively in any given string.

Syntax
  to_lgts($string)
   
  $string : supplied string
   
                  
Sample
  vdump( to_lgts("<br>") );  // &lt;br&gt;