首页
随机页面
分类

Php/docs/migration70.new-functions

来自菜鸟教程
跳转至:导航、​搜索
  • « 变更的函数
  • 新的类和接口 »


  • PHP Manual
  • 从 PHP 5.6.x 移植到 PHP 7.0.x
  • 新函数


目录

  • 1 新函数
    • 1.1 Closure
    • 1.2 CSPRNG
    • 1.3 错误处理和日志
    • 1.4 Generator
    • 1.5 GNU 多重精度
    • 1.6 Math
    • 1.7 PCRE
    • 1.8 PHP 选项和信息
    • 1.9 POSIX
    • 1.10 Reflection
    • 1.11 Zip
    • 1.12 Zlib Compression

新函数

Closure

  • Closure::call()


CSPRNG

  • random_bytes()
  • random_int()


错误处理和日志

  • error_clear_last()


Generator

  • Generator::getReturn()


GNU 多重精度

  • gmp_random_seed()


Math

  • intdiv()


PCRE

  • preg_replace_callback_array()


PHP 选项和信息

  • gc_mem_caches()
  • get_resources()


POSIX

  • posix_setrlimit()


Reflection

  • ReflectionParameter::getType()
  • ReflectionParameter::hasType()
  • ReflectionFunctionAbstract::getReturnType()
  • ReflectionFunctionAbstract::hasReturnType()


Zip

  • ZipArchive::setCompressionIndex()
  • ZipArchive::setCompressionName()


Zlib Compression

  • inflate_add()
  • deflate_add()
  • inflate_init()
  • deflate_init()


取自“https://cainiaojiaocheng.com/index.php?title=Php/docs/migration70.new-functions&oldid=15977”
分类:​
  • PHP Manual
隐私政策
关于菜鸟教程
免责声明
京ICP备19005578号-2
Powered by MediaWiki