Jump to content

Recommended Posts

It means exactly what it says.. Check the manual: split()

 

It is indeed depreciated as of PHP 5.3.0, meaning it'll throw an E_DEPRECATED notice. You could still use it, but it'll be removed and not supported so it's best to find another method.

Link to comment
https://forums.phpfreaks.com/topic/171707-split-is-deprecated/#findComment-905446
Share on other sites

Either you or your host upgraded to PHP 5.3

 

The manual entry for split says:

Note: As of PHP 5.3.0 the regex extension is deprecated, calling this function will issue an E_DEPRECATED notice.

 

Read the rest of the entry for suggestions.

 

Ken

Link to comment
https://forums.phpfreaks.com/topic/171707-split-is-deprecated/#findComment-905447
Share on other sites

  • 2 years later...

In php coding or PHP script whenever you get "split () is depricated" then just replace  "split" with "explode".

Wrong. split() and explode() are similar but not compatible.

 

Because the new version of MYSQL accept explode instead of split.

Wrong. I'm even not sure what you're trying to say but it sounds wrong.

 

And apparently you didn't notice that this thread is three years old. There isn't anything left to say beyond what's already been said so there really isn't any reason to bump it.

Link to comment
https://forums.phpfreaks.com/topic/171707-split-is-deprecated/#findComment-1353561
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.