PHP Manual

  • English French German Portuguese Spanish
Manual do PHP Apêndices Migrando do PHP 5.2.x para o PHP 5.3.x New Parameters
Migrando do PHP 5.2.x para o PHP 5.3.x O que mudou no PHP 5.3.x Mudanças incompatíveis com versões anteriores Novos recursos Mudanças feitas para suporte ao Windows Mudanças nos módulos SAPI Recursos em desuso no PHP 5.3.x Undeprecated features in PHP 5.3.x New Parameters New Functions New stream wrappers New stream filters New Class Constants New Methods New Extensions Removed Extensions Other changes to extensions New Classes New Global Constants Changes to INI file handling Other changes
  • Undeprecated features in PHP 5.3.x
  • New Functions

New Parameters

Several functions were given new, optional parameters in PHP 5.3:

PHP Core:

  • clearstatcache() - Added clear_realpath_cache and filename.
  • copy() - Added a stream context parameter, context.
  • fgetcsv() - Added escape.
  • ini_get_all() - Added details.
  • nl2br() - Added is_xhtml.
  • parse_ini_file() - Added scanner_mode.
  • round() - Added mode.
  • stream_context_create() - Added params.
  • strstr() and stristr() - Added before_needle.

json:

  • json_encode() - Added options.
  • json_decode() - Added depth.

Streams:

  • stream_select(), stream_set_blocking(), stream_set_timeout(), and stream_set_write_buffer() now work with user-space stream wrappers.

sybase_ct:

  • sybase_connect() - Added new.

New method parameters in PHP 5.3.0:

PHP Core:

  • Exception::__construct() - Added previous.
© Copyright © 2001-2015 The PHP Group.

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