Witamy w Nieoficjalnym polskim support'cie AMX Mod X
Witamy w Nieoficjalnym polskim support'cie AMX Mod X, jak w większości społeczności internetowych musisz się zarejestrować aby móc odpowiadać lub zakładać nowe tematy, ale nie bój się to jest prosty proces w którym wymagamy minimalnych informacji.
|
Guest Message by DevFuse
Wklejka 2gnzneskg6 dodana przez Gość, 14.08.2013 19:43
1. 2. 3. 4. 5. 6. 7. 8. 9. 10. 11. 12. 13. 14. 15. 16. 17. 18. 19.
// unify newlines to unix format $file=preg_replace('/[rn]+/', "n", $file); // get lines from file $lines=explode("n", $file); /* cvars array(3) 0 cvar name 1 cvar value 2 comment */ $cvars=array(); foreach($lines as $id => &$cvar){ $cvar=trim($cvar); if(substr($cvar, 0, 2)!='//' && preg_match('@(^w+) (("w+")|(w+)) ?(// ?(.*))?$@', $cvar, $matches)){ $cvars[]=array($matches[1], $matches[2], $matches[6]); } }
Dodanych wklejek: 11179
Powered By (Pav32) Pastebin © 2011