POMO_CachedIntFileReader::__construct

Advertisement

Summery Summery

PHP5 constructor.

Syntax Syntax

POMO_CachedIntFileReader::__construct( $filename )

Source Source

File: wp-includes/pomo/streams.php

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

Advertisement

Advertisement

Leave a Reply