PHP script to draw a spiral?
问题 Does anybody have a PHP (or other language) script for drawing a spiral. A simple (Archimedean spiral) would be just fine. Of course the principle is simple but coding it in SVG or GD would take some time, so I wonder if somebody has one ready :-) 回答1: See this page: Using GD (imagearc) and PHP to draw spirals (Listing 27.3) 来源: https://stackoverflow.com/questions/2546370/php-script-to-draw-a-spiral