/ Published in: PHP
Convert/Sanitize the string to a valid filename. The function also replaces the danish characters æøå.
Expand |
Embed | Plain Text
function convert_to_filename ($string) { return $string; }
You need to login to post a comment.
