XML-RPC problem with array

Поиск
Список
Период
Сортировка
От Bambero
Тема XML-RPC problem with array
Дата
Msg-id 42000F3E.8070106@tlen.pl
обсуждение исходный текст
Ответы Re: XML-RPC problem with array  (Bambero <bambero@tlen.pl>)
Список pgsql-general
Hello

I have compiled my php with --with-xmlrpc option to use xmlrpc server.
Everything works fine, but there is one problem.

Array (indexed from 0):
$array[0]
$array[1]
$array[2]
is changed to xmlrpc 'array' type - thats ok.

Array (with string indexes):
$array['ad']
$array['sd']
$array['rd']
is changed to xmlrpc 'struct' type - thats ok too.

But array (indexed from 1):
$array[1]
$array[2]
$array[3]
is changed to xmlrpc 'array' type.

Is it possible to change this type to xmlrpc 'struct' type ?

Sorry, my english is not well.

Thanks,
Bambero


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

Предыдущее
От: Si Chen
Дата:
Сообщение: Re: how to release a transaction lock on a table?
Следующее
От: Bambero
Дата:
Сообщение: Re: XML-RPC problem with array