PHP Manual

  • English French German Portuguese Spanish
PHP-Handbuch Appendices Migration von PHP 5.3.x auf PHP 5.4.x New Methods
Migration von PHP 5.3.x auf PHP 5.4.x Was hat sich in PHP 5.4.x geändert? Nicht rückwärtskompatible Änderungen Neue Features Changes made to Windows support Changes in SAPI modules Deprecated features in PHP 5.4.x New Parameters New Functions New Class Constants New Methods New Extensions Removed Extensions Other changes to extensions New Classes New Global Constants Änderungen an der INI-Dateibehandlung Weitere Änderungen
  • New Class Constants
  • New Extensions

New Methods

Several new methods were introduced in 5.4.0:

XSL:

  • XsltProcessor::setSecurityPrefs() und XsltProcessor::getSecurityPrefs()

SPL:

  • RegexIterator::getRegex() SplObjectStorage::getHash() DirectoryIterator::getExtension() SplDoublyLinkedList::serialize() SplDoublyLinkedList::unserialize() SplFileInfo::getExtension() SplFileObject::fputcsv() SplQueue::serialize() SplQueue::unserialize() SplStack::serialize() SplStack::unserialize() SplTempFileObject::fputcsv()

Reflection:

  • ReflectionExtension::isPersistent() ReflectionExtension::isTemporary() ReflectionClass::isCloneable()

Closure:

  • Closure::bind() Closure::bindTo()

PDO_dblib:

  • PDO::newRowset()

StreamWrapper:

  • StreamWrapper::stream_metadata()
  • StreamWrapper::stream_truncate()
© Copyright © 2001-2015 The PHP Group.

© Copyright 2014. Diseñado por PHP Manual usando jfCMS.