Downloads
Documentation
Get Involved
Help
Getting Started
Introduction
A simple tutorial
Language Reference
Basic syntax
Types
Variables
Constants
Expressions
Operators
Control Structures
Functions
Classes and Objects
Namespaces
Enumerations
Errors
Exceptions
Fibers
Generators
Attributes
References Explained
Predefined Variables
Predefined Exceptions
Predefined Interfaces and Classes
Predefined Attributes
Context options and parameters
Supported Protocols and Wrappers
Security
Introduction
General considerations
Installed as CGI binary
Installed as an Apache module
Session Security
Filesystem Security
Database Security
Error Reporting
User Submitted Data
Hiding PHP
Keeping Current
Features
HTTP authentication with PHP
Cookies
Sessions
Dealing with XForms
Handling file uploads
Using remote files
Connection handling
Persistent Database Connections
Command line usage
Garbage Collection
DTrace Dynamic Tracing
Function Reference
Affecting PHP's Behaviour
Audio Formats Manipulation
Authentication Services
Command Line Specific Extensions
Compression and Archive Extensions
Cryptography Extensions
Database Extensions
Date and Time Related Extensions
File System Related Extensions
Human Language and Character Encoding Support
Image Processing and Generation
Mail Related Extensions
Mathematical Extensions
Non-Text MIME Output
Process Control Extensions
Other Basic Extensions
Other Services
Search Engine Extensions
Server Specific Extensions
Session Extensions
Text Processing
Variable and Type Related Extensions
Web Services
Windows Only Extensions
XML Manipulation
GUI Extensions
Keyboard Shortcuts
?
This help
j
Next menu item
k
Previous menu item
g p
Previous man page
g n
Next man page
G
Scroll to bottom
g g
Scroll to top
g h
Goto homepage
g s
Goto search
(current page)
/
Focus search box
Introduction »
« id3_set_tag
PHP Manual
Function Reference
Audio Formats Manipulation
Change language:
English
Brazilian Portuguese
Chinese (Simplified)
French
German
Japanese
Korean
Romanian
Russian
Spanish
Turkish
Other
Edit
Report a Bug
KTaglib
Introduction
Installing/Configuring
Requirements
Installation
Predefined Constants
KTaglib_MPEG_File
— The KTaglib_MPEG_File class
KTaglib_MPEG_File::__construct
— Opens a new file
KTaglib_MPEG_File::getAudioProperties
— Returns an object that provides access to the audio properties
KTaglib_MPEG_File::getID3v1Tag
— Returns an object representing an ID3v1 tag
KTaglib_MPEG_File::getID3v2Tag
— Returns a ID3v2 object
KTaglib_MPEG_AudioProperties
— The KTaglib_MPEG_AudioProperties class
KTaglib_MPEG_AudioProperties::getBitrate
— Returns the bitrate of the MPEG file
KTaglib_MPEG_AudioProperties::getChannels
— Returns the amount of channels of a MPEG file
KTaglib_MPEG_AudioProperties::getLayer
— Returns the layer of a MPEG file
KTaglib_MPEG_AudioProperties::getLength
— Returns the length of a MPEG file
KTaglib_MPEG_AudioProperties::getSampleBitrate
— Returns the sample bitrate of a MPEG file
KTaglib_MPEG_AudioProperties::getVersion
— Returns the version of a MPEG file
KTaglib_MPEG_AudioProperties::isCopyrighted
— Returns the copyright status of an MPEG file
KTaglib_MPEG_AudioProperties::isOriginal
— Returns if the file is marked as the original file
KTaglib_MPEG_AudioProperties::isProtectionEnabled
— Returns if protection mechanisms of an MPEG file are enabled
KTaglib_Tag
— The KTaglib_Tag class
KTaglib_Tag::getAlbum
— Returns the album string from a ID3 tag
KTaglib_Tag::getArtist
— Returns the artist string from a ID3 tag
KTaglib_Tag::getComment
— Returns the comment from a ID3 tag
KTaglib_Tag::getGenre
— Returns the genre from a ID3 tag
KTaglib_Tag::getTitle
— Returns the title string from a ID3 tag
KTaglib_Tag::getTrack
— Returns the track number from a ID3 tag
KTaglib_Tag::getYear
— Returns the year from a ID3 tag
KTaglib_Tag::isEmpty
— Returns true if the tag is empty
KTaglib_ID3v2_Tag
— The KTaglib_ID3v2_Tag class
KTaglib_ID3v2_Tag::addFrame
— Add a frame to the ID3v2 tag
KTaglib_ID3v2_Tag::getFrameList
— Returns an array of ID3v2 frames, associated with the ID3v2 tag
KTaglib_ID3v2_Frame
— The KTaglib_ID3v2_Frame class
KTaglib_ID3v2_Frame::getSize
— Returns the size of the frame in bytes
KTaglib_ID3v2_Frame::__toString
— Returns a string representation of the frame
KTaglib_ID3v2_AttachedPictureFrame
— The KTaglib_ID3v2_AttachedPictureFrame class
KTaglib_ID3v2_AttachedPictureFrame::getDescription
— Returns a description for the picture in a picture frame
KTaglib_ID3v2_AttachedPictureFrame::getMimeType
— Returns the mime type of the picture
KTaglib_ID3v2_AttachedPictureFrame::getType
— Returns the type of the image
KTaglib_ID3v2_AttachedPictureFrame::savePicture
— Saves the picture to a file
KTaglib_ID3v2_AttachedPictureFrame::setMimeType
— Set's the mime type of the picture
KTaglib_ID3v2_AttachedPictureFrame::setPicture
— Sets the frame picture to the given image
KTaglib_ID3v2_AttachedPictureFrame::setType
— Set the type of the image
add a note
User Contributed Notes
There are no user contributed notes for this page.