Lua::include

(PECL lua >=0.9.0)

Lua::includeParse a Lua script file

Description

public Lua::include(string $file): mixed

Warning

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

Parameters

file

Return Values

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