didou           Sun Jun 17 10:30:03 2007 UTC

  Added files:                 
    /phpdoc/en/reference/info/functions zend-thread-id.xml 
  Log:
  #37400 : Document zend_thread_id()
  

http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/info/functions/zend-thread-id.xml?view=markup&rev=1.1
Index: phpdoc/en/reference/info/functions/zend-thread-id.xml
+++ phpdoc/en/reference/info/functions/zend-thread-id.xml
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
<refentry id="function.zend-thread-id">
 <refnamediv>
  <refname>zend_thread_id</refname>
  <refpurpose>Returns a unique identifier for the current thread</refpurpose>
 </refnamediv>
 
 <refsect1 role="description">
  &reftitle.description;
  <methodsynopsis>
   <type>int</type><methodname>zend_thread_id</methodname>
   <void/>
  </methodsynopsis>
  <para>
   This function returns an unique identifier for the current thread.
  </para>
 </refsect1>

 <refsect1 role="returnvalues">
  &reftitle.returnvalues;
  <para>
   Returns the thread id as an integer.
  </para>
 </refsect1>

 <refsect1 role="notes">
  &reftitle.notes;
  <note>
   <para>
    This function is only available if PHP has been built with ZTS (Zend
    Thread Safety) support.
   </para>
  </note>
 </refsect1>

</refentry>

<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"../../../../manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->

Reply via email to