connection_aborted

(PHP 4, PHP 5, PHP 7) Check whether client disconnected int connection_aborted ( void ) Checks whether the client disconnected. Returns: Returns 1 if client disconnected, 0 otherwise. See also: connection_status() - ignore_user_abort() - Connection Handling -

LuaClosure::__invoke

(PECL lua >=0.9.0) invoke luaclosure public void LuaClosure::__invoke ( mixed $arg [, mixed $... ] ) Parameters: arg ... Returns: This function is currently not documented; only its argument list is available. Examples:

Lua::registerCallback

(No version information available, might only be in Git) Register a PHP function to Lua public mixed Lua::registerCallback ( string $name, callable $function ) Register a PHP function to Lua as a function named "$name" Parameters: name Register a PHP function to Lua as a function named "$name" function A valid PHP function callback

Lua::include

(PECL lua >=0.9.0) Parse a Lua script file public mixed Lua::include ( string $file ) Parameters: file Returns: Returns result of included code, NULL for wrong arguments or FALSE on other failure. This function is currently not documented; only its argument list is available.

Lua::getVersion

(PECL lua >=0.9.0) The getversion purpose public string Lua::getVersion ( void ) Returns: Returns Lua::LUA_VERSION. This function is currently not documented; only its argument list is available.

Lua::eval

(PECL lua >=0.9.0) Evaluate a string as Lua code public mixed Lua::eval ( string $statements ) Parameters: statements Returns: Returns result of evaled code, NULL for wrong arguments or FALSE on other failure. This function is currently not documented; only its argument list is available.

Lua::__construct

(PECL lua >=0.9.0) Lua constructor public Lua::__construct ( string $lua_script_file = NULL ) Parameters: lua_script_file Returns: This function is currently not documented; only its argument list is available.

Lua::call

(PECL lua >=0.9.0) Call Lua functions public mixed Lua::call ( callable $lua_func [, array $args [, int $use_self = 0 ]] ) public mixed Lua::__call ( callable $lua_func [, array $args [, int $use_self = 0 ]] ) Parameters: lua_func Function name in lua args Arguments passed to the Lua function use_self

Lua::assign

(PECL lua >=0.9.0) Assign a PHP variable to Lua public mixed Lua::assign ( string $name, string $value ) Parameters: name value Returns: Returns $this or NULL on failure. This function is currently not documented; only its argument list is available.

judy_version

(PECL judy >= 0.1.1) Return or print the current PHP Judy version string judy_version ( void ) Return a string of the PHP Judy version. If the return value is not used, the string will be printed. Returns: Return a string of the PHP Judy version.