is there a way to use explode function to explode only by last delimiter occurrence?
$string = "one_two_ ... _three_four"; $explodeResultArray = e
If you only care about the last part, it's even simpler.