|
update : 2015.11.03
php.shukuma.com검색:
|
Lua::registerCallback(No version information available, might only be in Git) Lua::registerCallback — Register a PHP function to Lua 설명Register a PHP function to Lua as a function named "$name" 인수
반환값
Returns $this, 예제Example #1 Lua::registerCallback()example
<?php위 예제의 출력:
array(3) {
[1]=>
float(1)
[2]=>
float(2)
[3]=>
float(3)
}
|