131 |
132 |
136 |
137 |
$= esc($var) ?>
138 |
139 |
140 |
141 |
142 | Key |
143 | Value |
144 |
145 |
146 |
147 | $value) : ?>
148 |
149 | = esc($key) ?> |
150 |
151 |
152 | = esc($value) ?>
153 |
154 | = esc(print_r($value, true)) ?>
155 |
156 | |
157 |
158 |
159 |
160 |
161 |
162 |
163 |
164 |
165 |
166 |
167 |
Constants
168 |
169 |
170 |
171 |
172 | Key |
173 | Value |
174 |
175 |
176 |
177 | $value) : ?>
178 |
179 | = esc($key) ?> |
180 |
181 |
182 | = esc($value) ?>
183 |
184 | = esc(print_r($value, true)) ?>
185 |
186 | |
187 |
188 |
189 |
190 |
191 |
192 |
196 |
197 |
198 |
199 |
200 |
201 | Path |
202 | = esc($request->uri) ?> |
203 |
204 |
205 | HTTP Method |
206 | = esc($request->getMethod(true)) ?> |
207 |
208 |
209 | IP Address |
210 | = esc($request->getIPAddress()) ?> |
211 |
212 |
213 | Is AJAX Request? |
214 | = $request->isAJAX() ? 'yes' : 'no' ?> |
215 |
216 |
217 | Is CLI Request? |
218 | = $request->isCLI() ? 'yes' : 'no' ?> |
219 |
220 |
221 | Is Secure Request? |
222 | = $request->isSecure() ? 'yes' : 'no' ?> |
223 |
224 |
225 | User Agent |
226 | = esc($request->getUserAgent()->getAgentString()) ?> |
227 |
228 |
229 |
230 |
231 |
232 |
233 |
234 |
235 |
239 |
240 |
241 |
242 |
$= esc($var) ?>
243 |
244 |
245 |
246 |
247 | Key |
248 | Value |
249 |
250 |
251 |
252 | $value) : ?>
253 |
254 | = esc($key) ?> |
255 |
256 |
257 | = esc($value) ?>
258 |
259 | = esc(print_r($value, true)) ?>
260 |
261 | |
262 |
263 |
264 |
265 |
266 |
267 |
268 |
269 |
270 |
271 |
272 | No $_GET, $_POST, or $_COOKIE Information to show.
273 |
274 |
275 |
276 |
277 | getHeaders(); ?>
278 |
279 |
280 |
Headers
281 |
282 |
283 |
284 |
285 | Header |
286 | Value |
287 |
288 |
289 |
290 |
291 |
295 |
299 |
300 |
301 | = esc($h->getName(), 'html') ?> |
302 | = esc($h->getValueLine(), 'html') ?> |
303 |
304 |
305 |
306 |
307 |
308 |
309 |
310 |
311 |
312 |
313 | setStatusCode(http_response_code());
316 | ?>
317 |
318 |
319 |
320 | Response Status |
321 | = esc($response->getStatusCode() . ' - ' . $response->getReason()) ?> |
322 |
323 |
324 |
325 | getHeaders(); ?>
326 |
327 |
328 |
329 |
Headers
330 |
331 |
332 |
333 |
334 | Header |
335 | Value |
336 |
337 |
338 |
339 | $value) : ?>
340 |
341 | = esc($name, 'html') ?> |
342 | = esc($response->getHeaderLine($name), 'html') ?> |
343 |
344 |
345 |
346 |
347 |
348 |
349 |