C++ Structs in PHP? - Printable Version -Shoutbox (https://shoutbox.menthix.net) +-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58) +--- Forum: Skype & Technology (/forumdisplay.php?fid=9) +---- Forum: Tech Talk (/forumdisplay.php?fid=17) +----- Thread: C++ Structs in PHP? (/showthread.php?tid=49227) C++ Structs in PHP? by Dempsey on 08-20-2005 at 02:03 PM I don't think it's possible, but I'll ask anyway. Is there any way of using structs in PHP? I want to read some information from SoundPacks, such as the categories adn recording methods for each sound, which would be relativley easy to do in C++ but I don't think I can do it in PHP without coding a linux app to run on the server to do it. Anyone got any ideas/input etc? RE: C++ Structs in PHP? by Mnjul on 08-20-2005 at 03:41 PM
I think that you may give class in PHP a try |