Lua
PHP Manual

Lua::include

(PECL lua >=0.9.0)

Lua::includeParse a Lua script file

Beschreibung

public mixed Lua::include ( string $file )

Warnung

Diese Funktion ist bis jetzt nicht dokumentiert. Es steht nur die Liste der Argumente zur Verfügung.

Parameter-Liste

file

Rückgabewerte

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


Lua
PHP Manual