POMO_FileReader::is_resource() WordPress Method
The POMO_FileReader::is_resource() method is a boolean value indicating whether a given string is a valid resource for the POMO file reader class.
POMO_FileReader::is_resource() #
Return
(bool)
Source
File: wp-includes/pomo/streams.php
public function is_resource() { return is_resource( $this->_f ); }
Expand full source codeCollapse full source codeView on TracView on GitHub