|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
Patchessplit (last revision 2010-06-06 13:58 UTC by kannthenpalam at gmail dot com)Pull RequestsHistoryAllCommentsChangesGit/SVN commits
[2010-06-06 16:30 UTC] degeberg@php.net
-Status: Open
+Status: Bogus
[2010-06-06 16:30 UTC] degeberg@php.net
[2010-06-06 18:21 UTC] rasmus@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Dec 03 01:00:01 2025 UTC |
Description: ------------ Now i am using 5.3.0 version of php.When i am using the split function it will show the error as follows Deprecated: Function split() is deprecated the code like this $custdate = '06-06-2010'; split("-",$custdate,3); Test script: --------------- $custdate = '06-06-2010'; split("-",$custdate,3); Expected result: ---------------- i just want to know why this error is occor.