POMO_FileReader::close()


Description Description


Return Return

(bool)


Top ↑

Source Source

File: wp-includes/pomo/streams.php

		function close() {
			return fclose( $this->_f );
		}

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.