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
はじめに »
« id3_set_tag
PHP マニュアル
関数リファレンス
音声フォーマットの操作
Change language:
English
Brazilian Portuguese
Chinese (Simplified)
French
German
Japanese
Korean
Romanian
Russian
Spanish
Turkish
Other
Edit
Report a Bug
KTaglib
はじめに
インストール/設定
要件
インストール手順
定義済み定数
KTaglib_MPEG_File
— KTaglib_MPEG_File クラス
KTaglib_MPEG_File::__construct
— 新しいファイルをオープンする
KTaglib_MPEG_File::getAudioProperties
— 音声プロパティへのアクセス機能を持つオブジェクトを返す
KTaglib_MPEG_File::getID3v1Tag
— Returns an object representing an ID3v1 tag
KTaglib_MPEG_File::getID3v2Tag
— Returns a ID3v2 object
KTaglib_MPEG_AudioProperties
— KTaglib_MPEG_AudioProperties クラス
KTaglib_MPEG_AudioProperties::getBitrate
— MPEG ファイルのビットレートを返す
KTaglib_MPEG_AudioProperties::getChannels
— MPEG ファイルのチャンネル数を返す
KTaglib_MPEG_AudioProperties::getLayer
— MPEG ファイルのレイヤを返す
KTaglib_MPEG_AudioProperties::getLength
— MPEG ファイルの長さを返す
KTaglib_MPEG_AudioProperties::getSampleBitrate
— MPEG ファイルのサンプルビットレートを返す
KTaglib_MPEG_AudioProperties::getVersion
— MPEG ファイルのバージョンを返す
KTaglib_MPEG_AudioProperties::isCopyrighted
— MPEG ファイルの著作権保護の状態を返す
KTaglib_MPEG_AudioProperties::isOriginal
— ファイルがオリジナルであるかどうかを返す
KTaglib_MPEG_AudioProperties::isProtectionEnabled
— MPEG ファイルの保護機構が有効かどうかを返す
KTaglib_Tag
— KTaglib_Tag クラス
KTaglib_Tag::getAlbum
— Returns the album string from a ID3 tag
KTaglib_Tag::getArtist
— ID3 タグからアーティスト文字列を返す
KTaglib_Tag::getComment
— ID3 タグからコメントを返す
KTaglib_Tag::getGenre
— ID3 タグからジャンルを返す
KTaglib_Tag::getTitle
— ID3 タグからタイトル文字列を返す
KTaglib_Tag::getTrack
— ID3 タグからトラック番号を返す
KTaglib_Tag::getYear
— ID3 タグから年を返す
KTaglib_Tag::isEmpty
— タグが空の場合に true を返す
KTaglib_ID3v2_Tag
— KTaglib_ID3v2_Tag クラス
KTaglib_ID3v2_Tag::addFrame
— フレームを ID3v2 タグに追加する
KTaglib_ID3v2_Tag::getFrameList
— ID3v2 フレームの配列に ID3v2 タグを関連付けたものを返す
KTaglib_ID3v2_Frame
— The KTaglib_ID3v2_Frame class
KTaglib_ID3v2_Frame::getSize
— フレームのサイズをバイト単位で返す
KTaglib_ID3v2_Frame::__toString
— フレームの文字列表現を返す
KTaglib_ID3v2_AttachedPictureFrame
— KTaglib_ID3v2_AttachedPictureFrame クラス
KTaglib_ID3v2_AttachedPictureFrame::getDescription
— 画像フレーム内の画像の説明を返す
KTaglib_ID3v2_AttachedPictureFrame::getMimeType
— 画像の mime type を返す
KTaglib_ID3v2_AttachedPictureFrame::getType
— 画像の型を返す
KTaglib_ID3v2_AttachedPictureFrame::savePicture
— 画像をファイルに保存する
KTaglib_ID3v2_AttachedPictureFrame::setMimeType
— 画像の mime type を設定する
KTaglib_ID3v2_AttachedPictureFrame::setPicture
— フレームの画像を、指定したものに設定する
KTaglib_ID3v2_AttachedPictureFrame::setType
— 画像の型を設定する
add a note
User Contributed Notes
There are no user contributed notes for this page.