Snippets tagged “ini-set”
4 snippets use this tag.
- How to disable output buffering in PHPPHP
In PHP, you can disable output buffering by calling the ob_end_flush() function or flush() function.
- How to Display PHP ErrorsPHP
Often errors occur while executing a PHP application. Read this snippet to learn how to overcome difficulties and display such errors with the help of PHP.
- How to Log Errors and Warnings in a File with PHPPHP
With the help of this snippet, you can learn how to log errors and warnings in a file in PHP. Go ahead and check out the examples.
- Resolving Memory Limit ExceededPHP
This error message means that your PHP script is trying to use more memory than what is allowed by your PHP configuration.