Show Output
Using Different Start and Length Values in substr_compare()
"; echo substr_compare("Blackbird", "black", 0, 5, true)."
"; echo substr_compare("Blackbird", "bird", -4, 4)."
"; echo substr_compare("Blackbird", "bird", 2, 4)."
"; echo substr_compare("Blackbird", "lack", 1, 5); ?>