Title: POMO_CachedIntFileReader::__construct
Published: August 18, 2015
Last modified: May 20, 2026

---

# POMO_CachedIntFileReader::__construct( $filename )

## In this article

 * [Source](https://developer.wordpress.org/reference/classes/POMO_CachedIntFileReader/__construct/?output_format=md#source)
 * [Related](https://developer.wordpress.org/reference/classes/POMO_CachedIntFileReader/__construct/?output_format=md#related)

[ Back to top](https://developer.wordpress.org/reference/classes/POMO_CachedIntFileReader/__construct/?output_format=md#wp--skip-link--target)

PHP5 constructor.

## 󠀁[Source](https://developer.wordpress.org/reference/classes/POMO_CachedIntFileReader/__construct/?output_format=md#source)󠁿

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

[View all references](https://developer.wordpress.org/reference/files/wp-includes/pomo/streams.php/)
[View on Trac](https://core.trac.wordpress.org/browser/tags/7.0/src/wp-includes/pomo/streams.php#L344)
[View on GitHub](https://github.com/WordPress/wordpress-develop/blob/7.0/src/wp-includes/pomo/streams.php#L344-L346)

## 󠀁[Related](https://developer.wordpress.org/reference/classes/POMO_CachedIntFileReader/__construct/?output_format=md#related)󠁿

| Uses | Description | 
| [POMO_CachedFileReader::__construct()](https://developer.wordpress.org/reference/classes/pomo_cachedfilereader/__construct/)`wp-includes/pomo/streams.php` |

PHP5 constructor.

  |

| Used by | Description | 
| [POMO_CachedIntFileReader::POMO_CachedIntFileReader()](https://developer.wordpress.org/reference/classes/pomo_cachedintfilereader/pomo_cachedintfilereader/)`wp-includes/pomo/streams.php` |

PHP4 constructor.

  |

## User Contributed Notes

You must [log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fdeveloper.wordpress.org%2Freference%2Fclasses%2Fpomo_cachedintfilereader%2F__construct%2F)
before being able to contribute a note or feedback.