functions-online

explode

description

Returns an array of strings, each of which is a substring of $string formed by splitting it on boundaries formed by the string $delimiter.

declaration of explode

array explode ( string $delimiter , string $string [, int $limit ] )

test explode online










share explode

comments for explode

On 13. Jun 2017 07:23 a guest wrote:

your idea of providing an online function tester is great!

+

Leave your comment