Question d’entretien chez Vision Cloud

What is the use of explode() function ?

Réponse à la question d'entretien

Utilisateur anonyme

15 juin 2017

Syntax : array explode ( string $delimiter , string $string [, int $limit ] ); This function breaks a string into an array. Each of the array elements is a substring of string formed by splitting it on boundaries formed by the string delimiter.