In article <[EMAIL PROTECTED]>,
 [EMAIL PROTECTED] (Michael George) wrote:

> So if I have an enum with possible values "Yes" and "No" or a set with
> possible values "Single", "Married", "Divorced", "Widowed", I seek a function
> that will return an array of strings containing those possible values.
> 
> Does such a function exist?
> 
> I suppose if not it would be possible to write one from the output of a "show
> columns from X" query...

You do the latter.

-- 
CC

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to