PHP guys

How do you use a " as a delimiter?

I have a array and each item is in the format of:

name=“content”

My goal is to run through each item and get just the data between each " but split() and explode() do not seem to take a " sign. I even tried to put it between two ’ and also tried “”" and still no go.

Any ideas?