Searched refs:pg_change_password (Results 1 – 4 of 4) sorted by relevance
2 Changing user password with pg_change_password14 pg_change_password($conn, "", "pass");19 pg_change_password($conn, "user", "");24 var_dump(pg_change_password($conn, "inexistent_user", "postitpwd"));27 pg_change_password(): Argument #2 ($user) must not be empty28 pg_change_password(): Argument #3 ($password) must not be empty
960 …function pg_change_password(PgSql\Connection $connection, string $user, #[\SensitiveParameter] str… function
601 ZEND_FUNCTION(pg_change_password);732 ZEND_FE(pg_change_password, arginfo_pg_change_password)
6162 PHP_FUNCTION(pg_change_password) in PHP_FUNCTION() argument
Completed in 26 milliseconds