PHP streamWrapper stream_close() Method
The PHP streamWrapper::stream_close() method closes a resource. This method is called in response to fclose() function.
Any resources which were locked, or allocated, by the wrapper is released.
Syntax
public streamWrapper::stream_close()
Parameters
No parameter is required.
Return Value
No value is returned.
❮ PHP Streams Reference