$stringText = "[TEST-1] test task 1 Created: 06/Apr/11 Updated: 06/Apr/11"; $splitArray = split(" ",$stringText);
Deprecated: Function split() is deprecated in C:\wamp\www\RSS.PHP on line 27@H_502_5@
http://php.net/manual/en/function.split.php
从手册@H_502_5@
Warning This function has been
DEPRECATED as of PHP 5.3.0. Relying on
this feature is highly discouraged@H_502_5@Note:@H_502_5@
As of PHP 5.3.0,the regex extension
is deprecated in favor of the PCRE
extension. Calling this function will
issue an E_DEPRECATED notice. See the
list of differences for help on
converting to PCRE.@H_502_5@
我想你应该使用替代的preg_split().或者如果您不使用正则表达式,只需使用爆炸@H_502_5@