✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Яким буде значення, яке поверне функція substr у наступному PHP коді?
$rest1 = substr("abcdef", -1);
$rest2 = substr("abcdef", 0, -1);
echo "$rest1,$rest2";