[ Index ] |
|
Code source de eZ Publish 3.9.0 |
1 Append: 2 {array( 1, 2, 3, 4 )|append( 5, 6, 7 )|implode( ", " )} 3 4 {let arr=array( 1, 2, 3, 4 ) 5 arr2=5 6 arr3=6 7 arr4=7} 8 {$arr|append($arr2, $arr3, $arr4)|implode( ", " )} 9 {/let} 10 11 {"a b c "|append( "d ", "e" )} 12 13 {let str="a b c "} 14 {$str|append( $str )} 15 {/let} 16 17 Prepend: 18 {array( 1, 2, 3, 4 )|prepend( 5, 6, 7 )|implode( ", " )} 19 20 {let arr=array( 1, 2, 3, 4 ) 21 arr2=5 22 arr3=6 23 arr4=7} 24 {$arr|prepend($arr2, $arr3, $arr4)|implode( ", " )} 25 {/let} 26 27 {"a b c"|prepend( "d " )} 28 29 {let str="a b c "} 30 {$str|prepend( $str )} 31 {/let}
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Sat Feb 24 10:30:04 2007 | par Balluche grâce à PHPXref 0.7 |