Re: Getting array variables from my postgresql function

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]



on 6/17/02 3:57 PM, joseph@xxxxxxxxxxxxxxxx purportedly said:

> i currently have a function that returns an array i would like to know how i
> can access this value if returned to php
> TIA

Array type fields are not supported. To get around this, your function could
concatenate the array into a string using a delimiter, and explode() that
value from within PHP.

Keary Suska
Esoteritech, Inc.
"Leveraging Open Source for a better Internet"



[Index of Archives]     [Postgresql General]     [Postgresql Admin]     [PHP Users]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Databases]     [Yosemite Backpacking]     [Postgresql Jobs]

  Powered by Linux