Skip to content

Commit 4bcedb0

Browse files
committed
docs: fix here in links
1 parent 08155ec commit 4bcedb0

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
@@ -75,8 +75,8 @@ Class Reference
7575
.. php:method:: getServer([$index = null[, $filter = null[, $flags = null]]])
7676
7777
:param mixed $index: Value name
78-
:param int $filter: The type of filter to apply. A list of filters can be found `here <https://www.php.net/manual/en/filter.filters.php>`__.
79-
:param int|array $flags: Flags to apply. A list of flags can be found `here <https://www.php.net/manual/en/filter.filters.flags.php>`__.
78+
: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>`__.
79+
: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>`__.
8080
:returns: $_SERVER item value if found, null if not
8181
:rtype: mixed
8282

@@ -93,8 +93,8 @@ Class Reference
9393
.. php:method:: getEnv([$index = null[, $filter = null[, $flags = null]]])
9494
9595
:param mixed $index: Value name
96-
:param int $filter: The type of filter to apply. A list of filters can be found `here <https://www.php.net/manual/en/filter.filters.php>`__.
97-
:param int|array $flags: Flags to apply. A list of flags can be found `here <https://www.php.net/manual/en/filter.filters.flags.php>`__.
96+
: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>`__.
97+
: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>`__.
9898
:returns: $_ENV item value if found, null if not
9999
:rtype: mixed
100100

@@ -121,8 +121,8 @@ Class Reference
121121
122122
:param string $method: Input filter constant
123123
:param mixed $index: Value name
124-
:param int $filter: The type of filter to apply. A list of filters can be found `here <https://www.php.net/manual/en/filter.filters.php>`__.
125-
:param int|array $flags: Flags to apply. A list of flags can be found `here <https://www.php.net/manual/en/filter.filters.flags.php>`__.
124+
: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>`__.
125+
: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>`__.
126126
:rtype: mixed
127127

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

0 commit comments

Comments
 (0)