예제 #1
0
 /**
  * Replaces any invalid byte in a Unicode string with a Replacement Character (U+FFFD), which is "�", and returns
  * the new string.
  *
  * @return CUStringObject The sanitized string.
  */
 public function sanitize()
 {
     return CUString::sanitize($this);
 }