HomebulletScriptsbulletTag: array (219 results)
  1. No Screenshot
    1672 total visits
    Magic Consistent Hash Class is an array of hash values is used as parameter.The Magic Consistent Hash Class takes a string as argument and returns the same entry from the hash array values for each string argument.Requirements: PHP 5.0 or higher
  2. No Screenshot
    1663 total visits
    LLRB Tree, a left leaning Red-Black binary search tree is implemented. It uses Node objects instead of arrays to implement the tree data structures.LLRB Tree can perform operations on nodes of text words like insert, search, delete and traverse the tree, maintaining a balanced and correctly formed tree after all operations.Requirements:PHP 5.2 or higher
  3. No Screenshot
    2077 total visits
    With Multi Dimensional Array, a given number of dimensions for the array are taken as parameters.Multi Dimensional Array can add entries to the array by passing a list of values that define the entry values for each dimension.Requirements: PHP 4.2 or higher
  4. No Screenshot
    1754 total visits
    IDProperty includes a given PHP script with values set in array entries of a variable name properties.The array values is assigned to the class variable, so that the values of an entries of the properties array, can be returnedRequirements: PHP5.0 or higher
  5. No Screenshot
    1444 total visits
    XMLns2array takes XML document structure as a SimpleXMLElement object and traverses it to build a nested array structure.The original document namespaces are preserved.Requirements: PHP 5.0 or higher
  6. No Screenshot
    1863 total visits
    Content Parser is an abstract base class that can check the strings and call concrete methods that do the actual processing of the texts in the strings.Arrays can be traversed to process string entry values. It can also traverse array entries recursively to process their entries.An implementation class is provided as an example to demonstrate how to use it to ...
  7. No Screenshot
    2381 total visits
    PHP DataGrid can be used to display a 2-dimensions array of data as a grid. Bi-dimensional arrays are traversed and the data is displayed in an HTML table. The columns names in the table header row are configurable. The listing may be sorted when the user clicks on the header row cells. Custom columns may be added at the start ...
  8. No Screenshot
    2162 total visits
    array2form takes an array of strings that contain multiple parameters for creating form inputs. The input parameters are separated by the | character. The can define several types of values like the input type, label, name, size, etc.. The HTML code for the entire form can be generated and served as the current script output. Requirements: PHP 5.0 or higher
  9. No Screenshot
    1893 total visits
    SQL Parse Convert to Tree Array takes a given SQL query and parse it to extract the structure or queries and sub-queries. The resulting structure is returned as an array. SELECT, INSERT, UPDATE and DELETE queries are currently supported. Requirements: PHP 4.4 or higher
  10. No Screenshot
    1826 total visits
    Anti_Util_CircularReference can be used to find circular references using waypoint array.It takes an array of pairs of values that are links between to points for instance in a map. The script traverses the array of values and detects when there groups of points that form a cyclic reference. Requirements: PHP 5.0 or higher
  11. No Screenshot
    1902 total visits
    Entries values or variables can be copied from one array or object to another. The names of the origin array entries or object variables may be mapped to new names in the destination array entries or objects. Requirements: PHP 5.0 or higher
  12. No Screenshot
    1849 total visits
    Array to Table Grid takes an array of data and generates an HTML table of a given number of the columns, filling the cells with the array data. The generated HTML table is returned as a single string. Requirements: PHP 4 or higher
  13. No Screenshot
    2017 total visits
    Array to Object converter takes an array an assigns the variables of the class with the values of the array entries with the same name. Array entries with array values are also recursively being converted to objects. Requirements: PHP 5.0 or higher
  14. No Screenshot
    1571 total visits
    Several types of operations that manipulate string values through a fluent interface, are included. Currently TString can concatenate an array of strings, change the case of the string words, split the string in pieces separated by another given string, find a given sub-string, pad the string with characters to fill a given length, extract a sub-string. insert a sub-string in ...
  15. No Screenshot
    2167 total visits
    XML Parser takes a XML document as a single text string and parses it to build a document structure as nested array. A class variable is used to store the structured nested array. Requirements: PHP 4 or higher
Pages 5 of 15« 1 2 3 4 5 6 7 8 9 »