Parameters
$filenamestringrequired
Source
public function __construct( $filename ) {
parent::__construct();
$this->_f = fopen( $filename, 'rb' );
}
| CARVIEW |
$filenamestringrequiredpublic function __construct( $filename ) {
parent::__construct();
$this->_f = fopen( $filename, 'rb' );
}
| Uses | Description |
|---|---|
POMO_Reader::__construct()wp-includes/pomo/streams.php | PHP5 constructor. |
| Used by | Description |
|---|---|
POMO_FileReader::POMO_FileReader()wp-includes/pomo/streams.php | PHP4 constructor. |
MO::import_from_file()wp-includes/pomo/mo.php | Fills up with the entries from MO file $filename |
User Contributed Notes
You must log in before being able to contribute a note or feedback.