E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
require_once
36计教您如何提高PHP代码质量
1.不要使用相对路径常常会看到:
require_once
('../..
qq_31368289
·
2012-10-22 23:00
36计教您如何提高PHP代码质量
1.不要使用相对路径 常常会看到:
require_once
('../..
xitong
·
2012-10-22 23:00
PHP
远程文件包含
远程文件包含(RemoteFileInclusion),简称RFI,与其对应的是本地文件包含(LocalFileInclusion,LFI),它们都是通过PHP的包含函数即:require(),
require_once
phplaber
·
2012-10-20 11:00
包含
RFI
远程文件
phpmailer的简单使用
error_reporting(E_ALL ^ E_NOTICE); error_reporting(0); date_default_timezone_set("PRC");
require_once
u_czh
·
2012-10-18 13:00
phpmailer
PHP的类自动加载机制
但在大型的开发项目中,这么做会产生大量的require或者include方法调用,这样不因降低效率,而且使得代码难以维护,况且
require_once
的代价很大。
小卡特蟀
·
2012-09-29 11:00
Zend的AutoLoad机制介绍
代码示例复制代码代码如下:set_include_path(USVN_LIB_DIR.PATH_SEPARATOR.get_include_path());
require_once
'Zend/Loader
·
2012-09-27 16:43
说说PHP的autoLoad自动加载机制
,找出类文件,然后require_one复制代码代码如下:function__autoload($class_name){$path=str_replace('_','/',$class_name);
require_once
·
2012-09-27 14:29
很让人受教的 提高php代码质量36计
1.不要使用相对路径常常会看到:
require_once
('../..
·
2012-09-05 23:02
php中require,
require_once
,include,include_once的区别
1.require()语句require()语句用于指定的文件代替语句本身,就象C语言中的include()语句一样。如果php配置文件php.ini中的URLfopenwrappers是打开的(默认情况下是打开的),就可以使用URL来指定文件的位置从而实现远程文件的调用。有一点就是使用require()和include()语句时要特别的注意。那就是在被包含的文件中,处理器是按照html模式来解释
nightelve
·
2012-09-04 22:00
PHP
function
File
服务器
include
printing
WordPress最简洁google的sitemap
闲来无事给自己的wp写了个google的sitemap直接使用sitemap.php输入sitemap演示地址:http://www.ccvita.com/sitemap.php代码如下:
require_once
DracoTianlong
·
2012-08-29 23:31
JAVA
HTML
WordPress最简洁google的sitemap
闲来无事给自己的wp写了个google的sitemap直接使用sitemap.php输入sitemap演示地址:http://www.ccvita.com/sitemap.php代码如下:
require_once
Dracotianlong
·
2012-08-29 23:00
mysql
搜索引擎
wordpress
Google
generator
wordpress插件
PHP的Realpath Cache
介绍require,
require_once
,include,include_once这四个语句(并非函数)大家经常会用到,如果用这类语句去包含文件(相对路径)的话,那么
clearchen
·
2012-08-15 00:00
PHPExcel一些常用方法
php
require_once
'PHPExcel.class.php'; $str = "title"; $filename = mb_convert_encoding
alfred_long
·
2012-08-12 15:00
phpexcel
Zend Framework教程-Zend_Db-数据库操作4-Zend_Db_Select
可以参考类classZend_Db_SelectgetAdapter(); $db->select();2.通过工厂冒失提供的select方法
require_once
'Zen
mengxiangbaidu
·
2012-08-12 11:00
数据库
function
schema
null
Zend
wildcard
提高PHP代码质量36计
1.不要使用相对路径常常会看到:
require_once
('../..
koudaidai
·
2012-08-10 13:00
PHP
数据库
session
function
output
delay
snoopy采集phpchina示例
php //采集phpchina set_time_limit(0);
require_once
("Snoopy.class.php"); $snoopy=new Snoopy();
kaindy7633
·
2012-08-07 21:00
snoopy采集
关于wamp go-pear.bat 出错解决方法
Quote: phar"C:/wamp/bin/php/php5.3.0/PEAR/go-pear.phar"doesnothaveasignaturePHPW arning:
require_once
沙漠的蜗牛
·
2012-08-05 19:32
错误
解决办法
go-pear.bat
Zend的AutoLoad机制
代码示例set_include_path(USVN_LIB_DIR.PATH_SEPARATOR.get_include_path());
require_once
'Zend/Loader/Autoloader.php
轩脉刃de刀光剑影
·
2012-08-01 22:00
drupal 6.19 内核分析
Drupal6.19运行流程(从上到下依次执行) 第一步
require_once
'.
leowzy
·
2012-07-28 17:00
drupal
Warning:
require_once
(../models/Message.php) [function.require-once]: failed to open stream: No such
function.require-once 2 Warning:
require_once
(..
webcode
·
2012-07-26 15:00
function
phpExcel常用方法详解【附有php导出excel加超级链接】
www.phpexcel.net开发包Tests目录有详细使用实例支持中文,注意文件编码,文件保存为utf-8写excel//Includeclassrequire_once(‘Classes/PHPExcel.php’);
require_once
PHP007
·
2012-07-20 12:00
jquery博客分享一些php常用代码(二)
php
require_once
('conn.php'); ?--> 5、如何将一条记录写入数据库,然后提示并跳转页面 <!--?
txf2004
·
2012-07-18 14:00
jquery
phpExcel 正确读取excel表格时间
error_reporting(E_ALL); date_default_timezone_set('Asia/shanghai'); /** PHPExcel_IOFactory */
require_once
hnlixf
·
2012-07-11 18:00
phpexcel
【读书笔记-重构与模式】 抽象工厂与单例模式的组合使用
require_once
('setting.php'); classAppConfig{ privatestatic$instance=NULL; private$commsManager; privatefunction
ohmygirl
·
2012-07-10 15:00
PHP
function
null
Class
PHP的APC模块与include/require等函数的兼容性问题
按照常见配置安装APC并重启Apache之后在Yii框架下运行正常,但在使用phpmyadmin时却出现了莫名其妙的Permissiondenied错误: Warning:
require_once
(x:
xiaochi_13
·
2012-07-05 20:41
PHP
兼容性
include
apc
require
如何用PHP来操作XML的内容
今天看到美女程序员在编辑PHP,作中出现一个问题,就是如何让PHP来控制XML的内容:下面龙铭洪收集了代码后又优化了: /*获取图片新闻列表*/ functiongetPicNews($number=5){
require_once
'include
long892230
·
2012-07-04 17:00
sql
PHP
xml
cms
function
input
include()与require()的区别及
require_once
的代价
include()遇到文件处理失败时,会产生一个警告;而require()则会显示一个致命错误。也就是说在脚本执行过程中,如果代码中有错误,include()则会忽略错误并继续执行脚本,而require()则会停止脚本运行。另外,在用这两个函数时要注意它们的位置,因为脚本以从上往下的顺序执行,这一点在有传值的文件中非常重要。一般config文件写在开头,而需要包含的模版部分写在结尾(视情况而定)
沙漠的蜗牛
·
2012-07-04 10:43
测试
include
require
PHP的Realpath Cache
介绍require,
require_once
,include,include_once这四个语句(并非函数)大家经常会用到,如果用这类语句去包含文件(相对路径)的
zhengdl126
·
2012-07-03 09:00
PHP的Realpath Cache
介绍 require,
require_once
,include,include_once这四个语句(并非函数)大家经常会用到,如果用这类语句去包含文件(相对路径)的话,
zhengdl126
·
2012-07-03 09:00
cache
Zend Framework教程-Zend_Db-数据库操作1-Zend_Db_Adapter
Zend_Db_Adapter是我们操作数据库的常用方式,以下是几个比较重要的功能使用说明:1.建立数据库链接
require_once
'Zend/Db.php'; $params=array('host
mengxiangbaidu
·
2012-07-01 19:00
sql
数据库
exception
function
table
Zend
经常问的--php
require_once
() :包含并运行指定文件,如果目标文件已经包含过,则不再次包含,和require() 语句类似。
a923544197
·
2012-06-28 18:00
dedecms的ask缓存
1.最先调用ask/index.php,缓存通过调用语句
require_once
(DEDEASK.'
hjun169
·
2012-06-13 15:32
dedecms
dede首页自动更新的方法
$interval){
require_once
(dirname(__FILE__)."/include/common.inc.php"); require_onceDEDEINC."
bug哥
·
2012-06-08 17:00
dede首页自动更新的方法
php5.4
require_once
空文件问题
php(没有后半部分,这个貌似是drupal的习惯,不晓得为什么这样子写,但是貌似是可以的)结果在其他地方对这个只写了一行的文件
require_once
的时候始终不能通过,看了apache的error.log
胡晅晖
·
2012-06-07 09:00
php include include_once require
require_once
对于include_once和
require_once
来说它们
nana08
·
2012-06-04 21:00
nusoap 与 CI框架不用WSDL
服务器端:publicfunctionindex(){$routes= "application/libraries/lib/nusoap.php";
require_once
$routes;functionhello
jwj84436694
·
2012-06-01 09:26
function
百度
服务器
public
的
include/include_once/require/
require_once
include()、require()语句包含并运行指定文件。这两结构在包含文件上完全一样,唯一的区别是对于错误的处理。require()语句在遇到包含文件不存在,或是出错的时候,就停止即行,并报错。include()则继续即行。 include('hello.php'); echo'includetestfinal!';//include报错,但是会继续执行,显示:includetestfina
y490884700
·
2012-05-31 10:00
脚本
include
Dedecms搜索时 当然关键词和栏目名相同时 搜索结果为空的问题的解决方法
如果搜索的词和某一个栏目名称相同,如果这个栏目下没有文章,即使别的栏目有这个标题的文章,也搜索不出结果临时的解决办法:打开plus/search.php删掉或者注释掉:复制代码代码如下://引入栏目缓存并看关键字是否有相关栏目内容
require_once
佚名
·
2012-05-28 15:37
zend framework 之Zend_Session 登录 退出 session 会话
在入口文件index.php中加上//启动SESSION
require_once
'Zend/Session.php'; Zend_Session::start();UserController.php
ycb1689
·
2012-05-23 17:00
数据库
session
user
filter
Scheme
Zend
常用的避免require/include的方法 .
测试结果表明,使用__autoload之后比
require_once
然后再实例化大概要快3倍左右。这个函数最大的用处就是在实例化一个未明确定义的类时去寻找相应的文件并载入(是动态加载哦~)。
ycb1689
·
2012-05-23 17:00
SMARTY核心
./");
require_once
("smarty/Smarty.class.php"); /** *SmartyTemplateClassInitia
21aspnet
·
2012-05-22 12:00
html
Date
cache
dropdown
include
output
php开发Hive Web查询
$GLOBALS['THRIFT_ROOT'] = '/data/center_a0001/www/libs/classes/Thrift/';
require_once
$GLOBALS['THRIFT_ROOT
hao3721
·
2012-05-19 12:00
PHP
thrift
提高PHP代码质量36计(1)
1.不要使用相对路径常常会看到:
require_once
('../..
fzy_870618
·
2012-05-08 22:16
PHP
提高
代码质量
phpExcel读取excel文件,读取出来
php
require_once
'..
xitong
·
2012-04-29 15:00
phpexcel
使用phpExcel类新数据库中数据导出excel表
首先在phpExcel官网下载最新的类文件,下面是一个小例子,对中文乱码进行了处理 /** PHPExcel */
require_once
'..
xitong
·
2012-04-29 15:00
phpexcel
window中用pear安装phpunit
bin,运行:go-pear若出现以下错误:phar"D:\php\Zend\ZendServer\bin\PEAR\go-pear.phar"doesnothaveasignatureWarning:
require_once
itsoul
·
2012-04-29 12:00
php
pear
window中用pear安装phpunit
bin,运行:go-pear若出现以下错误:phar"D:\php\Zend\ZendServer\bin\PEAR\go-pear.phar"doesnothaveasignatureWarning:
require_once
itsoul
·
2012-04-29 12:00
php
pear
window中用pear安装phpunit
phar "D:\php\Zend\ZendServer\bin\PEAR\go-pear.phar" does not have a signature Warning:
require_once
itsoul
·
2012-04-29 12:00
PHP
PEAR
include_once和
require_once
PHP引入文件是引入后执行,不是先执行后引入 include和require是引入文件 include_once和
require_once
是确保引入的文件只被引入一次以避免多次引入导致错误 PHP中require
AriesSurfer
·
2012-04-27 10:00
include_once和
require_once
PHP引入文件是引入后执行,不是先执行后引入 include和require是引入文件 include_once和
require_once
是确保引入的文件只被引入一次以避免多次引入导致错误 PHP中require
AriesSurfer
·
2012-04-27 10:00
上一页
16
17
18
19
20
21
22
23
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他