Lua::include

(PECL lua >=0.9.0)

Lua::includeParse a Lua script file

Beskrivelse

public mixed Lua::include ( string $file )

Advarsel

This function is currently not documented; only its argument list is available.

Parametre

file

Returnerings Værdier

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

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top