@@ -25,8 +25,8 @@ Any questions?
2525Table of contents
2626=================
2727
28- __ The documentation below contains only basic examples. If you want to
29- see more examples and the complete API behind the library, read the
28+ __ The documentation below contains only basic examples. If you want to
29+ see more examples and the complete API behind the library, read the
3030[ PhpTabs Manual] ( https://phptabs.readthedocs.io/ ) .__
3131
3232Before version 1.0.0, the old manual [ PhpTabs Manual] ( https://stdtabs.github.io/ )
@@ -74,7 +74,9 @@ ________________________________________________________________________
7474Requirements
7575------------
7676
77- PhpTabs requires PHP 7.2+ and 8.0.
77+ PhpTabs requires PHP 7.4+ and 8.0+.
78+
79+ Until PhpTabs 1.0.5, it was maintained for PHP versions 7.2 and 7.3.
7880
7981Until PhpTabs 0.6.1, it was maintained for PHP versions 7.0 and 7.1.
8082
@@ -219,7 +221,7 @@ ________________________________________________________________________
219221
220222__ Type__ * string*
221223
222- The tablature comments. They are compounded of several lines
224+ The tablature comments. They are compounded of several lines
223225separated by a line break (``` PHP_EOL ``` ).
224226
225227__ Example__
@@ -235,7 +237,7 @@ __Type__ *string*
235237
236238Person who has transcribed tablature
237239
238- __ Support__
240+ __ Support__
239241
240242Guitar Pro >= 4
241243
@@ -251,7 +253,7 @@ __Type__ *string*
251253
252254Date when tablature has been transcribed
253255
254- __ Support__
256+ __ Support__
255257
256258Guitar Pro >= 4
257259
@@ -269,7 +271,7 @@ ________________________________________________________________________
269271
270272__ Type__ * integer*
271273
272- The number of tracks
274+ The number of tracks
273275
274276__ Example__
275277
@@ -295,7 +297,7 @@ ________________________________________________________________________
295297
296298__ Type__ * object*
297299
298- __ Parameter__ * integer* $index
300+ __ Parameter__ * integer* $index
299301
300302The music sheet for one instrument.
301303
@@ -314,7 +316,7 @@ ________________________________________________________________________
314316
315317__ Type__ * integer*
316318
317- The number of channels
319+ The number of channels
318320
319321__ Example__
320322
@@ -340,7 +342,7 @@ ________________________________________________________________________
340342
341343__ Type__ * object*
342344
343- __ Parameter__ * integer* $index
345+ __ Parameter__ * integer* $index
344346
345347The instrument and sound parameters for one track.
346348
@@ -375,7 +377,7 @@ A list of instrument arrays
375377
376378``` php
377379array(
378- 'id' => <integer InstrumentId >,
380+ 'id' => <integer InstrumentId >,
379381 'name' => <string InstrumentName >
380382)
381383```
@@ -390,13 +392,13 @@ ________________________________________________________________________
390392
391393__ Type__ * array*
392394
393- __ Parameter__ * integer* $index
395+ __ Parameter__ * integer* $index
394396
395397An instrument array
396398
397399``` php
398400array(
399- 'id' => <integer InstrumentId >,
401+ 'id' => <integer InstrumentId >,
400402 'name' => <string InstrumentName >
401403)
402404```
@@ -416,7 +418,7 @@ ________________________________________________________________________
416418
417419__ Type__ * integer*
418420
419- The number of measure headers
421+ The number of measure headers
420422
421423__ Example__
422424
@@ -440,7 +442,7 @@ ________________________________________________________________________
440442
441443__ Type__ * object*
442444
443- __ Parameter__ * integer* $index
445+ __ Parameter__ * integer* $index
444446
445447Measure header contains global informations about the measure.
446448
@@ -460,7 +462,7 @@ ________________________________________________________________________
460462
461463__ Type__ * bool*
462464
463- __ Parameter__ * string* $filename
465+ __ Parameter__ * string* $filename
464466
465467This method records data as binary to the disk or buffer.
466468It implicitly converts filetype if the specified file extension is
@@ -492,7 +494,7 @@ ________________________________________________________________________
492494
493495__ Type__ * string*
494496
495- __ Parameter__ * string* $type
497+ __ Parameter__ * string* $type
496498
497499This method returns data as a binary string into a specified format.
498500
0 commit comments