예제 #1
0
 /**
  * Returns the code point of the character if the string is a single character, as an escaped string.
  *
  * For instance, "A" would return "\u0041".
  *
  * @return CUStringObject The escaped character.
  */
 public function toCharCodeEsc()
 {
     return CUString::toCharCodeEsc($this);
 }