mirror of
https://github.com/codeguy/php-the-right-way.git
synced 2025-08-09 07:26:29 +02:00
Use language independent permalinks for php.net urls
@see http://php.net/urlhowto.php
This commit is contained in:
@@ -48,14 +48,14 @@ available as `__call()` and `__callStatic()`.
|
||||
* [Read about Magic Methods][magic-methods]
|
||||
* [Read about Reflection][reflection]
|
||||
|
||||
[namespaces]: http://php.net/manual/en/language.namespaces.php
|
||||
[overloading]: http://php.net/manual/en/language.oop5.overloading.php
|
||||
[oop]: http://www.php.net/manual/en/language.oop5.php
|
||||
[anonymous-functions]: http://www.php.net/manual/en/functions.anonymous.php
|
||||
[closure-class]: http://php.net/manual/en/class.closure.php
|
||||
[callables]: http://php.net/manual/en/language.types.callable.php
|
||||
[magic-methods]: http://php.net/manual/en/language.oop5.magic.php
|
||||
[reflection]: http://www.php.net/manual/en/intro.reflection.php
|
||||
[traits]: http://www.php.net/traits
|
||||
[call-user-func-array]: http://php.net/manual/en/function.call-user-func-array.php
|
||||
[namespaces]: http://php.net/language.namespaces
|
||||
[overloading]: http://php.net/language.oop5.overloading
|
||||
[oop]: http://php.net/language.oop5
|
||||
[anonymous-functions]: http://php.net/functions.anonymous
|
||||
[closure-class]: http://php.net/class.closure
|
||||
[callables]: http://php.net/language.types.callable
|
||||
[magic-methods]: http://php.net/language.oop5.magic
|
||||
[reflection]: http://php.net/intro.reflection
|
||||
[traits]: http://php.net/language.oop5.traits
|
||||
[call-user-func-array]: http://php.net/function.call-user-func-array
|
||||
[closures-rfc]: https://wiki.php.net/rfc/closures
|
||||
|
Reference in New Issue
Block a user