Profile
Achievement
o0110o's Recent SnippetsTagged function
- All /
« Prev 1 Next »
Set the desired date within the function.
Make some images and label them "1.jpg, 2.jpg, 3.jpg, etc...".
That's how it's done.
1
915
posted 12 years ago by o0110o
This function will force a file to be downloaded. It accepts $_path as a parameter.
1
982
posted 12 years ago by o0110o
This function performs several checks to make sure it's getting the correct IP address.
1
1218
posted 12 years ago by o0110o
A handy function to get the contents of a file with curl. Accepts $_path as a parameter.
1
1125
posted 12 years ago by o0110o
This function will use curl to see if a file exists at the location it's provided. It accepts $_path as a parameter.
1
1309
posted 12 years ago by o0110o
A function to get a files size via curl. Accepts $_path, $_unit, $_float, $_username & $_password; In the listed order.
1
1292
posted 12 years ago by o0110o
This is a function to retrieve the mime-type of a file by checking the header response with curl. It accepts the file-path as a parameter & it also has a fallback for empty returns.
1
1631
posted 12 years ago by o0110o