Skip to content

Commit 6de2cf6

Browse files
committed
Used :phpfunction: role
1 parent 9eedd3f commit 6de2cf6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

http_fundamentals.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -181,9 +181,9 @@ PHP? In reality, PHP abstracts you a bit from the whole process::
181181
As strange as it sounds, this small application is in fact taking information
182182
from the HTTP request and using it to create an HTTP response. Instead of
183183
parsing the raw HTTP request message, PHP prepares superglobal variables
184-
such as ``$_SERVER`` and ``$_GET`` that contain all the information from
185-
the request. Similarly, instead of returning the HTTP-formatted text response,
186-
you can use the PHP ``header()`` function to create response headers and simply
184+
(such as ``$_SERVER`` and ``$_GET``) that contain all the information from the
185+
request. Similarly, instead of returning the HTTP-formatted text response, you
186+
can use the PHP :phpfunction:`header` function to create response headers and
187187
print out the actual content that will be the content portion of the response
188188
message. PHP will create a true HTTP response and return it to the client:
189189

0 commit comments

Comments
 (0)