Files
Smart-Farm/vendor/swoole/ide-helper/output/swoole_postgresql/constants.php
2025-12-22 14:34:25 +08:00

6 lines
91 B
PHP

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