Lua::assignAssign a PHP variable to Lua Description
public mixed Lua::assign
( string
$name
, string $value
)
Warning
This function is currently not documented; only its argument list is available. Parameters
Return Values
Returns $this or ExamplesExample #1 Lua::assignexample
<?phpThe above example will output:
Array
(
[1] => 1
[2] => 2
[3] => 3
)
|