Your browser does not support JavaScript!

What is the output of the following? echo substr("abcdef", -2), ', '; echo substr("abcdef", 4), ', '; echo substr("abcdef", -3, -1), ', '; echo substr("abcdef", 4, -2), ', '; echo substr("abcdef", 2, -1)

  • Ef, ef, de, , cde Correct
Feedbacks
JustMastodon - 1 year ago
Upvoted this question
Similar IT-6314 questions