Hello. Does anyone know, is there foreach loop with connection in PHP?
In C# :
And it outputs
Can anyone post this code in PRISM?
I know, my english isn't best, if someone didn't understood what I want, I can examine more detally.
In C# :
foreach (var C in connections.Values)
{
MessageToAll(C.PName);
}
And it outputs
Nickname1
Other-player
Player
etc...
Can anyone post this code in PRISM?
I know, my english isn't best, if someone didn't understood what I want, I can examine more detally.