<?php $str = 'abc'; // Zo kort dat het geen function waard is :P var_dump($str{0} == 'a', $str{-1} == 'c');
You have javascript disabled. You will not be able to edit any code.