phpbar.de logo

Mailinglisten-Archive

[php] Verwendung von list()

[php] Verwendung von list()

Enrico Weigelt weigelt at metux.de
Sam Jun 19 16:46:16 CEST 2004


* Dennis Sterzenbach <lists at darknoise.de> schrieb:

<snip>
> 1.) list($lang, $id, $subid) = $myarray;
> 
> 2.) $lang  = $myarray[0];
>     $id    = $myarray[1];
>     $subid = $myarray[2];
> 
> 3.) $lang  = array_shift($myarray);
>     $id    = array_shift($myarray);
>     $subid = array_shift($myarray);
4.) list($lang,$id,$subid) = $myarray;


cu
-- 
---------------------------------------------------------------------
 Enrico Weigelt    ==   metux IT service

  phone:     +49 36207 519931         www:       http://www.metux.de/
  fax:       +49 36207 519932         email:     contact at metux.de
  cellphone: +49 174 7066481
---------------------------------------------------------------------
 -- DSL ab 0 Euro. -- statische IP -- UUCP -- Hosting -- Webshops --
---------------------------------------------------------------------

php::bar PHP Wiki   -   Listenarchive