[Top]
Standards
Standards.ID3
|
Method Standards.ID3.encode_strings()
- Method
encode_strings
array(string|int) encode_strings(array(string) in)
- Description
Encodes several strings in the same way as encode_string , but
encodes all the strings with the same method, selected as in
encode_string . The first element in the resulting array is the
selected method, while the following elements are the encoded strings.
- See also
decode_string , encode_string
|