第8章. 常量目录列表 网站建设服务器脚本类\phpphp用户手册fancylanguage.constant […]
Continue readingphp4.1.0在windows下的apache模块方式安装
有些功能(例如用户验证)要求 php 必须以 apache 模块方式安装,如果你不知道如何安装,那么下面这些就 […]
Continue readingcookie的作用
1.记录访客的某些信息。例如可以利用cookie纪录用户光临你的网页次数, 或者访客曾经输入过的信息,某些网站 […]
Continue readingphp4用户手册:函数-file
file(php 3, php 4 >= 4.0.0)file — 读取整个文件到数组描述arra […]
Continue readingphp漏洞对策
其实从编程的角度来讲php是没什么问题的,主要是使用php这种语言编出来的东西是否涉及安全了. php的运行, […]
Continue readingphp5正式版出炉
some of the key features of php 5 include: the zend eng […]
Continue readingphp4用户手册:函数-trim
trim(php 3, php 4 >= 4.0.0)trim — 去除一个字符串开始和结尾的空白 […]
Continue readingphp4用户手册:流程控制-while
whilewhile 循环是php循环中的简单类型。它的行为刚好像c语言中的一样。以下是如基本的while语句 […]
Continue readingmysql4.1windows下升级问题
使用phpmyadmin时报错: client does not support authentication […]
Continue readingphp4用户手册:流程控制-for
forfor 循环是php中非常复杂的循环。它的行为象c语言中的一样。以下是循环的语法: for (expr1 […]
Continue readingphp4用户手册:函数-usleep
usleep(php 3, php 4 >= 4.0.0)usleep — 暂停执行多少毫秒描述v […]
Continue readingphp4用户手册:变量-基础
第7章. 变量目录列表 网站建设服务器脚本类\phpphp用户手册fancylanguage.variable […]
Continue readingphp4用户手册:函数-flock
flock(php 3>= 3.0.7, php 4 >= 4.0.0)flock — 锁定文件描 […]
Continue readingphp4用户手册:函数-count
count(php 3, php 4 >= 4.0.0)count — 计算变量中元素的个数描述i […]
Continue readingphp文档工具
写文档是一项乏味却不得不做的工作,而编写api级的文档更是意味着大量的重复劳动和难以保持的一致性。这里我们要推 […]
Continue readingphp4用户手册:函数-fopen
fopen(php 3, php 4 >= 4.0.0)fopen — 打开文件或url描述int […]
Continue readingphp4用户手册:数据类型-arrays
arrays在php中一个数组实际上是一个有次序的映射。一个映射是映射值到关键字上。这个类型在单独的方法上被优 […]
Continue readingphp4用户手册:运算符-字符串运算符
字符串运算符有两个字符串运算符。第一个是连接运算符 (.),它返回连接右边和左边后生成的新字符串。第二个是自连 […]
Continue readingphp4用户手册:函数-curl
xi. curl, 客户 url 库函数php 支持libcurl(允许你用不同的协议连接和沟通不同的服务器) […]
Continue reading如何对php程序中的常见漏洞进行攻击(上)
原著:shaun clowes 翻译:analysist 之所以翻译这篇文章,是因为目前关于cgi安全性的文章 […]
Continue readingphp4用户手册:函数-fputs
fputs(php 3, php 4 >= 4.0.0)fputs — 写入到文件指针处描述int […]
Continue readingphp4用户手册:函数-crul-curl
curl_init(php 4 >= 4.0.2)curl_init — 初始化一个curl会话 […]
Continue readingphp4用户手册:函数-fseek
fseek(php 3, php 4 >= 4.0.0)fseek — 定位一个文件的指针描述in […]
Continue readingphp4用户手册:函数-fwrite
fwrite(php 3, php 4 >= 4.0.0)fwrite — 二进制文件写入描述in […]
Continue readingphp4用户手册:函数-curl-curl
curl_exec(php 4 >= 4.0.2)curl_exec — 执行一个curl会话 描 […]
Continue reading用mysql内建复制来最佳化可用性(一)
在soundbreak我们每天24小时不间断地播放实况音频和视频,所以对于mysql的新增的复制特性,我们不能 […]
Continue readingphp4用户手册:函数-curl-curl
curl_close(php 4 >= 4.0.2)curl_close — 关闭一个curl会话 […]
Continue readingphp4用户手册:函数-curl-curl
curl_version(php 4 >= 4.0.2)curl_version — 返回当前cu […]
Continue reading用mysql内建复制来最佳化可用性(三)
第二步:配置备机 让我们继续。停掉备机上的mysql服务程序,并且把从主机上拷贝来的数据库目录移到备机上的 […]
Continue reading编写自己的php扩展函数(一)
编写自己的php扩展函数yorgo sun 2002/01/22 php程序写的时间长了,自然对他所提供的功能 […]
Continue reading