downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | conferences | my php.net

search for in the

Our source is open

The syntax highlighted source is automatically generated by PHP from the plaintext script. If you're interested in what's behind the several functions we used, you can always take a look at the source of the following files:

Of course, if you want to see the source of this page, we have it available. You can also browse the Git repository for this website on git.php.net.

Source of: /manual/fa/function.ibase-delete-user.php

<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$PARENTS = array();
include_once
dirname(__FILE__) ."/toc/ref.ibase.inc";
$setup = array (
 
'home' =>
  array (
   
0 => 'index.php',
   
1 => 'PHP Manual',
  ),
 
'head' =>
  array (
   
0 => 'UTF-8',
   
1 => 'fa',
  ),
 
'this' =>
  array (
   
0 => 'function.ibase-delete-user.php',
   
1 => 'ibase_delete_user',
  ),
 
'up' =>
  array (
   
0 => 'ref.ibase.php',
   
1 => 'Firebird/InterBase Functions',
  ),
 
'prev' =>
  array (
   
0 => 'function.ibase-db-info.php',
   
1 => 'ibase_db_info',
  ),
 
'next' =>
  array (
   
0 => 'function.ibase-drop-db.php',
   
1 => 'ibase_drop_db',
  ),
);
$setup["toc"] = $TOC;
$setup["parents"] = $PARENTS;
manual_setup($setup);

manual_header();
?>
<div id="function.ibase-delete-user" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">ibase_delete_user</h1>
  <p class="verinfo">(PHP 4 &gt;= 4.2.0, PHP 5)</p><p class="refpurpose"><span class="refname">ibase_delete_user</span> &mdash; <span class="dc-title">پاک کردن کاربر از امنیت پایگاه داده (تنها برای IB6 یا بالاتر)</span></p>

 </div>
 
 <div class="refsect1 description" id="refsect1-function.ibase-delete-user-description">
  <h3 class="title">Description</h3>
  <div class="methodsynopsis dc-description">
   <span class="type">bool</span> <span class="methodname"><b>ibase_delete_user</b></span>
    ( <span class="methodparam"><span class="type">resource</span> <tt class="parameter">$service_handle</tt></span>
   , <span class="methodparam"><span class="type">string</span> <tt class="parameter">$user_name</tt></span>
   )</div>


  <p class="para rdfs-comment">
   PHP 4 از <i><tt class="parameter">server</tt></i>،
   <i><tt class="parameter">dba_user_name</tt></i> و
   <i><tt class="parameter">dba_user_password</tt></i> به جای پارامتر
   <i><tt class="parameter">service_handle</tt></i> استفاده کنید.
  </p>
  <div class="warning"><b class="warning">Warning</b><p class="simpara">This function is
currently not documented; only its argument list is available.
</p></div>

 </div>


 <div class="refsect1 returnvalues" id="refsect1-function.ibase-delete-user-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 class="refsect1 seealso" id="refsect1-function.ibase-delete-user-seealso">
  <h3 class="title">See Also</h3>
  <p class="para">
   <ul class="simplelist">
    <li class="member"><span class="function"><a href="function.ibase-add-user.php" class="function" rel="rdfs-seeAlso">ibase_add_user()</a> - Add a user to a security database (only for IB6 or later)</span></li>
    <li class="member"><span class="function"><a href="function.ibase-modify-user.php" class="function" rel="rdfs-seeAlso">ibase_modify_user()</a> - Modify a user to a security database (only for IB6 or later)</span></li>
   </ul>
  </p>
 </div>


</div><?php manual_footer(); ?>
 
show source | credits | sitemap | contact | advertising | mirror sites