Skip to content

Commit 4e3a6ff

Browse files
authored
Update filter documentation links in request.rst
1 parent 78dfcf5 commit 4e3a6ff

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

user_guide_src/source/incoming/request.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,8 @@ Class Reference
8686
.. php:method:: getServer([$index = null[, $filter = null[, $flags = null]]])
8787
8888
:param mixed $index: Value name
89-
:param int $filter: The type of filter to apply. A list of filters can be found in `PHP manual <https://www.php.net/manual/en/filter.filters.php>`__.
90-
:param int|array $flags: Flags to apply. A list of flags can be found in `PHP manual <https://www.php.net/manual/en/filter.filters.flags.php>`__.
89+
:param int $filter: The type of filter to apply. A list of filters can be found in `PHP manual <https://www.php.net/manual/en/filters.php>`__.
90+
:param int|array $flags: Flags to apply. A list of flags can be found in `PHP manual <https://www.php.net/manual/en/filter.constants.php#filter.constants.flags.generic>`__.
9191
:returns: ``$_SERVER`` item value if found, null if not
9292
:rtype: mixed
9393

@@ -107,8 +107,8 @@ Class Reference
107107
:php:func:`env()` instead.
108108

109109
:param mixed $index: Value name
110-
:param int $filter: The type of filter to apply. A list of filters can be found in `PHP manual <https://www.php.net/manual/en/filter.filters.php>`__.
111-
:param int|array $flags: Flags to apply. A list of flags can be found in `PHP manual <https://www.php.net/manual/en/filter.filters.flags.php>`__.
110+
:param int $filter: The type of filter to apply. A list of filters can be found in `PHP manual <https://www.php.net/manual/en/filters.php>`__.
111+
:param int|array $flags: Flags to apply. A list of flags can be found in `PHP manual <https://www.php.net/manual/en/filter.constants.php#filter.constants.flags.generic>`__.
112112
:returns: ``$_ENV`` item value if found, null if not
113113
:rtype: mixed
114114

@@ -135,8 +135,8 @@ Class Reference
135135
136136
:param string $method: Input filter constant
137137
:param mixed $index: Value name
138-
:param int $filter: The type of filter to apply. A list of filters can be found in `PHP manual <https://www.php.net/manual/en/filter.filters.php>`__.
139-
:param int|array $flags: Flags to apply. A list of flags can be found in `PHP manual <https://www.php.net/manual/en/filter.filters.flags.php>`__.
138+
:param int $filter: The type of filter to apply. A list of filters can be found in `PHP manual <https://www.php.net/manual/en/filters.php>`__.
139+
:param int|array $flags: Flags to apply. A list of flags can be found in `PHP manual <https://www.php.net/manual/en/filter.constants.php#filter.constants.flags.generic>`__.
140140
:rtype: mixed
141141

142142
Fetches one or more items from a global, like cookies, get, post, etc.

0 commit comments

Comments
 (0)