ホームページ >バックエンド開発 >PHPチュートリアル >PHP コールバック関数に暗雲が立ち込める
PHP コールバック関数に関する暗雲。
初心者なので皆さんにお聞きしたいのですが、PHPのEventStackのNotifyWatcherメソッドを使って、welcome.phpで指定したコールバック関数に取得したデータを返すにはどうすればよいでしょうか?どこの書き方が間違っていたのでしょうか? ? ?
発生するエラーは次のとおりです: 致命的エラー: 関数名は /home/latel/Workspace/new_zhebo/module/EventStack.php の ××
行にある文字列である必要があります
/app/welcome.php
<?php<br /> <br /> if (!defined("__IS_ROOT")) die("Access Denied");<br /> <br /> global $EventStack;<br /> <br /> //闭包函数(回调)<br /> $fGetSettings = function($oSettingDaemon) {<br /> //处理回调返回的系统设置数据模型<br /> echo $oSettingDaemon;<br /> };<br /> <br /> //请求数据原型<br /> $EventStack->addEvent(<br /> "DATA_REQUEST",<br /> serialize(array(<br /> array(<br /> "request" => "settingDaemon"<br /> )<br /> )),<br /> $fGetSettings,<br /> null<br /> );<br /> ?>
4c83d995f27ba0f5c5562113e8531f4c $sスタンプ,<br> "値" => $sValue,<br> "ハンドラー" => $fHandler,<br> 「スコープ」 => $mScope,<br> "タイムスタンプ" => time()<br> );<br> $iKey = sizeof($this->_aEventStack) - 1;<br> $this->notifyWatcher($iKey);<br> return $iKey;<br> }<br> パブリック関数 addWatcher($oWatcher, $sWatchStamp) {<br> }<br> ##C##<br> パブリック関数 clearEventStack() {<br> // イベントスタックをクリア<br> }<br> ##E##<br> パブリック関数exportEventStack() {<br> //デバッグ情報を出力します<br> }<br> ##G##<br> パブリック関数 getStack($iStackId) {<br> //スタック シーケンス番号が指定されているかどうかに応じて、スタック リストまたは指定されたスタックの内容を返します<br> }<br> ##N##<br> プライベート関数notifyWatcher($iKey) {<br> //イベントを関連する観察者に推送します<br> if (array_key_exists($this->_aEventStack[$iKey]["stamp"], $this->_aWatcherRegistry)) {<br> $mCallback = $this->aWatcherRegistry[$this->_aEventStack[$iKey]["スタンプ"]](<br> $this->_aEventStack[$iKey]["スタンプ"],<br> $this->_aEventStack[$iKey]["値"],<br> $this->_aEventStack[$iKey]["ハンドラー"],<br> $this->_aEventStack[$iKey]["スコープ"] <div class="clear"></div>