Source Code:
(back to article)
<?php $string = 'Hello'; echo ord($string); ?>
Result:
Report an issue