* Marks this buffer as closed. * @returns boolean true */
()
| 214 | * @returns boolean true |
| 215 | */ |
| 216 | public function close() |
| 217 | { |
| 218 | $this->checkClosed(); |
| 219 | $this->is_closed = true; |
| 220 | return true; |
| 221 | } |
| 222 | |
| 223 | /** |
| 224 | * Truncates the truncate buffer to 0 bytes and returns the pointer |
nothing calls this directly
no test coverage detected