6 lines
91 B
PHP
6 lines
91 B
PHP
<?php
|
|
|
|
define('SW_PGSQL_ASSOC', 1);
|
|
define('SW_PGSQL_NUM', 2);
|
|
define('SW_PGSQL_BOTH', 3);
|