Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

ktaglib_id3v2_attachedpictureframe(3) [php man page]

KTAGLIB_ID3V2_ATTACHEDPICTUREFRAME(3)					 1				     KTAGLIB_ID3V2_ATTACHEDPICTUREFRAME(3)

The KTaglib_ID3v2_AttachedPictureFrame class

INTRODUCTION
Represents an ID3v2 frame that can hold a picture. CLASS SYNOPSIS
KTaglib_ID3v2_AttachedPictureFrame extends KTaglib_ID3v2_Frame Methods o public string KTaglib_ID3v2_AttachedPictureFrame::getDescription (void ) o public string KTaglib_ID3v2_AttachedPictureFrame::getMimeType (void ) o public int KTaglib_ID3v2_AttachedPictureFrame::getType (void ) o public bool KTaglib_ID3v2_AttachedPictureFrame::savePicture (string $filename) o public string KTaglib_ID3v2_AttachedPictureFrame::getMimeType (string $type) o public void KTaglib_ID3v2_AttachedPictureFrame::setPicture (string $filename) o public void KTaglib_ID3v2_AttachedPictureFrame::setType (int $type) Inherited methods o public int KTaglib_ID3v2_Frame::getSize (void ) o public string KTaglib_ID3v2_Frame::__toString (void ) o public string KTaglib_Tag::getAlbum (void ) o public string KTaglib_Tag::getArtist (void ) o public string KTaglib_Tag::getComment (void ) o public string KTaglib_Tag::getGenre (void ) o public string KTaglib_Tag::getTitle (void ) o public int KTaglib_Tag::getTrack (void ) o public int KTaglib_Tag::getYear (void ) o public bool KTaglib_Tag::isEmpty (void ) PHP Documentation Group KTAGLIB_ID3V2_ATTACHEDPICTUREFRAME(3)

Check Out this Related Man Page

SPLDOUBLYLINKEDLIST(3)							 1						    SPLDOUBLYLINKEDLIST(3)

The SplDoublyLinkedList class

INTRODUCTION
The SplDoublyLinkedList class provides the main functionalities of a doubly linked list. CLASS SYNOPSIS
SplDoublyLinkedList SplDoublyLinkedListIteratorArrayAccessCountable Methods o public SplDoublyLinkedList::__construct (void ) o public void SplDoublyLinkedList::add (mixed $index, mixed $newval) o public mixed SplDoublyLinkedList::bottom (void ) o public int SplDoublyLinkedList::count (void ) o public mixed SplDoublyLinkedList::current (void ) o public int SplDoublyLinkedList::getIteratorMode (void ) o public bool SplDoublyLinkedList::isEmpty (void ) o public mixed SplDoublyLinkedList::key (void ) o public void SplDoublyLinkedList::next (void ) o public bool SplDoublyLinkedList::offsetExists (mixed $index) o public mixed SplDoublyLinkedList::offsetGet (mixed $index) o public void SplDoublyLinkedList::offsetSet (mixed $index, mixed $newval) o public void SplDoublyLinkedList::offsetUnset (mixed $index) o public mixed SplDoublyLinkedList::pop (void ) o public void SplDoublyLinkedList::prev (void ) o public void SplDoublyLinkedList::push (mixed $value) o public void SplDoublyLinkedList::rewind (void ) o public string SplDoublyLinkedList::serialize (void ) o public void SplDoublyLinkedList::setIteratorMode (int $mode) o public mixed SplDoublyLinkedList::shift (void ) o public mixed SplDoublyLinkedList::top (void ) o public void SplDoublyLinkedList::unserialize (string $serialized) o public void SplDoublyLinkedList::unshift (mixed $value) o public bool SplDoublyLinkedList::valid (void ) PHP Documentation Group SPLDOUBLYLINKEDLIST(3)
Man Page

4 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

cp command

hi folks.. I am trying the following command in a solaris box: however after some time I'm getting errors like that: Any ideas what could be wrong? (1 Reply)
Discussion started by: ffpradella
1 Replies

2. IP Networking

Setting up private and public ip on same machine.

Hi, We have a ftp server which is running on public ip and out side of firewall. Users out side of our network and users of our local network both using the same public ip and doing upload and downloading. Last few days we are facing bandwidth problem as internal network users increased. ... (1 Reply)
Discussion started by: abduljabbar_11
1 Replies

3. UNIX for Dummies Questions & Answers

Duplicate directories

I have noticed that the same folder (and contents) lives in /u/public and /usr/public Question was this put here intentionally or by accident? Its 31Gb in size and on a 72Gb HDD that leaves little room for apps. It is a nework shared drive for all to access e.g. p: points to... (0 Replies)
Discussion started by: moondogi
0 Replies

4. Shell Programming and Scripting

Finding my public IP

Hi I do use this line to find my public IP. Is there other way I can do this? Maybe create the script some shorter? wget -q -O - http://minip.no | grep "<b>" | head -n1 | cut -d'<' -f3 | cut -d'>' -f2 Thanks (1 Reply)
Discussion started by: Jotne
1 Replies