| Manuál PHP | ||
|---|---|---|
| PÅ™edcházejÃcà | PÅ™Ãloha B. Migrating from PHP 5.1.x to PHP 5.2.x | Dalšà |
New Parameters
Some functions were given new parameters in PHP 5.2.x:
PHP Core:
base64_decode() - added
strictsetcookie() - added
httponlysetrawcookie() - added
httponlysession_set_cookie_params() - added
httponlymemory_get_usage() - added
real_usage
curl:
curl_multi_info_read() - added
msgs_in_queue
imap:
imap_open() - added
n_retriesimap_reopen() - added
n_retries
mb_strrpos() - added
offsetVarovánà The
offsetparameter was put in the position theencodingparameter used to be. Backward compatibility has been provided by allowingencodingto be specified as the third parameter. Using this backward compatibility mode is not recommended because it will be removed in a future release of PHP.
ming:
swfmovie::streamMP3() - added
skipin PHP 5.2.1
openssl_verify() - added
signature_algo
pg_escape_bytea() - added
connectionpg_escape_string() - added
connection
SimpleXMLElement::__construct() - added
is_prefixSimpleXMLElement::attributes() - added
is_prefixSimpleXMLElement::children() - added
is_prefixsimplexml_load_file() - added
is_prefixsimplexml_load_string() - added
is_prefix
spl:
array iterator_to_array(Traversable it [, bool use_keys = true]) - added
use_keysin PHP 5.2.1
XMLReader::open() - added
encodingandoptionsXMLReader::XML() - added
encodingandoptions
| PÅ™edcházejÃcà | Domů | Dalšà |
| Changes in PHP datetime support | Nahoru |