php函数笔记目录[整理中]

来源:互联网 发布:时间片轮转调度算法 编辑:程序博客网 时间:2024/05/29 11:43

1.php函数小汇总(一)

  • 高级调试函数 debug_zval_dump
  • 高级调试函数 debug_backtrace
  • 函数 reset() current() end() next() prev() each()
  • strrchr()与strchr()
  • func_get_args()返回一个包含函数参数列表的数组
  • array_unshift() array_shift() array_push() array_pop()

2.函数小汇总(二)

  • mysqli_stmt_bind_param()
  • call_user_func_array()
  • mysqli_stmt_init ()
  • array_splice() array_slice()
  • ctype
  • calendar

3.php函数小汇总(三)

  • array_key_exists()
  • array_values()
  • array_reverse()
  • method_exists()
  • function_exists()
  • class_exists()、 interface_exists()

4.php函数小汇总(四)

  • highlight_string()
  • join()
  • printf()
  • hash_hmac()、 mcrypt_encrypt()
  • ord()、chr()
  • unpack()

5.php函数小汇总(五)

  • preg_split()
  • usort()
  • create_function()
  • feof()
  • range()
  • imagerotate()
0 0