constants.php 91 B

12345
  1. <?php
  2. define('SW_PGSQL_ASSOC', 1);
  3. define('SW_PGSQL_NUM', 2);
  4. define('SW_PGSQL_BOTH', 3);