@@ -25,8 +25,8 @@ Any questions?
25
25
Table of contents
26
26
=================
27
27
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
30
30
[ PhpTabs Manual] ( https://phptabs.readthedocs.io/ ) .__
31
31
32
32
Before version 1.0.0, the old manual [ PhpTabs Manual] ( https://stdtabs.github.io/ )
@@ -74,7 +74,9 @@ ________________________________________________________________________
74
74
Requirements
75
75
------------
76
76
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.
78
80
79
81
Until PhpTabs 0.6.1, it was maintained for PHP versions 7.0 and 7.1.
80
82
@@ -219,7 +221,7 @@ ________________________________________________________________________
219
221
220
222
__ Type__ * string*
221
223
222
- The tablature comments. They are compounded of several lines
224
+ The tablature comments. They are compounded of several lines
223
225
separated by a line break (``` PHP_EOL ``` ).
224
226
225
227
__ Example__
@@ -235,7 +237,7 @@ __Type__ *string*
235
237
236
238
Person who has transcribed tablature
237
239
238
- __ Support__
240
+ __ Support__
239
241
240
242
Guitar Pro >= 4
241
243
@@ -251,7 +253,7 @@ __Type__ *string*
251
253
252
254
Date when tablature has been transcribed
253
255
254
- __ Support__
256
+ __ Support__
255
257
256
258
Guitar Pro >= 4
257
259
@@ -269,7 +271,7 @@ ________________________________________________________________________
269
271
270
272
__ Type__ * integer*
271
273
272
- The number of tracks
274
+ The number of tracks
273
275
274
276
__ Example__
275
277
@@ -295,7 +297,7 @@ ________________________________________________________________________
295
297
296
298
__ Type__ * object*
297
299
298
- __ Parameter__ * integer* $index
300
+ __ Parameter__ * integer* $index
299
301
300
302
The music sheet for one instrument.
301
303
@@ -314,7 +316,7 @@ ________________________________________________________________________
314
316
315
317
__ Type__ * integer*
316
318
317
- The number of channels
319
+ The number of channels
318
320
319
321
__ Example__
320
322
@@ -340,7 +342,7 @@ ________________________________________________________________________
340
342
341
343
__ Type__ * object*
342
344
343
- __ Parameter__ * integer* $index
345
+ __ Parameter__ * integer* $index
344
346
345
347
The instrument and sound parameters for one track.
346
348
@@ -375,7 +377,7 @@ A list of instrument arrays
375
377
376
378
``` php
377
379
array(
378
- 'id' => <integer InstrumentId >,
380
+ 'id' => <integer InstrumentId >,
379
381
'name' => <string InstrumentName >
380
382
)
381
383
```
@@ -390,13 +392,13 @@ ________________________________________________________________________
390
392
391
393
__ Type__ * array*
392
394
393
- __ Parameter__ * integer* $index
395
+ __ Parameter__ * integer* $index
394
396
395
397
An instrument array
396
398
397
399
``` php
398
400
array(
399
- 'id' => <integer InstrumentId >,
401
+ 'id' => <integer InstrumentId >,
400
402
'name' => <string InstrumentName >
401
403
)
402
404
```
@@ -416,7 +418,7 @@ ________________________________________________________________________
416
418
417
419
__ Type__ * integer*
418
420
419
- The number of measure headers
421
+ The number of measure headers
420
422
421
423
__ Example__
422
424
@@ -440,7 +442,7 @@ ________________________________________________________________________
440
442
441
443
__ Type__ * object*
442
444
443
- __ Parameter__ * integer* $index
445
+ __ Parameter__ * integer* $index
444
446
445
447
Measure header contains global informations about the measure.
446
448
@@ -460,7 +462,7 @@ ________________________________________________________________________
460
462
461
463
__ Type__ * bool*
462
464
463
- __ Parameter__ * string* $filename
465
+ __ Parameter__ * string* $filename
464
466
465
467
This method records data as binary to the disk or buffer.
466
468
It implicitly converts filetype if the specified file extension is
@@ -492,7 +494,7 @@ ________________________________________________________________________
492
494
493
495
__ Type__ * string*
494
496
495
- __ Parameter__ * string* $type
497
+ __ Parameter__ * string* $type
496
498
497
499
This method returns data as a binary string into a specified format.
498
500
0 commit comments