Main page
Recent changes
Random page
Categories

Php/docs/migration70.new-functions

From Get docs
Jump to:navigation, search
  • « Changed functions
  • New Classes and Interfaces »


  • PHP Manual
  • Migrating from PHP 5.6.x to PHP 7.0.x
  • New functions


Contents

  • 1 New functions
    • 1.1 Closure
    • 1.2 CSPRNG
    • 1.3 Error Handling and Logging
    • 1.4 Generator
    • 1.5 GNU Multiple Precision
    • 1.6 Math
    • 1.7 PCRE
    • 1.8 PHP Options/Info
    • 1.9 POSIX
    • 1.10 Reflection
    • 1.11 Zip
    • 1.12 Zlib Compression

New functions

Closure

  • Closure::call()


CSPRNG

  • random_bytes()
  • random_int()


Error Handling and Logging

  • error_clear_last()


Generator

  • Generator::getReturn()


GNU Multiple Precision

  • gmp_random_seed()


Math

  • intdiv()


PCRE

  • preg_replace_callback_array()


PHP Options/Info

  • 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()


Retrieved from "https://getdocs.org/index.php?title=Php/docs/migration70.new-functions&oldid=16183"
Category:
  • PHP Manual
Privacy policy
About Get docs
Disclaimers
Powered by MediaWiki