예제 #1
0
 /**
  * Returns the code point of the character if the string is a single character, as an integer.
  *
  * @return int The Unicode code point of the character.
  */
 public function toCharCode()
 {
     return CUString::toCharCode($this);
 }