Lua
PHP Manual

Lua::include

(PECL lua >=0.9.0)

Lua::includeParse a Lua script file

Opis

public mixed Lua::include ( string $file )

Ostrzeżenie

Ta funkcja jest obecnie nieudokumentowana, dostępna jest jedynie lista jej argumentów.

Parametry

file

Zwracane wartości

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


Lua
PHP Manual