Files
php_8/variables/string_index.php

4 lines
49 B
PHP

<?php
$str = 'Hello, world!';
echo $str[0]; // H