首页
随机页面
分类
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()
分类
:
PHP Manual