Mailinglisten-Archive |
Ulf Wendel wrote:
> Mit diesen Bausteinen sollte dein Wunsch in Erfüllung gehen,
> oder?
Eine Zutat fehlt noch:
http://www.php.net/manual/function.popen.php3
kk_(at)_land:~ > Source/php3/php
<?php
$fp = popen("/bin/ls", "r");
while ($line[] = fgets($fp, 1000)) {
printf("%s\n", $i++);
Content-type: text/html
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
printf("%s\n", $line[15]);
oracle
Kristian
--
Kristian Köhntopp, NetUSE Kommunikationstechnologie GmbH
Siemenswall, D-24107 Kiel, Germany, +49 431 386 436 00
Using PHP3? See our web development library at
http://phplib.shonline.de/ (GPL)
php::bar PHP Wiki - Listenarchive