04.07.2015, 10:51
stock doesn't do anything except ignore the unused function exception.
if you're making functions, just write
Unless you're making an include. Then use stock myFunction(){};
OT: Most of these optimizations only improve the execution time by milliseconds I'd bet, half of them aren't even worth the time to sit through and optimize. Put it this way: you won't need to do this in your scripts.
if you're making functions, just write
Код:
myFunction(){};
OT: Most of these optimizations only improve the execution time by milliseconds I'd bet, half of them aren't even worth the time to sit through and optimize. Put it this way: you won't need to do this in your scripts.