diff options
author | Joffrey Jaffeux <j.jaffeux@gmail.com> | 2012-06-06 20:14:13 +0200 |
---|---|---|
committer | Joffrey Jaffeux <j.jaffeux@gmail.com> | 2012-06-06 20:14:13 +0200 |
commit | 1ab6f6520ebfc016c49cfbe3a4d9d009be5da268 (patch) | |
tree | 341443396a38e4e96d7fd08973e3b10bde9c8047 /user_guide_src/source/libraries/input.rst | |
parent | 70b5d3b4eb74ad27da7eac29ef5d349be944ba15 (diff) |
removed ip_version()
Diffstat (limited to 'user_guide_src/source/libraries/input.rst')
-rw-r--r-- | user_guide_src/source/libraries/input.rst | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/user_guide_src/source/libraries/input.rst b/user_guide_src/source/libraries/input.rst index 649fe43d6..abdf87704 100644 --- a/user_guide_src/source/libraries/input.rst +++ b/user_guide_src/source/libraries/input.rst @@ -242,15 +242,6 @@ validates the IP automatically. echo 'Valid'; } -$this->input->ip_version($ip) -============================ - -Takes an IP address as input and returns the version : 4 or 6. -:: - - $ip = '175.123.74.43'; - echo $this->input->ip_version($ip); // 4 - $this->input->user_agent() =========================== |