POMO_FileReader::is_resource()


Description Description


Return Return

(bool)


Top ↑

Source Source

File: wp-includes/pomo/streams.php

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

Top ↑

User Contributed Notes User Contributed Notes

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