Apache Awk Bash C cftp daemontools DHCP djbdns DNS Emacs Email ezmlm Fetchmail find GDB Hardware HTML HTTP Intro ISDN less Make Math mc mirrordir MySQL Peripherals Perl PHP3 pppd qmail Regexps Shell System Tables test To do Typical ucspi-tcp Versions Index TCP/IP slides
 

Array and string operations

array explode(string separator, string string); Returns an array of strings containing the elements separated by separator
string implode(string glue, array pieces); Returns a string containing a string representation of all the array elements in the same order, with the glue string between each element.
Last update: Wed, 2 Nov 2005 10:16:21 GMT