j
k
j a
j l
string encode_xml(mixed data) { string ret = "<pikedata>"; foreach( encode_value(data);; int c ) ret += sprintf("<%d/>", c); return ret + "</pikedata>"; }
Back to the thread
Back to the list