Interface ID3_Encoding

Description

The Encoding interface implies that the ID3v2 frame supports content encoding.

Located in /ID3/Encoding.php (line 49)


	
			
Class Constant Summary
 ISO88591 = 0
 UTF8 = 3
 UTF16 = 1
 UTF16BE = 2
 UTF16LE = 4
Method Summary
integer getEncoding ()
void setEncoding (integer $encoding)
Methods
getEncoding (line 71)

Returns the text encoding.

  • access: public
integer getEncoding ()
setEncoding (line 78)

Sets the text encoding.

  • access: public
void setEncoding (integer $encoding)
  • integer $encoding: The text encoding.
Class Constants
ISO88591 = 0 (line 52)

The ISO-8859-1 encoding.

UTF8 = 3 (line 64)

The UTF-8 Unicode encoding.

UTF16 = 1 (line 55)

The UTF-16 Unicode encoding with BOM.

UTF16BE = 2 (line 61)

The UTF-16BE Unicode encoding without BOM.

UTF16LE = 4 (line 58)

The UTF-16LE Unicode encoding without BOM.

Documentation generated on Fri, 05 Sep 2008 20:18:32 +0300 by phpDocumentor 1.4.1