?
Ce document utilise Manuel du site Web PHP chinois Libérer
void assign
(mixed
var)
void assign
(string
varname, mixed var)
This is used to assign values to the templates. You can explicitly pass name/value pairs, or associative arrays containing the name/value pairs.
用來賦值到模板中。可以指定一對 名稱/數(shù)值 ,也可以指定包含 名稱/數(shù)值 的聯(lián)合數(shù)組。
Example 13-3. assign
|