0 0

php ini_alter()函数的意思?20

最近开始学习php,ini_alter()这个函数什么意思?

问题补充:
ini_alter函数我查了手册,上面讲的都是只有两个参数,说是ini_set()的别名
但是下面这样写又是上面意思呢?

ini_alter("include_path",
get_include_path().
";".JSCC_HOME."/src".
";".JSCC_HOME."/phplib");
PHP 
2009年1月06日 10:51

3个答案 按时间排序 按投票排序

0 0

采纳的答案

引用

string ini_set ( string $varname, string $newvalue )


你的
引用
ini_alter("include_path",
get_include_path().
";".JSCC_HOME."/src".
";".JSCC_HOME."/phplib");

意思是:
修改 include_path属性, 原有基础上添加 ;JSCC_HOME/src;JSCC_HOME/phplib;

2009年1月06日 12:00
0 0

ini_alter -- 修改设定参数值
说明:
string ini_alter ( string varname, string newvalue)

修改php设定参数值, 错误回传False.

2009年1月06日 11:10
0 0

引用
ini_alter()这个函数什么意思?


ini_alter
Description
This function is an alias of: ini_set().


ini_set
(PHP 4, PHP 5)
ini_set — Sets the value of a configuration option

Description
string ini_set ( string $varname, string $newvalue )

Sets the value of the given configuration option. The configuration option will keep this new value during the script's execution, and will be restored at the script's ending.

2009年1月06日 11:06

相关推荐

    php常用Output和ptions/Info函数集介绍

    ini_alter函数用于设置PHP配置选项的值,等同于ini_set。 ini_restore函数用于恢复之前保存的配置选项值。 ini_set函数用于设置PHP配置选项的值。 putenv函数用于设置环境变量。 restore_include_path函数用于...

    为你总结一些php系统类函数

    **ini_alter函数**:设置PHP配置选项的值。 **ini_restore函数**:恢复之前通过ini_alter()函数设置的PHP配置选项值。 **ini_set函数**:设置PHP配置选项的值。 **putenv函数**:设置一个环境变量的值。 **...

    php中动态修改ini配置

    `zend_alter_ini_entry_ex`函数是实际进行配置项修改的核心函数。它负责将新的值设置到配置项中,并且确保这些更改在运行时生效。如果由于权限或其他原因导致更改失败,会返回失败标志,并且会清理掉之前的返回值,...

    一些需要禁用的PHP危险函数(disable_functions)

    找到`disable_functions`选项,然后添加上述需要禁用的函数名,例如:`phpinfo,eval,passthru,exec,system,chroot,scandir,chgrp,chown,shell_exec,proc_open,proc_get_status,ini_alter,ini_alter,ini_restore,dl,...

    11亲测自留用最新版红包扫雷.zip

    替换disable_functions = passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,pcntl_waitpid,pcntl_...

    centos源码安装php-8.1.1+phpredis-4.2.0

    functions = passthru,exec,system,chroot,chgrp,chown,shell_exec,proc_open,proc_get_status,popen,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,stream_socket_server/g' /usr/local/...

    Windows2008R2下用PHP-Manager对PHP配置.docx

    - 禁用高危函数:找到“disable_functions”并输入需要禁用的函数,如`passthru,exec,system,chroot,scandir,chgrp,chown,shell_exec,proc_open,proc_get_status,ini_alter,ini_alter,ini_restore,dl,pfsockopen,...

    Discuz搭建之apache+mysql+php安装配置.pdf

    - `disable_functions = passthru, exec, system, chroot, scandir, chgrp, chown, shell_exec, proc_open, proc_get_status, ini_alter, ini_alter, ini_restore, dl, pfsockopen, openlog, syslog, readlink, ...

    PHP 危险函数全解析

    12. ini_set()、ini_alter()和ini_restore()函数 ini_set()用于修改PHP配置参数,ini_alter()是它的别名。这些函数可以用来修改重要的PHP配置,可能会被攻击者利用来增强攻击能力。 13. dl()函数 dl()函数允许在PHP...

    126-奇怪的PHP知识增加了.pdf

    PHP中有一系列可以执行系统命令的函数,如system(), shell_exec(), passthru(), exec(), popen(), proc_open(), pcntl_exec(), mail(), putenv(), apache_setenv(), mb_send_mail(), assert(), dl(), set_time_limit...

    PHP中16个高危函数整理

    9. **ini_alter()** 和 **ini_set()**:这两个函数允许在运行时修改PHP配置,可能导致安全设置被篡改。 10. **ini_restore()**:虽然用于恢复配置,但如果在不应恢复时调用,可能会破坏安全设置。 11. **dl()**:...

    PHP 危险函数解释 分析

    12. `ini_alter()` 和 `ini_set()`:这两个函数允许在运行时更改PHP配置,可能导致安全配置被修改。危险等级:高。 13. `ini_restore()`:恢复PHP配置到初始值,如果被恶意使用,可能破坏安全设置。危险等级:高。 ...

    解决tp5在nginx下修改配置访问的问题

    总结一下,解决tp5在Nginx下修改配置访问问题,主要步骤包括:更新Nginx的`fastcgi_param`以指向项目根目录的上一级,配置Nginx处理ThinkPHP5的伪静态请求,以及在`php.ini`中解除`scandir()`函数的禁用。...

    PHP+MySL编程实例

    2. SQL语法:理解SQL的基本命令,如SELECT(查询)、INSERT(插入)、UPDATE(更新)、DELETE(删除)以及CREATE(创建)、ALTER(修改)、DROP(删除)表等操作。 3. 数据库操作:掌握如何创建、选择、修改和删除...

    php面试常用知识.pdf

    - session的配置:通过php.ini文件可以设置session的参数,例如session.gc_maxlifetime可以设置session的生命周期(单位为秒),session_save_path()函数用于指定session数据文件的保存路径,session_start()函数...

    PHP中文乱码处理总结.docx

    例如,使用fopen()函数打开文件时,可以指定`'r:UTF-8'`或`'w:UTF-8'`来指定文件的编码格式。 6. **HTTP请求与响应中的乱码** 如果涉及HTTP请求和响应,需要确保请求头中的`Accept-Charset`与响应头中的`Content-...

    php读取mssql的ntext字段返回值为空的解决方法

    2. **配置PHP**:如果不能修改数据库表结构,可以在php.ini配置文件中调整mssql.textlimit和mssql.textsize的值。这两个参数分别限制了从ntext字段读取的最大字符数。默认值可能太小,导致无法完整读取ntext内容。将...

    Postgresql中文分词扩展zhparser安装程序【windows&VS2008;环境】

    提示找不到control文件,在下载的源码文件夹里找到该文件,放到指定目录,再次运行sql,提示找不到dll文件,将dll文件放到指定目录,再运行,提示找不到zhprs_start函数,看来是dll没有正常explort出函数,修改源...

Global site tag (gtag.js) - Google Analytics