PHP 8.4.0 RC4 available for testing

Storico dei cambiamenti

Le seguenti modifiche sono state apportate alle classi/funzioni/metodi di questa estensione.

VersionFunctionDescription
8.0.0ignore_user_abortenable is nullable now.
 packThis function no longer returns false on failure.
 sapi_windows_vt100_supportenable is now nullable.
7.2.0packfloat and double types supports both Big Endian and Little Endian.
 unpackfloat and double types supports both Big Endian and Little Endian.
7.1.1packThe "e", "E", "g" and "G" codes were added to enable byte order support for float and double.
7.1.0unpackThe optional offset has been added.
7.0.15packThe "e", "E", "g" and "G" codes were added to enable byte order support for float and double.
5.3.4sleepPrima di PHP 5.3.4 in Windows, sleep ritorna sempre null quando è eseguita, a prescindere dal fatto che sia stata interrotta o meno.
5.0.0usleepQuesta funzione ora funziona anche sui sistemi Windows.
4.2.0highlight_stringIl parametro return è stato aggiunto.
add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top