I came across $string{0}
here: https://github.com/bluerhinos/phpMQTT/blob/6c15cef0b1b2cb4c438e526c78d805b69a733f9d/phpMQTT.php#L154
I'm struggling to understand the {0}
part of it. Does it mean the last character, the first character, the last digit in binary representation, the first digit in binary representation?
Is it still compatible with PHP 7.1?