Downloads
Documentation
Get Involved
Help
Getting Started
Introduction
A simple tutorial
Language Reference
Basic syntax
Types
Variables
Constants
Expressions
Operators
Control Structures
Functions
Classes and Objects
Namespaces
Enumerations
Errors
Exceptions
Fibers
Generators
Attributes
References Explained
Predefined Variables
Predefined Exceptions
Predefined Interfaces and Classes
Predefined Attributes
Context options and parameters
Supported Protocols and Wrappers
Security
Introduction
General considerations
Installed as CGI binary
Installed as an Apache module
Session Security
Filesystem Security
Database Security
Error Reporting
User Submitted Data
Hiding PHP
Keeping Current
Features
HTTP authentication with PHP
Cookies
Sessions
Dealing with XForms
Handling file uploads
Using remote files
Connection handling
Persistent Database Connections
Command line usage
Garbage Collection
DTrace Dynamic Tracing
Function Reference
Affecting PHP's Behaviour
Audio Formats Manipulation
Authentication Services
Command Line Specific Extensions
Compression and Archive Extensions
Cryptography Extensions
Database Extensions
Date and Time Related Extensions
File System Related Extensions
Human Language and Character Encoding Support
Image Processing and Generation
Mail Related Extensions
Mathematical Extensions
Non-Text MIME Output
Process Control Extensions
Other Basic Extensions
Other Services
Search Engine Extensions
Server Specific Extensions
Session Extensions
Text Processing
Variable and Type Related Extensions
Web Services
Windows Only Extensions
XML Manipulation
GUI Extensions
Keyboard Shortcuts
?
This help
j
Next menu item
k
Previous menu item
g p
Previous man page
g n
Next man page
G
Scroll to bottom
g g
Scroll to top
g h
Goto homepage
g s
Goto search
(current page)
/
Focus search box
Introduction »
« id3_set_tag
Manuel PHP
Référence des fonctions
Manipulation audio
Change language:
English
Brazilian Portuguese
Chinese (Simplified)
French
German
Japanese
Korean
Romanian
Russian
Spanish
Turkish
Other
Edit
Report a Bug
KTaglib
Introduction
Installation/Configuration
Pré-requis
Installation
Constantes pré-définies
KTaglib_MPEG_File
— La classe KTaglib_MPEG_File
KTaglib_MPEG_File::__construct
— Ouvre un nouveau fichier
KTaglib_MPEG_File::getAudioProperties
— Retourne un objet qui permet l'accès aux propriétés audio
KTaglib_MPEG_File::getID3v1Tag
— Retourne un objet représentant un tag ID3v1
KTaglib_MPEG_File::getID3v2Tag
— Retourne un objet ID3v2
KTaglib_MPEG_AudioProperties
— La classe KTaglib_MPEG_AudioProperties
KTaglib_MPEG_AudioProperties::getBitrate
— Retourne le débit binaire d'un fichier MPEG
KTaglib_MPEG_AudioProperties::getChannels
— Retourne le nombre de canaux d'un fichier MPEG
KTaglib_MPEG_AudioProperties::getLayer
— Retourne la couche d'un fichier MPEG
KTaglib_MPEG_AudioProperties::getLength
— Retourne la taille d'un fichier MPEG
KTaglib_MPEG_AudioProperties::getSampleBitrate
— Retourne l'échantillonnage d'un fichier MPEG
KTaglib_MPEG_AudioProperties::getVersion
— Retourne la version d'un fichier MPEG
KTaglib_MPEG_AudioProperties::isCopyrighted
— Retourne le statut du copyright d'un fichier MPEG
KTaglib_MPEG_AudioProperties::isOriginal
— Vérifie si le fichier MPEG est marqué comme un fichier original
KTaglib_MPEG_AudioProperties::isProtectionEnabled
— Vérifie si un mécanisme de protection d'un fichier MPEG est actif
KTaglib_Tag
— La classe KTaglib_Tag
KTaglib_Tag::getAlbum
— Retourne le nom de l'album d'un tag ID3
KTaglib_Tag::getArtist
— Retourne le nom de l'artiste d'un tag ID3
KTaglib_Tag::getComment
— Retourne le commentaire d'un tag ID3
KTaglib_Tag::getGenre
— Retourne le genre d'un tag ID3
KTaglib_Tag::getTitle
— Retourne le titre d'un tag ID3
KTaglib_Tag::getTrack
— Retourne le numéro de la piste d'un tag ID3
KTaglib_Tag::getYear
— Retourne l'année d'un tag ID3
KTaglib_Tag::isEmpty
— Retourne TRUE si le tag est vide
KTaglib_ID3v2_Tag
— La classe KTaglib_ID3v2_Tag
KTaglib_ID3v2_Tag::addFrame
— Ajoute une frame à un tag ID3v2
KTaglib_ID3v2_Tag::getFrameList
— Retourne un tableau de frames ID3v2, associées avec un tag ID3v2
KTaglib_ID3v2_Frame
— La classe KTaglib_ID3v2_Frame
KTaglib_ID3v2_Frame::getSize
— Retourne la taille de la frame, en octets
KTaglib_ID3v2_Frame::__toString
— Retourne une chaîne représentant la frame
KTaglib_ID3v2_AttachedPictureFrame
— La classe KTaglib_ID3v2_AttachedPictureFrame
KTaglib_ID3v2_AttachedPictureFrame::getDescription
— Retourne une description de l'image contenu dans la frame spécialisée
KTaglib_ID3v2_AttachedPictureFrame::getMimeType
— Retourne le type MIME de l'image
KTaglib_ID3v2_AttachedPictureFrame::getType
— Retourne le type d'une image
KTaglib_ID3v2_AttachedPictureFrame::savePicture
— Sauvegarde une image dans un fichier
KTaglib_ID3v2_AttachedPictureFrame::setMimeType
— Définit le type MIME d'une image
KTaglib_ID3v2_AttachedPictureFrame::setPicture
— Définit le tag image en une image donnée
KTaglib_ID3v2_AttachedPictureFrame::setType
— Définit le type de l'image
add a note
User Contributed Notes
There are no user contributed notes for this page.