search

关于php ini

Jun 06, 2016 pm 08:00 PM
iniphpaboutCanset up

在PHP中,有一个可以设置php.ini参数的函数,ini_set,它可以临时的改变php.ini的配置,在一些小型的主机上很有用。 他的作用一直持续到脚本结束,所以我们可以在公共引用文件里设置 列举一下一般常用的几个配置 @ ini_set('memory_limit', '64M'); 'menory_l


在PHP中,有一个可以设置php.ini参数的函数,ini_set,它可以临时的改变php.ini的配置,在一些小型的主机上很有用。


他的作用一直持续到脚本结束,所以我们可以在公共引用文件里设置


列举一下一般常用的几个配置

        @ ini_set('memory_limit',          '64M');

                       'menory_limit':设定一个脚本所能够申请到的最大内存字节数,这有利于写的不好的脚本消耗服务器上的可用内存。@符号代表不输出错误。

         @ini_set('display_errors',        1);

                        ‘display_errors’:设置错误信息的类别。

         @ini_set('session.auto_start',    0);

                          ‘session.auto_start’:是否自动开session处理,设置为1时,程序中不用session_start()来手动开启session也可使用session,

                                                                      如果参数为0,又没手动开启session,则会报错。

         @ini_set('session.cache_expire',  180);

                          ‘session.cache_expire’:指定会话页面在客户端cache中的有限期(分钟)缺省下为180分钟。如果设置了session.cache_limiter=nocache时,此处设置无   效。

         @ini_set('session.use_cookies',   1);

                          ‘session.use_cookies’:是否使用cookie在客户端保存会话ID;


Statement
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

Video Face Swap

Video Face Swap

Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Tools

Atom editor mac version download

Atom editor mac version download

The most popular open source editor

SublimeText3 Linux new version

SublimeText3 Linux new version

SublimeText3 Linux latest version

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

SublimeText3 English version

SublimeText3 English version

Recommended: Win version, supports code prompts!

SAP NetWeaver Server Adapter for Eclipse

SAP NetWeaver Server Adapter for Eclipse

Integrate Eclipse with SAP NetWeaver application server.