## Readers ### MathML The name of the reader is `MathML`. ``` php read( ' a ' ); ``` ### OfficeMathML The name of the reader is `OfficeMathML`. ``` php read( ' π 2 ' ); ``` ## Methods ### read The method has one parameter : * `string` **$content** The method returns a `PhpOffice\Math\Math` object.