简体   繁体   English

如何在PHP中布置TeeChart

[英]How to dispose a TeeChart in PHP

How can I dispose a Tchart? 如何处置图表? Because, after some charts in a for, new Tchart hangs by out of memory. 因为在for中的某些图表之后,新的Tchart会因内存不足而挂起。

Thanks in advance 提前致谢

while (...)
{
            $chart1 = new TChart(400,250);
...
}

We've modified some classes, adding some __destruct() functions to dispose memory. 我们已经修改了一些类,添加了一些__destruct()函数来处理内存。 It isn't still perfect but improving. 它仍不完美,但仍在改进。

Could you please write to "info at steema dot com" referencing this thread so we can send you the modified files? 您能否引用该线程写信给“ steema dot com上的信息”,以便我们将修改后的文件发送给您?

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM