Extracted from Pike v7.8 release 866 at 2016-11-06.
pike.ida.liu.se
[Top]
ADT
ADT.Struct
ADT.Struct()->Chars

Method ADT.Struct()->Chars()->create()


Method create

void ADT.Struct.Chars(int|Item size, void|string value)

Description

size is the number of bytes that are part of this struct item, or optionally an earlier Item that will be looked up in runtime. The initial value of the char string is value or, if not provided, a string of zero bytes.