Php explode function with example
Submitted by sandykrish on Tue, 10/11/2016 - 14:53Explode is function used in php which is used to split the string into array. Return an array format of substring of a defined string.
Syntax: explode( $delimiter,$string,$limit);