Strict Standards: Only variables should be passed by reference
Wut????
somthing with this line :
if (socket_select($read,$write = NULL, $except = NULL, $tv_sec = 5)<1)
Wtf is php talking about -_-
any help appreciated :D
I'm currently in the development of a application that would frequently (about 3-4 times a second) edit a text file based on POST messages. I'm currently using PHP but im not sure if it's fast enough, what could i use instead that would be faster?
I've been have this problem for a while so I thought id finally ask about it
I have 2 variables and a object,
one variable (rot) represents the object's current rotation
the other variable represents the rotation the object should be at (ert)
This is my code for the tween
rot -= (rot-ert)/5...