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