File tree Expand file tree Collapse file tree
user_guide_src/source/incoming Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ Class Reference
8080 :returns: ``$_SERVER `` item value if found, null if not
8181 :rtype: mixed
8282
83- This method is identical to the ``post () ``, ``get () `` and ``cookie () `` methods from the
83+ This method is identical to the ``getPost () ``, ``getGet () `` and ``getCookie () `` methods from the
8484 :doc: `IncomingRequest Class </incoming/incomingrequest >`, only it fetches server data (``$_SERVER ``):
8585
8686 .. literalinclude :: request/004.php
@@ -98,8 +98,8 @@ Class Reference
9898 :returns: ``$_ENV `` item value if found, null if not
9999 :rtype: mixed
100100
101- This method is identical to the ``post () ``, ``get () `` and ``cookie () `` methods from the
102- :doc: `IncomingRequest Class </incoming/incomingrequest >`, only it fetches getEnv data (``$_ENV ``):
101+ This method is identical to the ``getPost () ``, ``getGet () `` and ``getCookie () `` methods from the
102+ :doc: `IncomingRequest Class </incoming/incomingrequest >`, only it fetches env data (``$_ENV ``):
103103
104104 .. literalinclude :: request/006.php
105105
You can’t perform that action at this time.
0 commit comments