We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f274cf commit edb27ceCopy full SHA for edb27ce
README.md
@@ -1,5 +1,7 @@
1
# PHP ISO Library
2
3
+[](https://codecov.io/gh/indy2kro/php-iso) [](https://github.com/indy2kro/php-iso/actions/workflows/tests.yml)
4
+
5
PHP Library used to read metadata from ISO files based on [php-iso-file](https://github.com/php-classes/php-iso-file)
6
7
This library follows the [ISO 9660 / ECMA-119](https://www.ecma-international.org/wp-content/uploads/ECMA-119_4th_edition_june_2019.pdf) standard.
@@ -82,4 +84,4 @@ foreach ($pathTable as $pathRecord) {
82
84
}
83
85
86
print_r($paths);
-```
87
+```
0 commit comments