POMO_CachedIntFileReader::__construct( $filename )

In this article

PHP5 constructor.

Source

public function __construct( $filename ) {
	parent::__construct( $filename );
}

User Contributed Notes

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