![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.php archiveRe: beginner question on multidimensional arrays
From: crucialmoment <crucialmoment@gmail.com>
Date: Tue Jan 31 2006 - 13:10:39 CET
Here's an example using preg_replace
$pattern[0] = '/\/';
$pattern is the array of text or characters to search for.
|