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