We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
From manual page: https://php.net/function.ob-get-status
In some cases it will return an empty array. Otherwise it will return something like commented here https://www.php.net/manual/en/function.ob-get-status.php#121633 - the array that is part of the offical docs seems to be completely wrong?
The text was updated successfully, but these errors were encountered:
Update outdated ob_get_status() docs (#3034)
2b37158
Fixes #62019 (https://bugs.php.net/bug.php?id=62019) Closes GH-3021 Co-authored-by: haszi <haszika80@gmail.com> Co-authored-by: Gina Peter Banyard <girgias@php.net>
Successfully merging a pull request may close this issue.
From manual page: https://php.net/function.ob-get-status
In some cases it will return an empty array.
Otherwise it will return something like commented here https://www.php.net/manual/en/function.ob-get-status.php#121633 - the array that is part of the offical docs seems to be completely wrong?
The text was updated successfully, but these errors were encountered: