摘要: 变量{$foo} bar} bar()} bar($baz,2,$bar)} 'yellow','b'=>'blue']}{assign var=foo value=[1,[9,8],3]} // 可嵌套缩写方式:{$foo=$bar+2}{$foo = strlen($bar)} // 函数赋值{$foo = myfunct( ($x+$y)*3 )} // 函数参数{$foo.bar=1} // 赋值给特定的数组元素{$foo.bar.baz=1} ... 阅读全文
posted @ 2014-03-27 16:09 phpsmall菜鸟 阅读(209) 评论(0) 推荐(0)