Source Code:
(back to article)
<?php $string = 'abc'; echo $string[1]; // prints "b"
Result:
Report an issue