(PHP 4 >= 4.3.2, PHP 5, PHP 7)
Close a resource
public void streamWrapper::stream_close ( void )
This method is called in response to fclose().
All resources that were locked, or allocated, by the wrapper should be released.
Returns:
No value is returned.
See also:
fclose() -
Please login to continue.