Tag Archives: declare it static
Most importants tip to fast up php script
Posted on 20. Apr, 2009 by admin.
0
static function in php increase performance , string concatenation is bettter , avoid magic functions and require is quite expensive in php, use full path instead of php os path and dont put loops in infinite continueity , use some limits, php string function are much better than regular experssion in php.
