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-05-17 11:13:16 +0300
committerMichal Čihař <michal@cihar.com>2016-05-17 11:13:16 +0300
commit44a6ae9b50e9d127f82b4e3a49ff1cec709f33cb (patch)
treed8ca1e0c0add29c7002dab218d10c2b4404d91be /doc/transformations.rst
parent95f2d15b4f225cd852c3215eed279f321b8edb65 (diff)
Use https when linking to php.net
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 f72df8abfa..df1e63fe3a 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()
- <http://php.net/mysql_fetch_field>`_ function. This means, all
+ <https://php.net/mysql_fetch_field>`_ function. This means, all
object properties described on the `manual page
- <http://php.net/mysql_fetch_field>`_ are available in this
+ <https://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.