POMO_FileReader::close() WordPress Method
The POMO_FileReader::close() method is used to close an open file handle. This is a destructor for the class, which will be called automatically when the object is destroyed (e.g. when the script ends).
POMO_FileReader::close() #
Return
(bool)
Source
File: wp-includes/pomo/streams.php
public function close() { return fclose( $this->_f ); }
Expand full source codeCollapse full source codeView on TracView on GitHub