POMO_CachedIntFileReader::POMO_CachedIntFileReaderpublicWP 1.0

Deprecated since 5.4.0. It is no longer supported and may be removed in future releases. Use __construct() instead.

PHP4 constructor.

Method of the class: POMO_CachedIntFileReader{}

No Hooks.

Returns

null. Nothing (null).

Usage

$POMO_CachedIntFileReader = new POMO_CachedIntFileReader();
$POMO_CachedIntFileReader->POMO_CachedIntFileReader( $filename );
$filename(required)
.

Notes

Changelog

Deprecated since 5.4.0 Use __construct() instead.

POMO_CachedIntFileReader::POMO_CachedIntFileReader() code WP 6.9.1

public function POMO_CachedIntFileReader( $filename ) {
	_deprecated_constructor( self::class, '5.4.0', static::class );
	self::__construct( $filename );
}