commit | 5a257187c4ca09ea61c19999bf061cec3f224cc2 | [log] [tgz] |
---|---|---|
author | Andrey Andreev <narf@bofh.bg> | Sun Jun 10 06:18:14 2012 +0300 |
committer | Andrey Andreev <narf@bofh.bg> | Sun Jun 10 06:18:14 2012 +0300 |
tree | 56f5208bac5394f37c16e62625a149b3746d8e23 | |
parent | 92aa67cf67292b20cfb8f18fc9e24b7408620355 [diff] [blame] |
Merge branch 2.1-stable into develop
diff --git a/user_guide_src/source/libraries/input.rst b/user_guide_src/source/libraries/input.rst index 432bac3..7f995f0 100644 --- a/user_guide_src/source/libraries/input.rst +++ b/user_guide_src/source/libraries/input.rst
@@ -242,6 +242,9 @@ echo 'Valid'; } +Accepts an optional second string parameter of 'ipv4' or 'ipv6' to specify +an IP format. The default checks for both formats. + $this->input->user_agent() ===========================