mirror of
https://github.com/codeguy/php-the-right-way.git
synced 2025-08-07 06:26:45 +02:00
Changed some UK subdomain-specific php.net links to be language-agnostic
This commit is contained in:
@@ -48,7 +48,7 @@ available as `__call()` and `__callStatic()`.
|
|||||||
* [Read about Reflection][reflection]
|
* [Read about Reflection][reflection]
|
||||||
|
|
||||||
[namespaces]: http://php.net/manual/en/language.namespaces.php
|
[namespaces]: http://php.net/manual/en/language.namespaces.php
|
||||||
[overloading]: http://uk.php.net/manual/en/language.oop5.overloading.php
|
[overloading]: http://php.net/manual/en/language.oop5.overloading.php
|
||||||
[oop]: http://www.php.net/manual/en/language.oop5.php
|
[oop]: http://www.php.net/manual/en/language.oop5.php
|
||||||
[anonymous-functions]: http://www.php.net/manual/en/functions.anonymous.php
|
[anonymous-functions]: http://www.php.net/manual/en/functions.anonymous.php
|
||||||
[closure-class]: http://php.net/manual/en/class.closure.php
|
[closure-class]: http://php.net/manual/en/class.closure.php
|
||||||
|
@@ -81,6 +81,6 @@ Some abstraction layers have been built using the PSR-0 namespace standard so ca
|
|||||||
[4]: http://packages.zendframework.com/docs/latest/manual/en/index.html#zend-db
|
[4]: http://packages.zendframework.com/docs/latest/manual/en/index.html#zend-db
|
||||||
[5]: http://php.net/manual/en/pdo.connections.php
|
[5]: http://php.net/manual/en/pdo.connections.php
|
||||||
|
|
||||||
[mysql]: http://uk.php.net/mysql
|
[mysql]: http://php.net/mysql
|
||||||
[mysqli]: http://uk.php.net/mysqli
|
[mysqli]: http://php.net/mysqli
|
||||||
[pgsql]: http://uk.php.net/pgsql
|
[pgsql]: http://php.net/pgsql
|
||||||
|
Reference in New Issue
Block a user