The Yar_Server class

(No version information available, might only be in Git)

Вступ

Wraps an object and exposes all of its public methods as a remote service, served over HTTP by Yar_Server::handle().

The PHP extension only provides an HTTP server. A TCP and Unix socket server speaking the same Yar protocol is provided by the » Yar C framework.

Короткий огляд класу

class Yar_Server {
/* Властивості */
protected object $_executor = null;
/* Методи */
final public function __construct(object $executor)
public function handle(): bool
}

Властивості

_executor

The object whose public methods are exposed as RPC services.

Зміст

add a note

User Contributed Notes

There are no user contributed notes for this page.