Main > Free Download Search >

Free wide array script

wide array

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 347
XML to array 1.0

XML to array 1.0


Just a simple few functions to help you convert a xml feed into an array to make it so much easier to handle. more>> Just a simple few functions to help you convert a xml feed into an array to make it so much easier to handle.<<less
Added: 2005-01-20 License: Price: 0.00 Price: 0.00
11 downloads
 
Other version of XML to array
XML to arrayJust a simple few functions to help you convert a xml feed into an array to make it so much easier to ... Just a simple few functions to help you convert a xml feed into an array to make it so much easier to
License:Not Specified
Download
1767 downloads
Added: 2005-01-20
Intersect Several Arrays

Intersect Several Arrays


Intersect Several Arrays is designed as a useful MATALB script that will use an recursive function to intersect several arrays . more>>

Intersect Several Arrays is designed as a useful MATALB script that will use an recursive function to intersect several arrays .

<<less
Added: 2009-07-27 License: BSD - BSD License Price: BSDBSDLicense
downloads
Recursive array to XML 0.1

Recursive array to XML 0.1


This class can be used to generate XML documents from nested arrays. It takes an associative array and traverse it to generate a XML document on which the array keys are turned into XML tags and array entry values are nodes of the XML tags. The more>> This class can be used to generate XML documents from nested arrays. It takes an associative array and traverse it to generate a XML document on which the array keys are turned into XML tags and array entry values are nodes of the XML tags. The XML document encoding, version, line indenting and line endings are configurable parameters.<<less
Added: 2007-12-04 License: BSD Price: $0.00USD
10 downloads
Working with Arrays in PHP

Working with Arrays in PHP


Arrays are a large collection of key/value pairs can stores multible variables in a single variable. Arrays are an ordered map which each key could be mapped to a value. more>> Arrays are a large collection of key/value pairs can stores multible variables in a single variable. Arrays are an ordered map which each key could be mapped to a value.<<less
Added: 2006-09-12 License: Freeware Price: Free
1137 downloads
Array to List 1

Array to List 1


This class can be used to display an HTML list of entries from nested array. It traverses the array and display its entries and items of an unordered HTML list. Entries that have array values are displayed as nested lists. Entries with other types of more>> This class can be used to display an HTML list of entries from nested array. It traverses the array and display its entries and items of an unordered HTML list. Entries that have array values are displayed as nested lists. Entries with other types of values can be displayed optionally with the values followed by the entry indexes. The type of list and list item can also be configurable.<<less
Added: 2007-02-04 License: GPL Price: $0.00USD
11 downloads
 
Other version of Array to List
Array to ListIt traverses the array and display its entries and items of an unordered HTML list. Entries ... It traverses the array and display its entries and items of an unordered HTML list. Entries
Price: FreeAdditionalInfoYoucanuseitforanyperpose
License:GPL
Download
998 downloads
Added: 2007-02-04
C Programming - Arrays

C Programming - Arrays


In this tutorial you will learn about C Programming - Arrays - Declaration of arrays, Initialization of arrays, Multi dimensional Arrays, Elements of multi dimension arrays and Initialization of multi more>> In this tutorial you will learn about C Programming - Arrays - Declaration of arrays, Initialization of arrays, Multi dimensional Arrays, Elements of multi dimension arrays and Initialization of multidimensional arrays.<<less
Added: 2006-06-01 License: Freeware Price: Free
1262 downloads
Detailed PHP array tutorial 1.0

Detailed PHP array tutorial 1.0


In this tutorial I will show you how to work with arrays in PHP. You will learn how to create, sort or print an array. Besides this we will touch on multidimensional arrays as well. more>> In this tutorial I will show you how to work with arrays in PHP. You will learn how to create, sort or print an array. Besides this we will touch on multidimensional arrays as well.<<less
Added: 2007-06-19 License: Freeware Price: $0.00USD
10 downloads
 
Other version of Detailed PHP array tutorial
Detailed PHP array tutorialIn this tutorial I will show you how to work with arrays in PHP. You will learn how to create, sort ... Besides this we will touch on multidimensional arrays as well
License:Freeware
Download
873 downloads
Added: 2007-06-19
XML to Sensible Array 0.0.2

XML to Sensible Array 0.0.2


XML to Sensible Array 0.0.2 is known as a very useful PHP class that can be used to parse XML documents into associative arrays. more>>

XML to Sensible Array 0.0.2 is known as a very useful PHP class that can be used to parse XML documents into associative arrays.

<<less
Added: 2009-07-24 License: Free for non-commercial purposes. Price: Freefornoncommercialpurposes.
1 downloads
2D Array in Classic ASP

2D Array in Classic ASP


This tutoial will put you into right direction on how to create a simple Asp classic 2D array. more>> This tutoial will put you into right direction on how to create a simple Asp classic 2D array.<<less
Added: 2008-10-09 License: Freeware Price: $0.00USD
14 downloads
Arrays in Java

Arrays in Java


Learn all aspects of arrays in Java. From the beginner level to advanced. Take a look and become an array guru. more>> Learn all aspects of arrays in Java. From the beginner level to advanced. Take a look and become an array guru.<<less
Added: 2008-04-19 License: Freeware Price: $0.00USD
13 downloads
deeMySQLParser 0.5

deeMySQLParser 0.5


This parser will parse the contents of mysqldump file into an associative array. The array contains table definition information include primary key, table name, field name, default value and datatype. Also compatible with phpMyAdmin(structure only) more>> This parser will parse the contents of mysqldump file into an associative array. The array contains table definition information include primary key, table name, field name, default value and datatype. Also compatible with phpMyAdmin(structure only) export format.<<less
Added: 2005-12-21 License: GPL Price: $0.00USD
13 downloads
 
Other version of deeMySQLParser
deeMySQLParserThe array contains table definition information include primary key, table name, field name ... The array contains table definition information include primary key, table name, field name
License:GPL
Download
1404 downloads
Added: 2005-12-21
Perl arrays tutorial 1.0

Perl arrays tutorial 1.0


Learn through examples how to use and manipulate the arrays in a Perl script. The script examples show you how to define and create an array, the context in which the array variables are used and different ways to manipulate them: append elements to a more>> Learn through examples how to use and manipulate the arrays in a Perl script. The script examples show you how to define and create an array, the context in which the array variables are used and different ways to manipulate them: append elements to a Perl array, assign a list to Perl arrays, modify Perl array elements, iterate and loop through the array elements, sort Perl arrays and much more.<<less
Added: 2008-12-13 License: Freeware Price: $0.00USD
14 downloads
Finding Items in an Array with PHP

Finding Items in an Array with PHP


This elementary tutorial describes how to search an array to see if a specific item lies in it. In the tutorial, we create an array of strings such as Apple and Orange then show you how to use PHP more>> This elementary tutorial describes how to search an array to see if a specific item lies in it. In the tutorial, we create an array of strings such as "Apple" and "Orange" then show you how to use PHP to find out that "Apple" is in the array but "Monkey" is not. This can be useful in PHP programs if you have a collection of items (perhaps that a user has entered) and you want to know if a certain item is in that collection.<<less
Added: 2005-12-28 License: Other Free / Open Source License Price: Free
1400 downloads
Multi-Dimensional Array Handler 1.0

Multi-Dimensional Array Handler 1.0


Multi-Dimensional Array Handler is created as a great and useful PHP that class can be used to access multi-dimensional array entries with a single string entry key. more>>

Multi-Dimensional Array Handler 1.0 is created as a great and useful PHP that class can be used to access multi-dimensional array entries with a single string entry key.

<<less
Added: 2009-07-24 License: GPL - GNU General Public License Price: GPLGNUGeneralPublicLicense
1 downloads
Constant Array 2.0.0

Constant Array 2.0.0


Constant Array brings users a useful class which can declare arrays as constants. more>> <<less
Added: 2009-07-07 License: GPL - GNU General Public License Price: GPLGNUGeneralPublicLicense
1 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5