Top

PHP Code Snippets Tagged with text

  (3)  
Sort by 
this can be transformed to do whatever you need, I just made it to mess around
Tags: black  fading  php  text  white 
+ 0 likes
2 comment(s)    Score: 0.0    Platform: PHP    Posted by Korvin on Aug 18, 2009
This function will return the duration of the given time period in days, hours, minutes and seconds. secstostr(1234567) would return "14 days, 6 hours, 56 minutes, 7 seconds"
Tags: duration  length  seconds  string  text  time 
+ 0 likes
2 comment(s)    Score: 0.0    Platform: PHP    Posted by Daveoh on Mar 04, 2009
Shows differences in two strings of text. This snippet requires the PEAR Text_Diff package, available from http://pear.php.net/package/Text_Diff. The class can be use like this: $diff = new..
Tags: difference  text 
+ 0 likes
2 comment(s)    Score: 6.0    Platform: PHP    Posted by tye on Dec 31, 2006
Bottom