- Timestamp:
- Feb 11, 2004, 11:32:46 PM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/functions.inc.php
r351 r360 25 25 //----------------------------------------------------------- generic functions 26 26 27 // get_enums returns an array containing the possible values of a enum field28 // in a table of the database.29 27 /** 30 28 * possible values of an "enum" field … … 36 34 * @param string field name in this table 37 35 * @uses str_replace 36 * @uses explode 37 * @uses sizeof 38 * @uses substr 38 39 */ 39 40 function get_enums( $table, $field )
Note: See TracChangeset
for help on using the changeset viewer.