mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
- The Sprit of PHP is to have descriptive function names and not
necessarily short ones. Maybe we should have some FAQ for this?
This commit is contained in:
parent
cce70fa84a
commit
526d45e95f
2 changed files with 10 additions and 10 deletions
|
@ -88,8 +88,8 @@ PHP_FUNCTION(pg_loexport);
|
|||
PHP_FUNCTION(pg_put_line);
|
||||
PHP_FUNCTION(pg_end_copy);
|
||||
#if HAVE_PQCLIENTENCODING
|
||||
PHP_FUNCTION(pg_client_enc);
|
||||
PHP_FUNCTION(pg_set_client_enc);
|
||||
PHP_FUNCTION(pg_client_encoding);
|
||||
PHP_FUNCTION(pg_set_client_encoding);
|
||||
#endif
|
||||
|
||||
void php_pgsql_do_connect(INTERNAL_FUNCTION_PARAMETERS,int persistent);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue