fileString
The fileString function will convert a given string into a file system/URL "safe" string
string
fileString
(string $string, [array $_rep = false])
-
string
$string: String to convert to file system safe version
-
array
$_rep: Array containing key/value replacement pairs that override default replacement set. Default is regex: [^-a-zA-Z0-9_.%] with spaces converted to underscores.
|