I create a png image in the memory ,the code like this
rrdtool_function_graph(605,0,$graph_data_array)
when I run this
print rrdtool_function_graph(605,0,$graph_data_array)
It will show the png image. the question is ,how to convert it to the image file ,like abc.png ,with php?