Lua::eval
(PECL lua >=0.9.0)
Lua::eval — 文字列を Lua コードとして評価
パラメータ
statements
-
例
例1 Lua::eval()の例
<?php
$lua = new Lua();
$lua->eval(<<<CODE
print(2);
CODE
);
?>
上の例の出力は以下となります。
2
+add a note
User Contributed Notes
There are no user contributed notes for this page.
↑ and ↓ to navigate •
Enter to select •
Esc to close
Press Enter without
selection to search using Google