PHP Manual

  • English French German Portuguese Spanish
Manual do PHP Apêndices Migrating from PHP 5.3.x to PHP 5.4.x New Functions
Migrating from PHP 5.3.x to PHP 5.4.x What has changed in PHP 5.4.x Backward Incompatible Changes New features Changes in SAPI modules Deprecated features in PHP 5.4.x Changed Functions New Functions New Classes and Interfaces New Methods Removed Extensions Other changes to extensions New Global Constants Changes to INI file handling Other changes
  • Changed Functions
  • New Classes and Interfaces

New Functions

PHP 5.4 introduced some new functions:

PHP Core:

  • hex2bin()
  • http_response_code()
  • get_declared_traits()
  • getimagesizefromstring()
  • stream_set_chunk_size()
  • socket_import_stream()
  • trait_exists()
  • header_register_callback()

SPL:

  • class_uses()

Session:

  • session_status()
  • session_register_shutdown()

Mysqli:

  • mysqli_error_list()
  • mysqli_stmt_error_list()

Libxml:

  • libxml_set_external_entity_loader()

LDAP:

  • ldap_control_paged_result()
  • ldap_control_paged_result_response()

Intl:

  • transliterator_create()
  • transliterator_create_from_rules()
  • transliterator_create_inverse()
  • transliterator_get_error_code()
  • transliterator_get_error_message()
  • transliterator_list_ids()
  • transliterator_transliterate()

Zlib:

  • zlib_decode()
  • zlib_encode()
© Copyright © 2001-2015 The PHP Group.

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