phpbar.de logo

Mailinglisten-Archive

[php] exec in Array schreiben

[php] exec in Array schreiben

Kristian =?iso-8859-1?Q?K=F6hntopp?= kk_(at)_netuse.de
Mon, 06 Sep 1999 16:59:56 +0200


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