Adam 2009-01-30
Documentation » Utilitiescms_sanitize
Sanitize input text to be valid (URL) identifier
string cms_sanitize( string $text [, $lower = true] )
Parameters
- string $text Input text to process
- mixed $lower
Returns
- string Valid identifier having only small characters and ASCII alpha-num
Last edited 2009-02-24 16:40:27
