If you have a simple array, you would use it like this: [code]$arr = [A, B, C]; foreach($arr as $element) echo $element; [/code]which would print “ABC”.
確定! 回上一頁