Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichal Čihař <michal@cihar.com>2016-10-18 12:13:22 +0300
committerMichal Čihař <michal@cihar.com>2016-10-18 12:13:24 +0300
commit75a5fde46dbc5e880f86d8daf4a790406dd40561 (patch)
treee7b4e671c0883237e0824b56eda007cfb79c877d /doc/transformations.rst
parent4747bdadebf5f7b18eb89dcfe5811d987a3ede73 (diff)
Use secure.php.net for PHP documentation links
This avoids unnecessary redirect on the way (I still think this website setup is weird, but that's all I can do about it). Signed-off-by: Michal Čihař <michal@cihar.com>
Diffstat (limited to 'doc/transformations.rst')
-rw-r--r--doc/transformations.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/transformations.rst b/doc/transformations.rst
index 06c1ff1e8a..be60b33c80 100644
--- a/doc/transformations.rst
+++ b/doc/transformations.rst
@@ -133,9 +133,9 @@ The applyTransformation() method always gets passed three variables:
function as an array.
#. **$meta** - Contains an object with information about your column. The
data is drawn from the output of the `mysql\_fetch\_field()
- <https://php.net/mysql_fetch_field>`_ function. This means, all
+ <https://secure.php.net/mysql_fetch_field>`_ function. This means, all
object properties described on the `manual page
- <https://php.net/mysql_fetch_field>`_ are available in this
+ <https://secure.php.net/mysql_fetch_field>`_ are available in this
variable and can be used to transform a column accordingly to
unsigned/zerofill/not\_null/... properties. The $meta->mimetype
variable contains the original MIME-type of the column (i.e.