string getRequestFormat(string $default = 'html')
Gets the request format.
Here is the process to determine the format:
- format defined by the user (with setRequestFormat())
- _format request attribute
- $default
string getRequestFormat(string $default = 'html')
Gets the request format.
Here is the process to determine the format:
string | $default | The default format |
string | The request format |
Designed by : w10schools
service@w10schools.com
Please login to continue.