$embedCode = <<<EOF
getApplicationContent('video','player',array('id' => $iFileId, 'user' => $this->iViewer, 'password' => clear_xss($_COOKIE['memberPassword'])),true)
EOF;
$name = str_replace($embedCode,"test",$content);
我想用另一段代碼替換一段代碼。我可以用較小的字符串做,但一旦我添加了更大的字符串$ embedCode,它拋出一個「意外T_ENCAPSED_AND_WHITESPACE」錯誤如何str_replace的一段PHP代碼
你爲什麼想這樣做? – 2010-03-17 00:46:51