标签: php image file file-get-contents readfile
哪一个针对最低CPU使用率进行了优化?如果我理解正确,我应该在输出图像时使用readfile()而不改变它,而当我需要将它作为字符串处理时,我应该使用file_get_contents()。
这段代码是否正确?
print ("-".join(str(num) for num in myList[i]))