davidaltherr.net  home  |  journal  |  maps  |  archive  |  resume   

  web : php functions : overviewShare  


php functions

relevance_pic
Generates a simple .jpg image of variable size and gradient color given a relevance score and two boundary colors. Useful for search engine query results. Requires GD library extension.

factorial
Calculates the factorial of an integer with arbitrary digit length. Requires BC Math library extension.

nPk
Calculates the number of possible permutations of k elements that can be taken from a set of n elements. Useful for determining large results in combinatorics calculations. Requires BC Math library extension.

nCk
Calculates the number of possible combinations of k elements that can be taken from a set of n elements. Useful for determining large results in combinatorics calculations. Requires BC Math library extension.



I host at Modwest because...

 search 
 

advanced search... 

 php | mysql 

boolean search 

relevance_pic() 

factorial() 

nCk() 

nPk() 

Powerful Hosting at Modwest...
 



  copyleft © 2010 david altherr
  free for use by open source license
  view: full | compact | mobile | print 

today:  
updated:  
2010.03.10 8.10
2009.02.05 17.26