Current Path : C:/xampp/htdocs/cid/system/vendor/phpoffice/math/src/Math/Reader/ |
Current File : C:/xampp/htdocs/cid/system/vendor/phpoffice/math/src/Math/Reader/ReaderInterface.php |
<?php namespace PhpOffice\Math\Reader; use PhpOffice\Math\Math; interface ReaderInterface { public function read(string $content): ?Math; }