We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f423b2b commit 1c6c0fdCopy full SHA for 1c6c0fd
1 file changed
user_guide_src/source/incoming/request.rst
@@ -36,6 +36,9 @@ Class Reference
36
37
.. php:method:: isValidIP($ip[, $which = ''])
38
39
+ .. deprecated:: 4.0.5
40
+ Use :doc:`../libraries/validation` instead.
41
+
42
.. important:: This method is deprecated. It will be removed in future releases.
43
44
:param string $ip: IP address
@@ -68,6 +71,9 @@ Class Reference
68
71
69
72
.. php:method:: setMethod($method)
70
73
74
75
+ Use :php:meth:`CodeIgniter\\HTTP\\Request::withMethod()` instead.
76
77
:param string $upper: Sets the request method. Used when spoofing the request.
78
:returns: HTTP request method
79
:rtype: Request
0 commit comments