PHP Code Function Double Explode with 2 Delimiters

PHP Code Function Double Explode (2 Delimiters) to Get Unlimited Number of Middles of String.

Home Short:

PHP Function which performs a double explode returning and unlimited number of middles of string based upon first split string [$strstart] and second split string [$strend] which essentially explodes the first array to create the output array [$arrmiddles].

S
H
A
R
E