Mega Code Archive
Categories
/
Php
/
Strings
Getting an individual byte in a string
$neighbor = 'tester'; print $neighbor[3]; ?>