Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How php hides warning

2025-03-18 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

Shulou(Shulou.com)06/01 Report--

This article introduces you how php hides warning, the content is very detailed, interested friends can refer to, hope to be helpful to you.

Php hide warning method: 1, modify the attribute in the php.ini file to "display_errors = Off error_reporting = E_ALL"; 2, write "error_reporting (0)" at the beginning of the php file.

This article operating environment: Windows7 system, PHP7.1 version, DELL G3 computer

How does php hide warning?

The method of hiding warning prompt by php

Method 1:

Modify the following properties in the php.ini file

Display_errors = Offerror_reporting = E_ALL

Method 2:

Write at the beginning of the php file:

What is the framework of php? php framework: 1. Laravel,Laravel is a free and open source PHP application framework. 2. Phalcon,Phalcon is the fastest PHP framework. 3. Symfony,Symfony is a PHP framework for Web projects. 4. Yii,Yii is a fast, secure and professional PHP framework. CodeIgniter,CodeIgniter is a very agile open source PHP framework. 6. CakePHP,CakePHP is an old PHP framework. 7. Kohana recorder Kohana is an agile but powerful PHP framework.

So much for sharing about how php hides warning. I hope the above content can be of some help to you and learn more. If you think the article is good, you can share it for more people to see.

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Development

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report