mirror of
https://github.com/codeguy/php-the-right-way.git
synced 2025-08-20 04:11:44 +02:00
Update php.net links to point to https://www.php.net
This commit is contained in:
@@ -50,14 +50,13 @@ available as `__call()` and `__callStatic()`.
|
||||
* [Read about Overloading][overloading]
|
||||
|
||||
|
||||
[oop]: https://secure.php.net/language.oop5
|
||||
[traits]: https://secure.php.net/language.oop5.traits
|
||||
[anonymous-functions]: https://secure.php.net/functions.anonymous
|
||||
[closure-class]: https://secure.php.net/class.closure
|
||||
[oop]: https://www.php.net/language.oop5
|
||||
[traits]: https://www.php.net/language.oop5.traits
|
||||
[anonymous-functions]: https://www.php.net/functions.anonymous
|
||||
[closure-class]: https://www.php.net/class.closure
|
||||
[closures-rfc]: https://wiki.php.net/rfc/closures
|
||||
[callables]: https://secure.php.net/language.types.callable
|
||||
[call-user-func-array]: https://secure.php.net/function.call-user-func-array
|
||||
[magic-methods]: https://secure.php.net/language.oop5.magic
|
||||
[reflection]: https://secure.php.net/intro.reflection
|
||||
[overloading]: https://secure.php.net/language.oop5.overloading
|
||||
|
||||
[callables]: https://www.php.net/language.types.callable
|
||||
[call-user-func-array]: https://www.php.net/function.call-user-func-array
|
||||
[magic-methods]: https://www.php.net/language.oop5.magic
|
||||
[reflection]: https://www.php.net/intro.reflection
|
||||
[overloading]: https://www.php.net/language.oop5.overloading
|
||||
|
Reference in New Issue
Block a user