Developer Accused Of Unreadable Code Refuses To Comment
<snip>
mixed preg_replace ( mixed pattern, mixed replacement, mixed subject [, int limit] )
Searches subject for matches to pattern and replaces them with replacement. If limit is specified, then only limit matches will be replaced; if limit is omitted or is -1, then all matches are replaced.
</snip>
http://www.php.net/preg_replace
perg_replace heeft een limit parameter. Stel die in op 1 dacht ik zo
mixed preg_replace ( mixed pattern, mixed replacement, mixed subject [, int limit] )
Searches subject for matches to pattern and replaces them with replacement. If limit is specified, then only limit matches will be replaced; if limit is omitted or is -1, then all matches are replaced.
</snip>
http://www.php.net/preg_replace
perg_replace heeft een limit parameter. Stel die in op 1 dacht ik zo
No amount of key presses will shut off the Random Bug Generator
Een paar keer overheen gelezen
.
Bedankt.

Bedankt.
Developer Accused Of Unreadable Code Refuses To Comment