After PHP is upgraded to 5.3,ProgramThe error "function split () is deprecated" is returned.This is because of various reasons (mainly for the reason of regular expressions, see below for details). The split function is not supported in the new
Original address: http://www.cnblogs.com/mfryf/archive/2012/05/31/2527307.htmlWhen PHP is upgraded to 5.3, the program will report the error of Function split () is deprecated.This is because of a variety of reasons (mainly about the cause of the
PHP: Error Deprecated:function split () is Deprecated in ... SolutionsPHP5.3 split () is not recommended for use in the following reasons:After PHP 5.3.0 the regex, want to use the PCRE specifications, POSIX regex is not recommended (unified regex,
Deprecated: It means "not recommended"PHP 5.3 In one way, it can be said that in the 07-year Plan PHP6 of a pre version, adding a lot of features, unified a lot of grammar, so that PHP becomes more powerful and concise.When it comes to statistical
Original link http://blog.csdn.net/a11085013/article/details/8937848Some of the deprecated functions are listed below:Call_user_method ()(usingCall_user_func ()AlternativeCall_user_method_array ()(usingCall_user_func_array ()Alternative
After PHP upgrade to php5.3, in the process of use often found that some programs will appear function eregi () is deprecated error message.
What is the reason?This is because the eregi () function is no longer supported in php5.3 and is replaced
After PHP is upgraded to php5.3, some programs often find the function eregi () is deprecated error message.Why?This is because the eregi () function is no longer supported in php5.3 and is replaced by the preg_match () function.The solution is to
PHP Tutorial Configuration Chinese Narration
Let's see what you see, php.ini.
[PHP]
;;;;;;;;;;;; WARNING;;;;;;;;;;;;; This is the default settings file for new PHP installations.; By default, PHP installs itself with a configuration suitable for;
First, paste the php code and look at the two functions: & amp; lt ;? Php $ email = 'phpddt1990 @ 163.com '; $ arr = split (' \. | @ ', $ email); print_r ($ ar
First, paste the php code and look at the two functions:
At least we can see
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.