Files
firstgarden-web-gnu/test.php
2012-12-26 11:53:02 +09:00

5 lines
54 B
PHP

<?
$str = "xx";
$len = 2;
echo ord($str{$len});
?>