예제 #1
0
 static function charCodeAt($s, $index)
 {
     return haxe_Utf8::uord(haxe_Utf8::sub($s, $index, 1));
 }