[PHP-DEV] CVS update: php3/doc/functions From: rasmus (php-dev <email protected>)
Date: 03/30/99

Date: Tuesday March 30, 1999 @ 6:24
Author: rasmus

Update of /repository/php3/doc/functions
In directory asf:/home/rasmus/php3/doc/functions

Modified Files:
        strings.sgml
Log Message:
Add crypt_salt_length() function

Index: php3/doc/functions/strings.sgml
diff -c php3/doc/functions/strings.sgml:1.55 php3/doc/functions/strings.sgml:1.56
*** php3/doc/functions/strings.sgml:1.55 Sun Jan 3 22:43:05 1999
--- php3/doc/functions/strings.sgml Tue Mar 30 06:24:59 1999
***************
*** 201,206 ****
--- 201,224 ----
     </refsect1>
    </refentry>
  
+ <refentry id="function.crypt-salt-length">
+ <refnamediv>
+ <refname>crypt_salt_length</refname>
+ <refpurpose>Return the length of the salt on this system</refpurpose>
+ </refnamediv>
+ <refsect1>
+ <title>Description</title>
+ <funcsynopsis>
+ <funcdef>int <function>crypt_salt_length</function></funcdef>
+ </funcsynopsis>
+ <simpara>
+ On systems where the system's crypt() function defaults to using MD5, the
+ salt is not a simple 2-character string like it has traditionally always
+ been. This function will return the length of the salt component of the
+ encrypted string.
+ </refsect1>
+ </refentry>
+
    <refentry id="function.echo">
     <refnamediv>
      <refname>echo</refname>

--
PHP Development Mailing List   http://www.php.net/
To unsubscribe send an empty message to php-dev-unsubscribe <email protected>
For help: php-dev-help <email protected>