Function split() is deprecated

Function split() is deprecated

Hi,

The Function split() is deprecated in latest version of PHP 5.5.23?

What is the solution?

Thanks

View Answers

December 27, 2013 at 12:09 PM

Hi,

Use the following function:

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

Thanls









Related Tutorials/Questions & Answers:

Ads