Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

Sameer Borate's Blog:
PHP built in functions map
Jan 16, 2009 @ 15:31:22

Sameer has put together a few images, the results from the Wordle website when he plugged in the names of the built-in functions included in PHP.

The application is simple. You enter a bunch of text and Wordle does the rest. The applet provides options to change color, font and layout. Just for fun I created a Wordle cloud to display php’s built in functions. Two samples are shown below. The size of the font in the cloud is proportional to the number of functions starting with the particular name.

Among the largest on the list are words like "array", "get", "mysql" and "mcrypt". He used a call to the get_defined_functions() method and looped through the "internal" subarray to build his lists.

tagged: function wordle builtin output image text size

Link:


Trending Topics: