IBM Developer is your one-stop location for getting hands-on training and learning in-demand skills on relevant technologies such as generative AI, data science, AI, and open source.
このTIPSでは、オブジェクトをサーバー間通信で送受信する方法を紹介します。方法は簡単で、送信側はオブジェクトのインスタンスを serialize し、受け取る側はそれを unserialize するだけです。 ただし、送信側・受信側どちらのスクリプトでも同じクラスを定義していないと、 受信したオブジェクトは正確に認識されません。 送信側のサンプルスクリプトです。 定義したクラスのインスタンスを生成し、serialize して出力しています。 ・sender.php オブジェクト送信スクリプト <?php class TestClass { var $value; function TestClass ($value) { $this->value = $value; } function getValue() { return $this->value; } } $obj = new
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く