About Cacher
Web App
Download
Sign In
Sign Up
menu
Cacher is the code snippet organizer for pro developers
We empower you and your team to get more done, faster
Learn More
KiyoshiSaundo
4/6/2018 - 12:22 PM
share
Share
add_circle_outline
Save
u2w.php
u2w.php
u2w.php
content_copy
file_download
function u2w($str) { return iconv('UTF-8', 'windows-1251//TRANSLIT//IGNORE', $str); }
clear