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/es/function.sybase-min-server-severity.php

<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$PARENTS = array();
include_once
dirname(__FILE__) ."/toc/ref.sybase.inc";
$setup = array (
 
'home' =>
  array (
   
0 => 'index.php',
   
1 => 'PHP Manual',
  ),
 
'head' =>
  array (
   
0 => 'UTF-8',
   
1 => 'es',
  ),
 
'this' =>
  array (
   
0 => 'function.sybase-min-server-severity.php',
   
1 => 'sybase_min_server_severity',
  ),
 
'up' =>
  array (
   
0 => 'ref.sybase.php',
   
1 => 'Funciones Sybase',
  ),
 
'prev' =>
  array (
   
0 => 'function.sybase-min-message-severity.php',
   
1 => 'sybase_min_message_severity',
  ),
 
'next' =>
  array (
   
0 => 'function.sybase-num-fields.php',
   
1 => 'sybase_num_fields',
  ),
 
'alternatives' =>
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["parents"] = $PARENTS;
manual_setup($setup);

manual_header();
?>
<div id="function.sybase-min-server-severity" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">sybase_min_server_severity</h1>
  <p class="verinfo">(PHP 4, PHP 5)</p><p class="refpurpose"><span class="refname">sybase_min_server_severity</span> &mdash; <span class="dc-title">Sets minimum server severity</span></p>

 </div>
 
 <div class="refsect1 description" id="refsect1-function.sybase-min-server-severity-description">
  <h3 class="title">Descripción</h3>
  <div class="methodsynopsis dc-description">
   <span class="type"><span class="type void">void</span></span> <span class="methodname"><strong>sybase_min_server_severity</strong></span>
    ( <span class="methodparam"><span class="type">int</span> <code class="parameter">$severity</code></span>
   )</div>

  <p class="para rdfs-comment">
    <span class="function"><strong>sybase_min_server_severity()</strong></span> sets the minimum
   server severity level.
  </p>
 </div>


 <div class="refsect1 parameters" id="refsect1-function.sybase-min-server-severity-parameters">
  <h3 class="title">Parámetros</h3>
  <p class="para">
   <dl>

    <dt>

     <span class="term"><em><code class="parameter">severity</code></em></span>
     <dd>

      <p class="para">
      </p>
     </dd>

    </dt>

   </dl>

  </p>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-function.sybase-min-server-severity-returnvalues">
  <h3 class="title">Valores devueltos</h3>
  <p class="para">
   No devuelve ningún valor.
  </p>
 </div>


 <div class="refsect1 notes" id="refsect1-function.sybase-min-server-severity-notes">
  <h3 class="title">Notas</h3>
  <blockquote class="note"><p><strong class="note">Nota</strong>: <span class="simpara">Esta función está disponible sólo cuando
se utiliza la biblioteca CT de Sybase, y no la biblioteca DB.
</span></p></blockquote>
 </div>


 <div class="refsect1 seealso" id="refsect1-function.sybase-min-server-severity-seealso">
  <h3 class="title">Ver también</h3>
  <p class="para">
   <ul class="simplelist">
    <li class="member"> <span class="function"><a href="function.sybase-min-client-severity.php" class="function" rel="rdfs-seeAlso">sybase_min_client_severity()</a> - Sets minimum client severity</span></li>
   </ul>
  </p>
 </div>


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