Mailinglisten-Archive |
Markus Dobel wrote: > Beschreibt das Manual eigentlich auch genau so. > > Returns an array of strings, each of which is a substring of string > formed by splitting it on boundaries formed by the regular expression > pattern. If an error occurs, returns false. > > To get the first five fields from a line from /etc/passwd: > ^^^^^^^^^^^^^^^^^ > Example 1. split() example > 1 > 2 $passwd_list = split( ":", $passwd_line, 5 ); > 3 > > Die Implementierung der Funktion entspricht nicht der Beschreibung im > Manual. Was ist hier falsch? -Egon -- SIX Offene Systeme GmbH · Stuttgart - Berlin - New York Sielminger Straße 63 · D-70771 Leinfelden-Echterdingen Fon +49 711 9909164 · Fax +49 711 9909199 http://www.six.de PHP-Stand auf Europas grösster Linux-Messe: 'LinuxTag 2000' weitere Infos _(at)_ http://www.dynamic-webpages.de/
php::bar PHP Wiki - Listenarchive