PHP » GoLang |
login |
register |
about
|
GoLang Lua::registerCallback
request it (546)
GoLang replacement for PHP's Lua::registerCallback
[edit | history]
Lua::registerCallback(No version information available, might only be in Git) Lua::registerCallback — Register a PHP function to Lua DescriptionRegister a PHP function to Lua as a function named "$name" Parameters
Return Values
Returns $this, ExamplesExample #1 Lua::registerCallback()example
<?phpThe above example will output:
array(3) {
[1]=>
float(1)
[2]=>
float(2)
[3]=>
float(3)
}
|
more
Most requested
more
Last requests
|