Extracted from Pike v7.6 release 61 at 2005-12-30.
pike.ida.liu.se
[Top]
Standards
Standards.ID3

Method Standards.ID3.encode_strings()


Method encode_strings

array(string|int) Standards.ID3.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