1.2.1542. ext/lua¶
Extension Lua.
‘Lua is a powerful, fast, light-weight, embeddable scripting language.’ This extension embeds the lua interpreter and offers an OO-API to lua variables and functions.
<?php
$lua = new Lua();
$lua->eval(<<<CODE
print(2);
CODE
);
?>
See also ext/lua manual and LUA.
1.2.1542.1. Connex PHP features¶
1.2.1542.1.1. Specs¶
Short name |
Extensions/Extlua |
Rulesets |
|
Exakat since |
0.8.4 |
PHP Version |
All |
Severity |
|
Time To Fix |
|
Precision |
High |
Available in |