PHP - String Functions
Given
$text = "abcdefg", which code extracts every second character starting from index 1 using substring extraction in a loop?