![]() | oci_password_change说明bool oci_password_change ( resource connection, string username, string old_password, string new_password )resource oci_password_change ( string dbname, string username, string old_password, string new_password ) 修改用户 username 的密码。old_password 和 new_password 应分别指定旧密码和新密码。
如果成功则返回 TRUE,失败则返回 FALSE。
![]() There are no user contributed notes for this page. | ![]() |