The Lua class

(PECL lua >=0.9.0)

Introduction

Class synopsis

classLua {
conststringLUA_VERSION = Lua 5.1.4;
publicassign(string$name, string$value): mixed
publiccall(callable$lua_func, array$args = ?, int$use_self = 0): mixed
public__call(callable$lua_func, array$args = ?, int$use_self = 0): mixed
public__construct(string$lua_script_file = NULL)
publiceval(string$statements): mixed
publicinclude(string$file): mixed
publicregisterCallback(string$name, callable$function): mixed
}

Predefined Constants

Lua::LUA_VERSION

Table of Contents

To Top