Пример #1
0
 /**
  * Returns the character located at a specified position.
  *
  * @param  int $pos The character's position.
  *
  * @return CUStringObject The character located at the position specified.
  */
 public function charAt($pos)
 {
     return CUString::charAt($this, $pos);
 }