3.5. PHP Option

简介:

include_path

		
<?php
$path = '/usr/lib/pear';
set_include_path(get_include_path() . PATH_SEPARATOR . $path);
?>
		
		

Please enable JavaScript to view the &lt;a href="https://disqus.com/?ref_noscript"&gt;comments powered by Disqus.&lt;/a&gt;






原文出处:Netkiller 系列 手札
本文作者:陈景峯
转载请与作者联系,同时请务必标明文章原始出处和作者信息及本声明。

目录
相关文章
|
Java 数据库连接 PHP
window 安装多个 php
window 安装多个 php
131 0
window 安装多个 php
|
PHP 开发者
php echo对象,php __toString
php echo对象,php __toString
66 0
|
安全 PHP C++
VS Code配置PHP XDebug
VS Code配置PHP XDebug
347 0
VS Code配置PHP XDebug
|
存储 安全 PHP
PHP学习 wordpress中的 get_option()
以下为转载 http://www.wordpress.la/codex-%E5%B8%B8%E7%94%A8%E5%87%BD%E6%95%B0-get_option().html 说明 这是一种从选项数据库表wp_options中获取有名称的选项的值的安全方法。
1016 0