Lua
PHP Manual

Lua::include

(PECL lua >=0.9.0)

Lua::includeParse a Lua script file

说明

public mixed Lua::include ( string $file )

Warning

本函数还未编写文档,仅有参数列表。

参数

file

返回值

Returns result of included code, NULL for wrong arguments or FALSE on other failure.


Lua
PHP Manual