Blogger Information
Blog 10
fans 0
comment 0
visits 6383
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
11月18日作业_练习POST传值、函数学习
AA射手座
Original
771 people have browsed it

POST传值

PHP函数

一、字符串函数

  1. strtolower() 将字符串转化为小写
  2. strtoupper 将字符串转化为大写
  3. strlen() 获取字符串长度
  4. trim() 去除字符串首尾处的空白字符(或者其他字符)
  5. ltrim() 去除字符串开头的空白字符
  6. rtrim() 去除字符串结尾的空白字符
  7. str_replace() 字符串替换
  8. strpbrk() 字符串中查找一组字符是否存在
  9. explode() 将字符串分割为数组
  10. implode() 把数组元素组合为字符串
  11. md5() 将字符串进行md5加密

二、数组函数

  1. count() 数组中元素的数量
  2. array_merge() 两个数组合并为一个数组
  3. in_array() 数组中是否存在指定的值
  4. sort() 对数值数组进行升序排序
  5. rsort() 对数值数组进行降序排序
  6. array_unique() 移除数组中的重复的值
  7. array_push() 将一个或多个元素插入数组的末尾
  8. array_pop() 删除数组中的最后一个元素

三、函数分类

  1. String 字符串处理函数
  2. Array 数组函数允许您访问和操作数组
  3. MySQLi 允许您访问 MySQL 数据库服务器
  4. Date 服务器上获取日期和时间
  5. Filesystem 允许您访问和操作文件系统
  6. Mail 数学函数能处理 integer float 范围内的值
  7. HTTP 允许您在其他输出被发送之前,对由 Web 服务器发送到浏览器的信息进行操作
  8. Calendar 日历扩展包含了简化不同日历格式间转换的函数
  9. Directory 允许您获得关于目录及其内容的信息
  10. Error 允许您对错误进行处理和记录
  11. Filter 进行验证和过滤
  12. FTP 通过文件传输协议 (FTP) 提供对文件服务器的客户端访问
  13. MySQL 允许您访问 MySQL 数据库服务器
  14. SimpleXML 允许您把 XML 转换为对象
  15. XML 允许我们解析 XML 文档,但无法对其进行验证
  16. Zip 压缩文件函数允许我们读取压缩文件
Correcting teacher:查无此人查无此人

Correction status:qualified

Teacher's comments:完成的不错,继续保持
Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
0 comments