- PHP 手册
- 函数参考
- 音频格式操作
- KTaglib
- KTaglib_ID3v2_AttachedPictureFrame
KTaglib_ID3v2_AttachedPictureFrame::setPicture
(0.0.1)
KTaglib_ID3v2_AttachedPictureFrame::setPicture — Sets the frame picture to the given image
说明
public KTaglib_ID3v2_AttachedPictureFrame::setPicture ( string$filename
) : void
Sets the picture to the give image. The image is loaded from the given filename. Please note that the picture is not saved unless you call the save method of the corresponding file object.
返回值
Returns true on success, otherwise false
User Contributed Notes
There are no user contributed notes for this page.官方地址:https://www.php.net/manual/en/id3v2attachedpictureframe.setpicture.php