Changeset 360


Ignore:
Timestamp:
Feb 11, 2004, 11:32:46 PM (20 years ago)
Author:
z0rglub
Message:

adding phpdocumentor variables to function get_enums

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/functions.inc.php

    r351 r360  
    2525//----------------------------------------------------------- generic functions
    2626
    27 // get_enums returns an array containing the possible values of a enum field
    28 // in a table of the database.
    2927/**
    3028 * possible values of an "enum" field
     
    3634 * @param string field name in this table
    3735 * @uses str_replace
     36 * @uses explode
     37 * @uses sizeof
     38 * @uses substr
    3839 */
    3940function get_enums( $table, $field )
Note: See TracChangeset for help on using the changeset viewer.