downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

Our source is open

The syntax highlighted source is automatically generated by PHP from the plaintext script. If you're interested in what's behind the several functions we used, you can always take a look at the source of the following files:

Of course, if you want to see the source of this page, we have it available. You can also browse the SVN repository for this website on svn.php.net.

Source of: /manual/en/book.ktaglib.php

<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$PARENTS = array();
include_once
dirname(__FILE__) ."/toc/refs.utilspec.audio.inc";
$setup = array (
 
'home' =>
  array (
   
0 => 'index.php',
   
1 => 'PHP Manual',
  ),
 
'head' =>
  array (
   
0 => 'UTF-8',
   
1 => 'en',
  ),
 
'this' =>
  array (
   
0 => 'book.ktaglib.php',
   
1 => 'KTaglib',
  ),
 
'up' =>
  array (
   
0 => 'refs.utilspec.audio.php',
   
1 => 'Audio Formats Manipulation',
  ),
 
'prev' =>
  array (
   
0 => 'function.id3-set-tag.php',
   
1 => 'id3_set_tag',
  ),
 
'next' =>
  array (
   
0 => 'intro.ktaglib.php',
   
1 => 'Introduction',
  ),
);
$setup["toc"] = $TOC;
$setup["parents"] = $PARENTS;
manual_setup($setup);

manual_header();
?>
<div>
 <h1 class="title">KTaglib</h1>
 
 






 





 


 


 


 


 


 


 


 


 


 


 


 


<ul class="chunklist chunklist_book"><li><a href="intro.ktaglib.php">Introduction</a></li><li><a href="ktaglib.setup.php">Installing/Configuring</a><ul class="chunklist chunklist_book chunklist_children"><li><a href="ktaglib.requirements.php">Requirements</a></li><li><a href="ktaglib.installation.php">Installation</a></li></ul></li><li><a href="ktaglib.constants.php">Predefined Constants</a></li><li><a href="class.mpegfile.php">KTaglib_MPEG_File</a> — The KTagLib_MPEG_File class<ul class="chunklist chunklist_book chunklist_children"><li><a href="mpegfile.construct.php">KTaglib_MPEG_File::__construct</a> — Opens a new file</li><li><a href="mpegfile.getAudioProperties.php">KTaglib_MPEG_File::getAudioProperties</a> — Returns an object that provides access to the audio properties</li><li><a href="mpegfile.getID3v1Tag.php">KTaglib_MPEG_File::getID3v1Tag</a> — Returns an object representing an ID3v1 tag</li><li><a href="mpegfile.getId3v2Tag.php">KTaglib_MPEG_File::getID3v2Tag</a> — Returns a ID3v2 object</li></ul></li><li><a href="class.audioproperties.php">KTaglib_MPEG_AudioProperties</a> — The KTaglib_MPEG_AudioProperties class<ul class="chunklist chunklist_book chunklist_children"><li><a href="audioproperties.getBitrate.php">KTaglib_MPEG_AudioProperties::getBitrate</a> — Returns the bitrate of the MPEG file</li><li><a href="audioproperties.getChannels.php">KTaglib_MPEG_AudioProperties::getChannels</a> — Returns the amount of channels of a MPEG file</li><li><a href="audioproperties.getLayer.php">KTaglib_MPEG_AudioProperties::getLayer</a> — Returns the layer of a MPEG file</li><li><a href="audioproperties.getLength.php">KTaglib_MPEG_AudioProperties::getLength</a> — Returns the length of a MPEG file</li><li><a href="audioproperties.getSampleBitrate.php">KTaglib_MPEG_AudioProperties::getSampleBitrate</a> — Returns the sample bitrate of a MPEG file</li><li><a href="audioproperties.getVersion.php">KTaglib_MPEG_AudioProperties::getVersion</a> — Returns the version of a MPEG file</li><li><a href="audioproperties.isCopyrighted.php">KTaglib_MPEG_AudioProperties::isCopyrighted</a> — Returns the length of a MPEG file</li><li><a href="audioproperties.isOriginal.php">KTaglib_MPEG_AudioProperties::isOriginal</a> — Returns the length of a MPEG file</li><li><a href="audioproperties.isProtectionEnabled.php">KTaglib_MPEG_AudioProperties::isProtectionEnabled</a> — Returns the length of a MPEG file</li></ul></li><li><a href="class.tag.php">KTaglib_Tag</a> — The KTaglib_Tag class<ul class="chunklist chunklist_book chunklist_children"><li><a href="tag.getAlbum.php">KTaglib_Tag::getAlbum</a> — Returns the title string from a ID3 tag</li><li><a href="tag.getArtist.php">KTaglib_Tag::getArtist</a> — Returns the artist string from a ID3 tag</li><li><a href="tag.getComment.php">KTaglib_Tag::getComment</a> — Returns the comment from a ID3 tag</li><li><a href="tag.getGenre.php">KTaglib_Tag::getGenre</a> — Returns the genre from a ID3 tag</li><li><a href="tag.getTitle.php">KTaglib_Tag::getTitle</a> — Returns the title string from a ID3 tag</li><li><a href="tag.getTrack.php">KTaglib_Tag::getTrack</a> — Returns the track number from a ID3 tag</li><li><a href="tag.getYear.php">KTaglib_Tag::getYear</a> — Returns the year from a ID3 tag</li><li><a href="tag.isEmpty.php">KTaglib_Tag::isEmpty</a> — Returns true if the tag is empty</li></ul></li><li><a href="class.id3v2tag.php">KTaglib_ID3v2_Tag</a> — The KTagLib_ID3v2_Tag class<ul class="chunklist chunklist_book chunklist_children"><li><a href="id3v2tag.addFrame.php">KTaglib_ID3v2_Tag::addFrame</a> — Add a frame to the ID3v2 tag</li><li><a href="id3v2tag.getFrameList.php">KTaglib_ID3v2_Tag::getFrameList</a> — Returns an array of ID3v2 frames, associated with the ID3v2 tag</li></ul></li><li><a href="class.id3v2frame.php">KTaglib_ID3v2_Frame</a> — The KTagLib_ID3v2_Frame class<ul class="chunklist chunklist_book chunklist_children"><li><a href="id3v2frame.getSize.php">KTaglib_ID3v2_Frame::getSize</a> — Returns the size of the frame in bytes</li><li><a href="id3v2frame.toString.php">KTaglib_ID3v2_Frame::__toString</a> — Returns a string representation of the frame</li></ul></li><li><a href="class.id3v2attachedpictureframe.php">KTaglib_ID3v2_AttachedPictureFrame</a> — The KTaglib_ID3v2_AttachedPictureFrame class<ul class="chunklist chunklist_book chunklist_children"><li><a href="id3v2attachedpictureframe.getDescription.php">KTaglib_ID3v2_AttachedPictureFrame::getDescription</a> — Returns a description for the picture in a picture frame</li><li><a href="id3v2attachedpictureframe.getMimeType.php">KTaglib_ID3v2_AttachedPictureFrame::getMimeType</a> — Returns the mime type of the picture</li><li><a href="id3v2attachedpictureframe.getType.php">KTaglib_ID3v2_AttachedPictureFrame::getType</a> — Returns the type of the image</li><li><a href="id3v2attachedpictureframe.savePicture.php">KTaglib_ID3v2_AttachedPictureFrame::savePicture</a> — Saves the picture to a file</li><li><a href="id3v2attachedpictureframe.setMimeType.php">KTaglib_ID3v2_AttachedPictureFrame::setMimeType</a> — Set's the mime type of the picture</li><li><a href="id3v2attachedpictureframe.setPicture.php">KTaglib_ID3v2_AttachedPictureFrame::setPicture</a> — Sets the frame picture to the given image</li><li><a href="id3v2attachedpictureframe.setType.php">KTaglib_ID3v2_AttachedPictureFrame::setType</a> — Set the type of the image</li></ul></li></ul></div><?php manual_footer(); ?>
 
show source | credits | sitemap | contact | advertising | mirror sites