We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f77696b commit 729f4d5Copy full SHA for 729f4d5
README.md
@@ -6,6 +6,6 @@ dumps contents of SGML Object File version 2 files ( .sgo files ) a file format
6
#shows the files data
7
php read_sgo.php file.sgo
8
9
-#dumps the contents to a .bin file
+#dumps the contents to a .bin file padded with zeros for parts that has no data.
10
php read_sgo.php file.sgo dump
11
```
0 commit comments