📄 function.fbsql-set-password.html
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><html> <head> <title>Change the password for a given user</title> <meta http-equiv="content-type" content="text/html; charset=UTF-8"> </head> <body><div style="text-align: center;"> <div class="prev" style="text-align: left; float: left;"><a href="function.fbsql-set-lob-mode.html">fbsql_set_lob_mode</a></div> <div class="next" style="text-align: right; float: right;"><a href="function.fbsql-set-transaction.html">fbsql_set_transaction</a></div> <div class="up"><a href="ref.fbsql.html">FrontBase Functions</a></div> <div class="home"><a href="index.html">PHP Manual</a></div></div><hr /><div id="function.fbsql-set-password" class="refentry"> <div class="refnamediv"> <h1 class="refname">fbsql_set_password</h1> <p class="verinfo">(PHP 5)</p><p class="refpurpose"><span class="refname">fbsql_set_password</span> — <span class="dc-title">Change the password for a given user</span></p> </div> <div class="refsect1 description"> <h3 class="title">Description</h3> <div class="methodsynopsis dc-description"> <span class="type">bool</span> <span class="methodname"><b><b>fbsql_set_password</b></b></span> ( <span class="methodparam"><span class="type">resource</span> <tt class="parameter">$link_identifier</tt></span> , <span class="methodparam"><span class="type">string</span> <tt class="parameter">$user</tt></span> , <span class="methodparam"><span class="type">string</span> <tt class="parameter">$password</tt></span> , <span class="methodparam"><span class="type">string</span> <tt class="parameter">$old_password</tt></span> )</div> <p class="para rdfs-comment"> Changes the password for the given <i><tt class="parameter">user</tt></i>. </p> </div> <div class="refsect1 parameters"> <h3 class="title">Parameters</h3> <p class="para"> <dl> <dt><span class="term"><i><tt class="parameter">link_identifier</tt></i></span><dd><p class="para">A FrontBase link identifierreturned by <a href="function.fbsql-connect.html" class="function">fbsql_connect()</a> or <a href="function.fbsql-pconnect.html" class="function">fbsql_pconnect()</a>.</p><p class="para">If optional and not specified,the function will try to find an open link to the FrontBase server and if nosuch link is found it will try to create one as if <a href="function.fbsql-connect.html" class="function">fbsql_connect()</a> was called with no arguments</p></dd></dt> <dt> <span class="term"><i><tt class="parameter">user</tt></i></span> <dd> <p class="para"> The user name. </p> </dd> </dt> <dt> <span class="term"><i><tt class="parameter">password</tt></i></span> <dd> <p class="para"> The new password to be set. </p> </dd> </dt> <dt> <span class="term"><i><tt class="parameter">old_password</tt></i></span> <dd> <p class="para"> The old password to be replaced. </p> </dd> </dt> </dl> </p> </div> <div class="refsect1 returnvalues"> <h3 class="title">Return Values</h3> <p class="para"> Returns <b><tt>TRUE</tt></b> on success or <b><tt>FALSE</tt></b> on failure. </p> </div></div><hr /><div style="text-align: center;"> <div class="prev" style="text-align: left; float: left;"><a href="function.fbsql-set-lob-mode.html">fbsql_set_lob_mode</a></div> <div class="next" style="text-align: right; float: right;"><a href="function.fbsql-set-transaction.html">fbsql_set_transaction</a></div> <div class="up"><a href="ref.fbsql.html">FrontBase Functions</a></div> <div class="home"><a href="index.html">PHP Manual</a></div></div></body></html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -