On 14 Oct 2014, at 14:27, Kristopher <kristopherwil...@gmail.com> wrote:

> $_HTTP_REQUEST_BODY and $_HTTP_QUERY_STRING for nostalgia's sake.

Ew, non-superglobals.

But $_REQUEST_BODY and $_QUERY_STRING are a bit lengthy. Perhaps $_QUERY (for 
$_GET) and $_BODY (for $_POST)? Then the variable set finally makes sense, but 
isn’t too long:

* $_QUERY   - query string parameters
* $_BODY    - request body parameters
* $_REQUEST - query string and request body parameters

Makes more sense than $_GET and $_POST.

Any objections?

--
Andrea Faulds
http://ajf.me/





--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to