| ILIAS
    Release_4_4_x_branch Revision 61816
    | 
 Collaboration diagram for getid3_write_id3v2:
 Collaboration diagram for getid3_write_id3v2:| Public Member Functions | |
| getid3_write_id3v2 () | |
| WriteID3v2 () | |
| RemoveID3v2 () | |
| GenerateID3v2TagFlags ($flags) | |
| GenerateID3v2FrameFlags ($TagAlter=false, $FileAlter=false, $ReadOnly=false, $Compression=false, $Encryption=false, $GroupingIdentity=false, $Unsynchronisation=false, $DataLengthIndicator=false) | |
| GenerateID3v2FrameData ($frame_name, $source_data_array) | |
| ID3v2FrameIsAllowed ($frame_name, $source_data_array) | |
| GenerateID3v2Tag ($noerrorsonly=true) | |
| ID3v2IsValidPriceString ($pricestring) | |
| ID3v2FrameFlagsLookupTagAlter ($framename) | |
| ID3v2FrameFlagsLookupFileAlter ($framename) | |
| ID3v2IsValidETCOevent ($eventid) | |
| ID3v2IsValidSYLTtype ($contenttype) | |
| ID3v2IsValidRVA2channeltype ($channeltype) | |
| ID3v2IsValidAPICpicturetype ($picturetype) | |
| ID3v2IsValidAPICimageformat ($imageformat) | |
| ID3v2IsValidCOMRreceivedAs ($receivedas) | |
| ID3v2IsValidRGADname ($RGADname) | |
| ID3v2IsValidRGADoriginator ($RGADoriginator) | |
| ID3v2IsValidTextEncoding ($textencodingbyte) | |
| Unsynchronise ($data) | |
| is_hash ($var) | |
| array_join_merge ($arr1, $arr2) | |
| IsValidMIMEstring ($mimestring) | |
| IsWithinBitRange ($number, $maxbits, $signed=false) | |
| safe_parse_url ($url) | |
| IsValidURL ($url, $allowUserPass=false) | |
| ID3v2ShortFrameNameLookup ($majorversion, $long_description) | |
| Data Fields | |
| $filename | |
| $tag_data | |
| $paddedlength = 4096 | |
| $majorversion = 3 | |
| $minorversion = 0 | |
| $merge_existing_data = false | |
| $id3v2_default_encodingid = 0 | |
| $id3v2_use_unsynchronisation = false | |
| $warnings = array() | |
| $errors = array() | |
Definition at line 18 of file write.id3v2.php.
| getid3_write_id3v2::array_join_merge | ( | $arr1, | |
| $arr2 | |||
| ) | 
Definition at line 1800 of file write.id3v2.php.
References is_hash().
Referenced by WriteID3v2().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| getid3_write_id3v2::GenerateID3v2FrameData | ( | $frame_name, | |
| $source_data_array | |||
| ) | 
Definition at line 296 of file write.id3v2.php.
References $id3v2_default_encodingid, $majorversion, getid3_lib\BigEndian2String(), getid3_lib\Dec2Bin(), getid3_lib\Float2String(), ID3v2IsValidAPICimageformat(), ID3v2IsValidAPICpicturetype(), ID3v2IsValidCOMRreceivedAs(), ID3v2IsValidETCOevent(), ID3v2IsValidPriceString(), ID3v2IsValidRGADname(), ID3v2IsValidRGADoriginator(), ID3v2IsValidSYLTtype(), ID3v2IsValidTextEncoding(), getid3_id3v2\IsValidID3v2FrameName(), IsValidMIMEstring(), IsValidURL(), IsWithinBitRange(), getid3_id3v2\LanguageLookup(), and getid3_lib\RGADgainString().
Referenced by GenerateID3v2Tag().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| getid3_write_id3v2::GenerateID3v2FrameFlags | ( | $TagAlter = false, | |
| $FileAlter = false, | |||
| $ReadOnly = false, | |||
| $Compression = false, | |||
| $Encryption = false, | |||
| $GroupingIdentity = false, | |||
| $Unsynchronisation = false, | |||
| $DataLengthIndicator = false | |||
| ) | 
Definition at line 256 of file write.id3v2.php.
Referenced by GenerateID3v2Tag().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| getid3_write_id3v2::GenerateID3v2Tag | ( | $noerrorsonly = true | ) | 
Definition at line 1525 of file write.id3v2.php.
References getid3_lib\BigEndian2String(), GenerateID3v2FrameData(), GenerateID3v2FrameFlags(), GenerateID3v2TagFlags(), ID3v2FrameFlagsLookupFileAlter(), ID3v2FrameFlagsLookupTagAlter(), ID3v2FrameIsAllowed(), getid3_id3v2\ID3v2HeaderLength(), getid3_id3v2\IsValidID3v2FrameName(), and Unsynchronise().
Referenced by WriteID3v2().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| getid3_write_id3v2::GenerateID3v2TagFlags | ( | $flags | ) | 
Definition at line 222 of file write.id3v2.php.
Referenced by GenerateID3v2Tag().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| getid3_write_id3v2::getid3_write_id3v2 | ( | ) | 
Definition at line 31 of file write.id3v2.php.
| getid3_write_id3v2::ID3v2FrameFlagsLookupFileAlter | ( | $framename | ) | 
Definition at line 1655 of file write.id3v2.php.
Referenced by GenerateID3v2Tag().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| getid3_write_id3v2::ID3v2FrameFlagsLookupTagAlter | ( | $framename | ) | 
Definition at line 1643 of file write.id3v2.php.
Referenced by GenerateID3v2Tag().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| getid3_write_id3v2::ID3v2FrameIsAllowed | ( | $frame_name, | |
| $source_data_array | |||
| ) | 
Definition at line 1168 of file write.id3v2.php.
Referenced by GenerateID3v2Tag().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| getid3_write_id3v2::ID3v2IsValidAPICimageformat | ( | $imageformat | ) | 
Definition at line 1711 of file write.id3v2.php.
References IsValidMIMEstring().
Referenced by GenerateID3v2FrameData().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| getid3_write_id3v2::ID3v2IsValidAPICpicturetype | ( | $picturetype | ) | 
Definition at line 1704 of file write.id3v2.php.
Referenced by GenerateID3v2FrameData().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| getid3_write_id3v2::ID3v2IsValidCOMRreceivedAs | ( | $receivedas | ) | 
Definition at line 1726 of file write.id3v2.php.
Referenced by GenerateID3v2FrameData().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| getid3_write_id3v2::ID3v2IsValidETCOevent | ( | $eventid | ) | 
Definition at line 1668 of file write.id3v2.php.
Referenced by GenerateID3v2FrameData().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| getid3_write_id3v2::ID3v2IsValidPriceString | ( | $pricestring | ) | 
Definition at line 1634 of file write.id3v2.php.
References getid3_id3v2\LanguageLookup().
Referenced by GenerateID3v2FrameData().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| getid3_write_id3v2::ID3v2IsValidRGADname | ( | $RGADname | ) | 
Definition at line 1733 of file write.id3v2.php.
Referenced by GenerateID3v2FrameData().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| getid3_write_id3v2::ID3v2IsValidRGADoriginator | ( | $RGADoriginator | ) | 
Definition at line 1740 of file write.id3v2.php.
Referenced by GenerateID3v2FrameData().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| getid3_write_id3v2::ID3v2IsValidRVA2channeltype | ( | $channeltype | ) | 
Definition at line 1697 of file write.id3v2.php.
| getid3_write_id3v2::ID3v2IsValidSYLTtype | ( | $contenttype | ) | 
Definition at line 1688 of file write.id3v2.php.
Referenced by GenerateID3v2FrameData().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| getid3_write_id3v2::ID3v2IsValidTextEncoding | ( | $textencodingbyte | ) | 
Definition at line 1747 of file write.id3v2.php.
Referenced by GenerateID3v2FrameData().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| getid3_write_id3v2::ID3v2ShortFrameNameLookup | ( | $majorversion, | |
| $long_description | |||
| ) | 
Definition at line 1886 of file write.id3v2.php.
References $majorversion.
Referenced by getid3_writetags\FormatDataForID3v2().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| getid3_write_id3v2::is_hash | ( | $var | ) | 
Definition at line 1785 of file write.id3v2.php.
Referenced by array_join_merge().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| getid3_write_id3v2::IsValidMIMEstring | ( | $mimestring | ) | 
Definition at line 1824 of file write.id3v2.php.
Referenced by GenerateID3v2FrameData(), and ID3v2IsValidAPICimageformat().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| getid3_write_id3v2::IsValidURL | ( | $url, | |
| $allowUserPass = false | |||
| ) | 
Definition at line 1855 of file write.id3v2.php.
References safe_parse_url().
Referenced by GenerateID3v2FrameData().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| getid3_write_id3v2::IsWithinBitRange | ( | $number, | |
| $maxbits, | |||
| $signed = false | |||
| ) | 
Definition at line 1831 of file write.id3v2.php.
Referenced by GenerateID3v2FrameData().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| getid3_write_id3v2::RemoveID3v2 | ( | ) | 
Definition at line 141 of file write.id3v2.php.
References getID3\analyze(), and GETID3_FREAD_BUFFER_SIZE.
 Here is the call graph for this function:
 Here is the call graph for this function:| getid3_write_id3v2::safe_parse_url | ( | $url | ) | 
Definition at line 1844 of file write.id3v2.php.
Referenced by IsValidURL().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| getid3_write_id3v2::Unsynchronise | ( | $data | ) | 
Definition at line 1755 of file write.id3v2.php.
Referenced by GenerateID3v2Tag().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| getid3_write_id3v2::WriteID3v2 | ( | ) | 
Definition at line 35 of file write.id3v2.php.
References getID3\analyze(), array_join_merge(), GenerateID3v2Tag(), and GETID3_FREAD_BUFFER_SIZE.
 Here is the call graph for this function:
 Here is the call graph for this function:| getid3_write_id3v2::$errors = array() | 
Definition at line 29 of file write.id3v2.php.
| getid3_write_id3v2::$filename | 
Definition at line 20 of file write.id3v2.php.
| getid3_write_id3v2::$id3v2_default_encodingid = 0 | 
Definition at line 26 of file write.id3v2.php.
Referenced by GenerateID3v2FrameData().
| getid3_write_id3v2::$id3v2_use_unsynchronisation = false | 
Definition at line 27 of file write.id3v2.php.
| getid3_write_id3v2::$majorversion = 3 | 
Definition at line 23 of file write.id3v2.php.
Referenced by GenerateID3v2FrameData(), and ID3v2ShortFrameNameLookup().
| getid3_write_id3v2::$merge_existing_data = false | 
Definition at line 25 of file write.id3v2.php.
| getid3_write_id3v2::$minorversion = 0 | 
Definition at line 24 of file write.id3v2.php.
| getid3_write_id3v2::$paddedlength = 4096 | 
Definition at line 22 of file write.id3v2.php.
| getid3_write_id3v2::$tag_data | 
Definition at line 21 of file write.id3v2.php.
| getid3_write_id3v2::$warnings = array() | 
Definition at line 28 of file write.id3v2.php.