preg_replace("/{../}2.*.htm/ie","12312".base64_encode('\0'), $this->content); 置換に失敗しました
「12312base64_encode」のアセンブル方法(元の一致コンテンツ)"、アセンブリは失敗しました
preg_replace("/{../}2.*.htm/ie", "'12312' .base64_encode('\0')", $this->content);
preg_replace("/{../}2.*.htm/ie", "'12312'.base64_encode('\0' ) ", $this->content);
最も外側の括弧を削除することは、正当な PHP ステートメントである必要があります