headerizeToPhp() protected method
Convert any string (including php headers with HTTP prefix) to header format like : X-Pingother -> HTTP_X_PINGOTHER X PINGOTHER -> HTTP_X_PINGOTHER
protected string headerizeToPhp ( $string ) | ||
---|---|---|
$string | string |
String to convert |
return | string |
The result in "php $_SERVER header" format |
Please login to continue.