PHP 7.0.6 Released

KTaglib_ID3v2_Frame::getSize

(0.0.1)

KTaglib_ID3v2_Frame::getSizeReturns the size of the frame in bytes

Description

public int KTaglib_ID3v2_Frame::getSize ( void )

Returns the size of the frame in bytes. Please refer to id3.org to see what ID3v2 frames are and how they are defined.

Return Values

Returns the size of the frame in bytes

User Contributed Notes

There are no user contributed notes for this page.
To Top