how do i provide array parameters for my functions in php

Поиск
Список
Период
Сортировка
От joseph@asti.dost.gov.ph
Тема how do i provide array parameters for my functions in php
Дата
Msg-id 1023983952.3d08c15005fc2@www.asti.dost.gov.ph
обсуждение исходный текст
Ответы Re: how do i provide array parameters for my functions in php  (Achilleus Mantzios <achill@matrix.gatewaynet.com>)
Список pgsql-sql
i have just finished creating a function that has an array of integers as its 
parameter.  what i would like to know is how do i declare/execute my function 
in php.  i tried several syntax
e.g.
$arrvalue - an array of integers

$strquery = "select functionname($arrvalue)";
$strquery = "select functionname($arrvalue[])";

what is the right syntax 
TIA
joseph


В списке pgsql-sql по дате отправления:

Предыдущее
От: Stephan Szabo
Дата:
Сообщение: Re: join question - three tables, two with foreign keys to
Следующее
От: "Josh Berkus"
Дата:
Сообщение: Re: Another postgres 'file not found' error