Following are some non common functions, Which generally do not use frequently or do not recollect when we need it. iconv — Convert string to requested character encoding string iconv ( string $in_charset , string $out_charset , string $str ) Example: $text = iconv(‘utf-8′, ‘us-ascii//TRANSLIT’, $text); Output: Développeur Web -> Developpeur Web var_export — Outputs [...]
