kosinix


Member since 09/23/2012

Website: http://www.codefleet.net/

3 snippets

1488 profile views

0 Comment(s) Posted

View their favorites

Profile

Achievement

first submission:submitting first snipplet

kosinix's Recent Snippets



« Prev 1 Next »
Use it similar to in_array function of PHP.
0 863 posted 11 years ago by kosinix
Function to convert a one dimensional array to two dimensional with option to specify how many columns. Returns two dimensional array on success or false on fail.
0 1824 posted 11 years ago by kosinix
Convert 12-hour time format with hour, minutes, seconds, and meridiem into 24-hour format. Performs data correction to make sure hours, minutes and seconds have leading zeros if needed. The trick here is to use strtotime() where we pass the time...
0 3676 posted 11 years ago by kosinix
« Prev 1 Next »