cleanup, docs
This commit is contained in:
@@ -12,7 +12,6 @@ ob_get_close
|
||||
:content
|
||||
Starts a new output buffer for the request and makes it the active `context.ob`. Most unit code should prefer the higher-level output-buffer helpers (`ob_start()`, `ob_get()`, `ob_get_close()`, `ob_close()`) rather than calling the method directly.
|
||||
|
||||
```cpp
|
||||
context.ob_start();
|
||||
print("captured");
|
||||
```
|
||||
|
||||
:example
|
||||
print("Request::ob_start example\n");
|
||||
|
||||
Reference in New Issue
Block a user