Query: id3_get_genre_name
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
ID3_GET_GENRE_NAME(3) 1 ID3_GET_GENRE_NAME(3) id3_get_genre_name - Get the name for a genre idSYNOPSISstring id3_get_genre_name (int $genre_id)DESCRIPTIONid3_get_genre_name(3) returns the name for a genre id.PARAMETERSo $genre_id - An integer ranging from 0 to 147RETURN VALUESReturns the name as a string.EXAMPLESExample #1 id3_get_genre_name(3) example <?php $genre = id3_get_genre_name(20); echo $genre; ?> The above example will output: AlternativeSEE ALSOid3_get_genre_list(3), id3_get_genre_id(3). PHP Documentation Group ID3_GET_GENRE_NAME(3)
| Related Man Pages |
|---|
| id3(1) - debian |
| anydata::format::mp3(3pm) - debian |
| mp3::tag::file(3pm) - debian |
| mp3::tag::id3v1(3pm) - debian |
| id3(1) - suse |
| Similar Topics in the Unix Linux Community |
|---|
| Simple rules of the UNIX.COM forums: |
| User Guide: Posting in the Emergency Forum |
| Rules for Homework & Coursework Questions Forum |
| Status of UNIX.COM Forum Transformation |