Hello
Can I use the C/C++ "struct" in PHP. If not, is there an alternative?
u can use the statement class
class & strct r same thing.... the difference is the default scoping of properties and methods.... so do a class to use as a struct.... 😉
class Foo [extends baseFoo] {
}
and so on... cya...