The goal is to learn and understand the actor model (remote) through PHP.
remote-send: This is an example of sending a message to a remote actor.
remote-kinds: This is an example where the types of remote actors are registered in advance, and remote actors are created from the local system.
PHPを通じたアクターモデル(リモート)の学習、理解を目的としています。
remote-send: remote-sendは、リモートアクターにメッセージを送信する例です。
remote-kinds: remote-kindsは、リモートアクターの種類を事前に登録し、
ローカルからリモートアクターを生成する例です。