What do you need to pay attention to in PHP?

xiaoxiao2021-03-06  42

(DISPLAY_ERRORS = ON in php.ini), there will be a lot of NOTES or WARNING

There is mainly the following aspects:

1) Variables are undefined (ISSET ())

2) Variables are not assigned (NULL)

3) Variable repetition definition (Include or Require page)

转载请注明原文地址:https://www.9cbs.com/read-51979.html

New Post(0)