Anglais Francais Prosygma 

Italie
-
    hebergement 

asp
prosygma_logo



 Divers (1)  Chaînes (31)  Dates (18)  Nombres (8)  Structures (5) 
 Tableaux (6) 
array - invArray/array_reverse - join/implode - multiSort/sort - split/explode - ubound/sizeof
SPLIT/EXPLODE 
Transforme une chaîne en tableau en la coupant à chaque sep
ASP <Doc> 
<% tableau=split(chaine,sep,-1,1) %>

PHP <Doc> 
<? $tableau=explode($sep,$chaine); ?>

JavaScript <Doc> 
<script>
tableau=chaine.split(sep)
</script>

© ASP-PHP.net 11/01/2003