Re: Getting array variables from my postgresql function

From: Keary Suska <hierophant(at)pcisys(dot)net>
To: Postgres-PHP <pgsql-php(at)postgresql(dot)org>
Subject: Re: Getting array variables from my postgresql function
Date: 2002-06-17 16:29:12
Message-ID: B9336A77.F98A%hierophant@pcisys.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-php

on 6/17/02 3:57 PM, joseph(at)asti(dot)dost(dot)gov(dot)ph 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"

In response to

Browse pgsql-php by date

  From Date Subject
Next Message Keary Suska 2002-06-17 17:10:56 Re: help !!!
Previous Message Alxander A. Kapralov 2002-06-17 10:17:30 help !!!