MP3_IDv2
[ class tree: MP3_IDv2 ] [ index: MP3_IDv2 ] [ all elements ]

File: UFID.php

Source Location: /MP3_IDv2-0.1.4/IDv2/Frame/UFID.php

Classes:

MP3_IDv2_Frame_UFID
Data stucture for Idv2 frames in a tag

Page Details:

This file contains the implementation for UFID frame

Copyright (C) 2006 Alexander Merz

This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License.

This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA

Includes:

require_once('MP3/IDv2/Frame.php') [line 34]
load parent class

createContent [line 119]

string createContent( )

Creates the content of the frame (owner-id + file-id)
  • Return: the frame content
  • Access: public


[ Top ]



getFileIdentifier [line 110]

string getFileIdentifier( )

Returns the unique file identifier
  • Return: the identifier
  • Access: public


[ Top ]



getOwnerIdentifier [line 82]

string getOwnerIdentifier( [bool $nul = false])

Returns the text in the frame.
  • Return: the text
  • Access: public


Parameters

bool   $nul   if true then add a null
[ Top ]



setFileIdentifier [line 97]

void setFileIdentifier( string $fid)

Sets the unique file identifier
  • Access: public


Parameters

string   $fid   the unique file identifier
[ Top ]



setRawContent [line 128]

void setRawContent( string $content)

Sets the data of the frame and processes it.
  • Access: public


Parameters

string   $content   content the unproccess content for the frame
[ Top ]



toString [line 152]

string toString( )

Returns the frame content as something printable
  • Return: the frame content
  • Access: public


[ Top ]



__construct [line 141]

void __construct( )

sets the id and the purpose of the frame
  • Access: public


[ Top ]



Documentation generated on Mon, 11 Mar 2019 15:10:16 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.