Search Postgresql Archives

PHP array to PlPgSQL arrat. How to?

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

 



Hi,

I need to transform an PHP array to an PlPgSQL array. The PHP array is
like this:

[quote]
$arr = array(
				0 => array(
							"base64" => "ddfffffff",
							"image_type" => "jpg",
							"width" => "343",
							"height" => "515",
							"html_width_height" => 'width="343" height="515"',
							"mime" => "image/jpeg"
							),
				1 => array(
							"base64" => "ddfffffffddddd",
							"image_type" => "jpg",
							"width" => "343",
							"height" => "515",
							"html_width_height" => 'width="343" height="515"',
							"mime" => "image/jpeg"							
							)
			);
[/quote]

How can I pass this kinf of PHP array to PlPgSQL?

Give me a clue.

Best Regards,

-- 
Sent via pgsql-general mailing list (pgsql-general@xxxxxxxxxxxxxx)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]
  Powered by Linux