Method String::censor
Automatically extracted PHP DOC comment from code: END OF PHP DOC
Censor a single word or an array of words within a string
public function string censor(string $strString, array $varWords, string $strReplace)
Parameters
- string $strString
- Not documented yet. Please add documentation to this entry.
- array $varWords
- Not documented yet. Please add documentation to this entry.
- string $strReplace
- Default: ""
- Not documented yet. Please add documentation to this entry.
Add a comment