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]
Creates the content of the frame (owner-id + file-id)
getFileIdentifier [line 110]
string getFileIdentifier(
)
|
|
Returns the unique file identifier
getOwnerIdentifier [line 82]
string getOwnerIdentifier(
[bool $nul = false])
|
|
Returns the text in the frame.
Parameters
bool |
$nul |
if true then add a null |
setFileIdentifier [line 97]
void setFileIdentifier(
string $fid)
|
|
Sets the unique file identifier
Parameters
string |
$fid |
the unique file identifier |
setRawContent [line 128]
void setRawContent(
string $content)
|
|
Sets the data of the frame and processes it.
Parameters
string |
$content |
content the unproccess content for the frame |
toString [line 152]
Returns the frame content as something printable
__construct [line 141]
sets the id and the purpose of the frame
Documentation generated on Mon, 11 Mar 2019 15:10:16 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.
|