Is it possible to use split in PHP? I want to know how to make it get some words from a website like in visual basic:-

Code:
mainstr = Inet1.OpenURL("http://www.google.co.uk/search?hl=en&q=vb6")
text1.text = "Results " & split(split(mainstr, "Results")(1), (0.05 seconds) ")(0)
I want to convert that into php, is it possible?