mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-01 20:19:42 +08:00
[doc] Update PHP doc links (#18957)
* Replace https://secure.php.net with https://www.php.net * Replace http://www.php.net with https://www.php.net
This commit is contained in:
@ -29,14 +29,14 @@ Di conseguenza ci sono diverse differenze a livello di linguaggio a cui devi far
|
||||
Di seguito un riepilogo delle principali differenze relative a PHP:
|
||||
|
||||
- [Namespace](https://www.php.net/manual/en/language.namespaces.php).
|
||||
- [Funzioni anonime](https://secure.php.net/manual/en/functions.anonymous.php).
|
||||
- [Funzioni anonime](https://www.php.net/manual/en/functions.anonymous.php).
|
||||
- La sintassi breve per gli array `[...elementi...]` è utilizzabile invece di `array(...elementi...)`.
|
||||
- Le tag brevi per le echo `<?=` sono utilizzabili nei file delle viste. Il loro utilizzo è sicuro da PHP 5.4.
|
||||
- [Interfacce e classi SPL](https://secure.php.net/manual/en/book.spl.php).
|
||||
- [Late Static Bindings](https://secure.php.net/manual/en/language.oop5.late-static-bindings.php).
|
||||
- [Data e ora](https://secure.php.net/manual/en/book.datetime.php).
|
||||
- [Trait](https://secure.php.net/manual/en/language.oop5.traits.php).
|
||||
- [intl](https://secure.php.net/manual/en/book.intl.php). Yii 2.0 utilizza l'estensione PHP `intl` per le funzionalità di
|
||||
- [Interfacce e classi SPL](https://www.php.net/manual/en/book.spl.php).
|
||||
- [Late Static Bindings](https://www.php.net/manual/en/language.oop5.late-static-bindings.php).
|
||||
- [Data e ora](https://www.php.net/manual/en/book.datetime.php).
|
||||
- [Trait](https://www.php.net/manual/en/language.oop5.traits.php).
|
||||
- [intl](https://www.php.net/manual/en/book.intl.php). Yii 2.0 utilizza l'estensione PHP `intl` per le funzionalità di
|
||||
internazionalizzazione.
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user