Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/api/response.md
Original file line number Diff line number Diff line change
Expand Up @@ -496,7 +496,7 @@ int(42)
>
> As a rule of thumb, output buffering should only be used as a last resort and
> directly working with `string` values is usually preferable. For instance,
> [`print_r()`](https://www.php.net/manual/en/function.print_r.php),
> [`print_r()`](https://www.php.net/manual/en/function.print-r.php),
> [`var_export()`](https://www.php.net/manual/en/function.var-export.php) and
> others accept optional boolean flags to return the value instead of printing
> to the output buffer. In many other cases, PHP also provides alternative
Expand Down