Main > Free Download Search >

Free functions script

functions

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1057
RSS-functions 1.0

RSS-functions 1.0


RSS-functions v1.0 contains a couple of functions which give you the opportunity to open a RSS-feed and put the content to an array which can be used in your PHP-code more>> RSS-functions v1.0 contains a couple of functions which give you the opportunity to open a RSS-feed and put the content to an array which can be used in your PHP-code<<less
Added: 2006-08-25 License: Free Non-Commercial Price: $0.00USD
12 downloads
 
Other version of RSS-functions
License:Free for non-commercial use
Download
1168 downloads
Added: 2006-08-25
VBScript Functions : DatePart()

VBScript Functions : DatePart()


With DatePart() function in VBScript language you could take only some parts of current time and display/use in your applications. Following examples will show you and give a brief on this function. . more>> With DatePart() function in VBScript language you could take only some parts of current time and display/use in your applications. Following examples will show you and give a brief on this function. .<<less
Added: 2006-09-15 License: Freeware Price: Free
1146 downloads
PHP Functions : array_fill

PHP Functions : array_fill


array_fill() fills an array with num entries of the value of the value parameter, keys starting at the start_index parameter. Note that num must be a number greater than zero, or PHP will throw a warn more>> array_fill() fills an array with num entries of the value of the value parameter, keys starting at the start_index parameter. Note that num must be a number greater than zero, or PHP will throw a warning. .<<less
Added: 2006-09-12 License: Freeware Price: Free
1138 downloads
Database Functions

Database Functions


This class can be used to build and execute MySQL database queries. It can build SELECT, INSERT, UPDATE and DELETE queries from lists of parameters and values. The class can also execute the generated more>> This class can be used to build and execute MySQL database queries. It can build SELECT, INSERT, UPDATE and DELETE queries from lists of parameters and values. The class can also execute the generated queries and retrieve the SELECT query results into associative arrays.<<less
Added: 2007-07-17 License: GPL Price: Free
834 downloads
PHP Functions : urlencode()

PHP Functions : urlencode()


You should encode string values while passing in an querystring. We use UrlEncode to Returns a string in which all non-alphanumeric characters except -_. have been replaced with a percent (%) sign fol more>> You should encode string values while passing in an querystring. We use UrlEncode to Returns a string in which all non-alphanumeric characters except -_. have been replaced with a percent (%) sign followed by two hex digits and spaces encoded as plus (+) signs.<<less
Added: 2006-10-14 License: Freeware Price: Free
1110 downloads
Functions in C++

Functions in C++


In this tutorial we will be studying a bit of Functions in C++ Language. more>> Functions in C++ is a convenient application which helps you be dealing with how to define, declare, pass and return values in a C++ Function. Functions forms the most important part of computer programming. Also be dealing a bit with the Friend Function.<<less
Added: 2009-07-04 License: Freeware Price: $0.00USD
15 downloads
Pseudo-random PHP functions

Pseudo-random PHP functions


This article introduces PHPs pseudo-random functions to the reader and explains the difference between a pseudo-random and a truly random number. more>> This article introduces PHPs pseudo-random functions to the reader and explains the difference between a pseudo-random and a truly random number.<<less
Added: 2006-03-31 License: GPL Price: Free
1309 downloads
How to redeclare native PHP functions 1.0

How to redeclare native PHP functions 1.0


The tutorial shows a way to redeclare native PHP functions like session_start or print_r. more>> The tutorial shows a way to redeclare native PHP functions like session_start or print_r.<<less
Added: 2006-05-23 License: Other Price: $0.00USD
14 downloads
 
Other version of How to redeclare native PHP functions
How to redeclare native PHP functionsThe tutorial shows a way to redeclare native PHP functions like session_start or print_r. How to redeclare native PHP
Price: FreeAdditionalInfohttpopenideascompany.combogomilp42
License:Other Free / Open Source License
Download
1258 downloads
Added: 2006-05-23
PHP Functions urlencode 1

PHP Functions urlencode 1


You should encode string values while passing in an querystring. We use UrlEncode to Returns a string in which all non-alphanumeric characters except -_. have been replaced with a percent (%) sign followed by two hex digits and spaces encoded as plus more>> You should encode string values while passing in an querystring. We use UrlEncode to Returns a string in which all non-alphanumeric characters except -_. have been replaced with a percent (%) sign followed by two hex digits and spaces encoded as plus (+) signs.<<less
Added: 2008-08-27 License: Freeware Price: $0.00USD
11 downloads
ImageANI and ImageCreateFromANI functions! 1.00

ImageANI and ImageCreateFromANI functions! 1.00


With this pack you can use new functions imagecreatefromani and imageani as easy as imagejpeg or imagecreatefromjpeg! more>> With this pack you can use new functions imagecreatefromani and imageani as easy as imagejpeg or imagecreatefromjpeg!<<less
Added: 2004-11-12 License: GPL Price: $0.00USD
13 downloads
ImageCUR and ImageCreateFromCUR functions! 1.00

ImageCUR and ImageCreateFromCUR functions! 1.00


With this pack you can use new functions imagecreatefromcur and imagecur as easy as imagejpeg or imagecreatefromjpeg! more>> With this pack you can use new functions imagecreatefromcur and imagecur as easy as imagejpeg or imagecreatefromjpeg!<<less
Added: 2004-11-12 License: GPL Price: $0.00USD
13 downloads
Number library of functions 1.0

Number library of functions 1.0


A library of functions extending the number class (integers and float values): rounding and truncation, data type conversion. more>> A library of functions extending the number class (integers and float values): rounding and truncation, data type conversion.<<less
Added: 2009-01-01 License: GPL Price: $0.00USD
11 downloads
ImageBMP and ImageCreateFromBMP functions! 1.00

ImageBMP and ImageCreateFromBMP functions! 1.00


With this pack you can use new functions imagecreatefrombmp and imagebmp as easy as imagejpeg or imagecreatefromjpeg! more>> With this pack you can use new functions imagecreatefrombmp and imagebmp as easy as imagejpeg or imagecreatefromjpeg!<<less
Added: 2004-11-12 License: GPL Price: $0.00USD
17 downloads
Cookie Functions 1.0

Cookie Functions 1.0


4 javascript cookie functions that I wrote for various website projects. I put them together in this script. They allow you to access, assign, modify, and delete your cookies with client-side code. more>> 4 javascript cookie functions that I wrote for various website projects. I put them together in this script. They allow you to access, assign, modify, and delete your cookies with client-side code.<<less
Added: 2004-03-25 License: Freeware Price: 0.00
13 downloads
VBScript Functions : The Len() Function

VBScript Functions : The Len() Function


In this series of our ASP Developer Articles, we will examine a new VbScript function called as The Len() Function. With LEN functions you can calculate the length of the string. Following function c more>> In this series of our ASP Developer Articles, we will examine a new VbScript function called as The Len() Function. With LEN functions you can calculate the length of the string. Following function calculates the length of a string taken from input area.<<less
Added: 2006-09-06 License: Freeware Price: Free
1145 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5