vrana Thu Aug 19 09:10:38 2004 EDT
Modified files: /phpdoc/en/reference/array/functions array-intersect-uassoc.xml array-udiff-assoc.xml array-udiff-uassoc.xml array-uintersect-assoc.xml array-uintersect-uassoc.xml array-uintersect.xml /phpdoc/en/reference/msession/functions msession-find.xml msession-get-array.xml msession-getdata.xml msession-list.xml msession-set-array.xml msession-setdata.xml msession-uniq.xml /phpdoc/en/reference/muscat/functions muscat-get.xml /phpdoc/en/reference/notes/functions notes-find-note.xml /phpdoc/en/reference/sockets/functions socket-create-pair.xml socket-shutdown.xml /phpdoc/en/reference/sqlite/functions sqlite-open.xml /phpdoc/en/reference/vpopmail/functions vpopmail-auth-user.xml vpopmail-error.xml /phpdoc/en/reference/xmlrpc/functions xmlrpc-get-type.xml Log: Simplify refpurposes
http://cvs.php.net/diff.php/phpdoc/en/reference/array/functions/array-intersect-uassoc.xml?r1=1.2&r2=1.3&ty=u Index: phpdoc/en/reference/array/functions/array-intersect-uassoc.xml diff -u phpdoc/en/reference/array/functions/array-intersect-uassoc.xml:1.2 phpdoc/en/reference/array/functions/array-intersect-uassoc.xml:1.3 --- phpdoc/en/reference/array/functions/array-intersect-uassoc.xml:1.2 Tue Jul 27 00:28:31 2004 +++ phpdoc/en/reference/array/functions/array-intersect-uassoc.xml Thu Aug 19 09:10:36 2004 @@ -1,9 +1,9 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.2 $ --> +<!-- $Revision: 1.3 $ --> <refentry id="function.array-intersect-uassoc"> <refnamediv> <refname>array_intersect_uassoc</refname> - <refpurpose>Computes the intersection of arrays with additional index check. The indexes are compared by using a callback function</refpurpose> + <refpurpose>Computes the intersection of arrays with additional index check, compares indexes by a callback function</refpurpose> </refnamediv> <refsect1> <title>Description</title> http://cvs.php.net/diff.php/phpdoc/en/reference/array/functions/array-udiff-assoc.xml?r1=1.7&r2=1.8&ty=u Index: phpdoc/en/reference/array/functions/array-udiff-assoc.xml diff -u phpdoc/en/reference/array/functions/array-udiff-assoc.xml:1.7 phpdoc/en/reference/array/functions/array-udiff-assoc.xml:1.8 --- phpdoc/en/reference/array/functions/array-udiff-assoc.xml:1.7 Tue Jul 27 00:48:53 2004 +++ phpdoc/en/reference/array/functions/array-udiff-assoc.xml Thu Aug 19 09:10:36 2004 @@ -1,10 +1,10 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.7 $ --> +<!-- $Revision: 1.8 $ --> <!-- splitted from ./en/functions/array.xml, last change in rev 1.14 --> <refentry id="function.array-udiff-assoc"> <refnamediv> <refname>array_udiff_assoc</refname> - <refpurpose>Computes the difference of arrays with additional index check. The data is compared by using a callback function</refpurpose> + <refpurpose>Computes the difference of arrays with additional index check, compares data by a callback function</refpurpose> </refnamediv> <refsect1> <title>Description</title> http://cvs.php.net/diff.php/phpdoc/en/reference/array/functions/array-udiff-uassoc.xml?r1=1.9&r2=1.10&ty=u Index: phpdoc/en/reference/array/functions/array-udiff-uassoc.xml diff -u phpdoc/en/reference/array/functions/array-udiff-uassoc.xml:1.9 phpdoc/en/reference/array/functions/array-udiff-uassoc.xml:1.10 --- phpdoc/en/reference/array/functions/array-udiff-uassoc.xml:1.9 Thu Jan 22 07:55:24 2004 +++ phpdoc/en/reference/array/functions/array-udiff-uassoc.xml Thu Aug 19 09:10:36 2004 @@ -1,10 +1,10 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.9 $ --> +<!-- $Revision: 1.10 $ --> <!-- splitted from ./en/functions/array.xml, last change in rev 1.14 --> <refentry id="function.array-udiff-uassoc"> <refnamediv> <refname>array_udiff_uassoc</refname> - <refpurpose>Computes the difference of arrays with additional index check. The data is compared by using a callback function. The index check is done by a callback function also</refpurpose> + <refpurpose>Computes the difference of arrays with additional index check, compares data and indexes by a callback function</refpurpose> </refnamediv> <refsect1> <title>Description</title> http://cvs.php.net/diff.php/phpdoc/en/reference/array/functions/array-uintersect-assoc.xml?r1=1.2&r2=1.3&ty=u Index: phpdoc/en/reference/array/functions/array-uintersect-assoc.xml diff -u phpdoc/en/reference/array/functions/array-uintersect-assoc.xml:1.2 phpdoc/en/reference/array/functions/array-uintersect-assoc.xml:1.3 --- phpdoc/en/reference/array/functions/array-uintersect-assoc.xml:1.2 Tue Jul 27 00:48:53 2004 +++ phpdoc/en/reference/array/functions/array-uintersect-assoc.xml Thu Aug 19 09:10:36 2004 @@ -1,9 +1,9 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.2 $ --> +<!-- $Revision: 1.3 $ --> <refentry id="function.array-uintersect-assoc"> <refnamediv> <refname>array_uintersect_assoc</refname> - <refpurpose>Computes the intersection of arrays with additional index check. The data is compared by using a callback function</refpurpose> + <refpurpose>Computes the intersection of arrays with additional index check, compares data by a callback function</refpurpose> </refnamediv> <refsect1> <title>Description</title> http://cvs.php.net/diff.php/phpdoc/en/reference/array/functions/array-uintersect-uassoc.xml?r1=1.2&r2=1.3&ty=u Index: phpdoc/en/reference/array/functions/array-uintersect-uassoc.xml diff -u phpdoc/en/reference/array/functions/array-uintersect-uassoc.xml:1.2 phpdoc/en/reference/array/functions/array-uintersect-uassoc.xml:1.3 --- phpdoc/en/reference/array/functions/array-uintersect-uassoc.xml:1.2 Tue Jul 27 00:48:53 2004 +++ phpdoc/en/reference/array/functions/array-uintersect-uassoc.xml Thu Aug 19 09:10:36 2004 @@ -1,9 +1,9 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.2 $ --> +<!-- $Revision: 1.3 $ --> <refentry id="function.array-uintersect-uassoc"> <refnamediv> <refname>array_uintersect_uassoc</refname> - <refpurpose>Computes the intersection of arrays with additional index check. Both the data and the indexes are compared by using a callback functions</refpurpose> + <refpurpose>Computes the intersection of arrays with additional index check, compares data and indexes by a callback functions</refpurpose> </refnamediv> <refsect1> <title>Description</title> http://cvs.php.net/diff.php/phpdoc/en/reference/array/functions/array-uintersect.xml?r1=1.2&r2=1.3&ty=u Index: phpdoc/en/reference/array/functions/array-uintersect.xml diff -u phpdoc/en/reference/array/functions/array-uintersect.xml:1.2 phpdoc/en/reference/array/functions/array-uintersect.xml:1.3 --- phpdoc/en/reference/array/functions/array-uintersect.xml:1.2 Tue Jul 27 00:48:53 2004 +++ phpdoc/en/reference/array/functions/array-uintersect.xml Thu Aug 19 09:10:37 2004 @@ -1,9 +1,9 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.2 $ --> +<!-- $Revision: 1.3 $ --> <refentry id="function.array-uintersect"> <refnamediv> <refname>array_uintersect</refname> - <refpurpose>Computes the intersection of arrays. The data is compared by using a callback function</refpurpose> + <refpurpose>Computes the intersection of arrays, compares data by a callback function</refpurpose> </refnamediv> <refsect1> <title>Description</title> http://cvs.php.net/diff.php/phpdoc/en/reference/msession/functions/msession-find.xml?r1=1.2&r2=1.3&ty=u Index: phpdoc/en/reference/msession/functions/msession-find.xml diff -u phpdoc/en/reference/msession/functions/msession-find.xml:1.2 phpdoc/en/reference/msession/functions/msession-find.xml:1.3 --- phpdoc/en/reference/msession/functions/msession-find.xml:1.2 Wed Apr 17 02:40:49 2002 +++ phpdoc/en/reference/msession/functions/msession-find.xml Thu Aug 19 09:10:37 2004 @@ -1,10 +1,10 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.2 $ --> +<!-- $Revision: 1.3 $ --> <!-- splitted from ./en/functions/msession.xml, last change in rev 1.1 --> <refentry id="function.msession-find"> <refnamediv> <refname>msession_find</refname> - <refpurpose>Find value </refpurpose> + <refpurpose>Find all sessions with name and value</refpurpose> </refnamediv> <refsect1> <title>Description</title> http://cvs.php.net/diff.php/phpdoc/en/reference/msession/functions/msession-get-array.xml?r1=1.2&r2=1.3&ty=u Index: phpdoc/en/reference/msession/functions/msession-get-array.xml diff -u phpdoc/en/reference/msession/functions/msession-get-array.xml:1.2 phpdoc/en/reference/msession/functions/msession-get-array.xml:1.3 --- phpdoc/en/reference/msession/functions/msession-get-array.xml:1.2 Wed Apr 17 02:40:50 2002 +++ phpdoc/en/reference/msession/functions/msession-get-array.xml Thu Aug 19 09:10:37 2004 @@ -1,10 +1,10 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.2 $ --> +<!-- $Revision: 1.3 $ --> <!-- splitted from ./en/functions/msession.xml, last change in rev 1.1 --> <refentry id="function.msession-get-array"> <refnamediv> <refname>msession_get_array</refname> - <refpurpose>Get array of ... ? </refpurpose> + <refpurpose>Get array of msession variables</refpurpose> </refnamediv> <refsect1> <title>Description</title> http://cvs.php.net/diff.php/phpdoc/en/reference/msession/functions/msession-getdata.xml?r1=1.2&r2=1.3&ty=u Index: phpdoc/en/reference/msession/functions/msession-getdata.xml diff -u phpdoc/en/reference/msession/functions/msession-getdata.xml:1.2 phpdoc/en/reference/msession/functions/msession-getdata.xml:1.3 --- phpdoc/en/reference/msession/functions/msession-getdata.xml:1.2 Wed Apr 17 02:40:50 2002 +++ phpdoc/en/reference/msession/functions/msession-getdata.xml Thu Aug 19 09:10:37 2004 @@ -1,10 +1,10 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.2 $ --> +<!-- $Revision: 1.3 $ --> <!-- splitted from ./en/functions/msession.xml, last change in rev 1.1 --> <refentry id="function.msession-getdata"> <refnamediv> <refname>msession_getdata</refname> - <refpurpose>Get data ... ? </refpurpose> + <refpurpose>Get data from a session</refpurpose> </refnamediv> <refsect1> <title>Description</title> http://cvs.php.net/diff.php/phpdoc/en/reference/msession/functions/msession-list.xml?r1=1.3&r2=1.4&ty=u Index: phpdoc/en/reference/msession/functions/msession-list.xml diff -u phpdoc/en/reference/msession/functions/msession-list.xml:1.3 phpdoc/en/reference/msession/functions/msession-list.xml:1.4 --- phpdoc/en/reference/msession/functions/msession-list.xml:1.3 Tue Aug 3 13:25:32 2004 +++ phpdoc/en/reference/msession/functions/msession-list.xml Thu Aug 19 09:10:37 2004 @@ -1,10 +1,10 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.3 $ --> +<!-- $Revision: 1.4 $ --> <!-- splitted from ./en/functions/msession.xml, last change in rev 1.1 --> <refentry id="function.msession-list"> <refnamediv> <refname>msession_list</refname> - <refpurpose>List ... ? </refpurpose> + <refpurpose>List all sessions</refpurpose> </refnamediv> <refsect1> <title>Description</title> http://cvs.php.net/diff.php/phpdoc/en/reference/msession/functions/msession-set-array.xml?r1=1.2&r2=1.3&ty=u Index: phpdoc/en/reference/msession/functions/msession-set-array.xml diff -u phpdoc/en/reference/msession/functions/msession-set-array.xml:1.2 phpdoc/en/reference/msession/functions/msession-set-array.xml:1.3 --- phpdoc/en/reference/msession/functions/msession-set-array.xml:1.2 Wed Apr 17 02:40:51 2002 +++ phpdoc/en/reference/msession/functions/msession-set-array.xml Thu Aug 19 09:10:37 2004 @@ -1,10 +1,10 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.2 $ --> +<!-- $Revision: 1.3 $ --> <!-- splitted from ./en/functions/msession.xml, last change in rev 1.1 --> <refentry id="function.msession-set-array"> <refnamediv> <refname>msession_set_array</refname> - <refpurpose>Set array of ... </refpurpose> + <refpurpose>Set msession variables from an array</refpurpose> </refnamediv> <refsect1> <title>Description</title> http://cvs.php.net/diff.php/phpdoc/en/reference/msession/functions/msession-setdata.xml?r1=1.2&r2=1.3&ty=u Index: phpdoc/en/reference/msession/functions/msession-setdata.xml diff -u phpdoc/en/reference/msession/functions/msession-setdata.xml:1.2 phpdoc/en/reference/msession/functions/msession-setdata.xml:1.3 --- phpdoc/en/reference/msession/functions/msession-setdata.xml:1.2 Wed Apr 17 02:40:51 2002 +++ phpdoc/en/reference/msession/functions/msession-setdata.xml Thu Aug 19 09:10:37 2004 @@ -1,10 +1,10 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.2 $ --> +<!-- $Revision: 1.3 $ --> <!-- splitted from ./en/functions/msession.xml, last change in rev 1.1 --> <refentry id="function.msession-setdata"> <refnamediv> <refname>msession_setdata</refname> - <refpurpose>Set data ... ?</refpurpose> + <refpurpose>Set data for a session</refpurpose> </refnamediv> <refsect1> <title>Description</title> http://cvs.php.net/diff.php/phpdoc/en/reference/msession/functions/msession-uniq.xml?r1=1.2&r2=1.3&ty=u Index: phpdoc/en/reference/msession/functions/msession-uniq.xml diff -u phpdoc/en/reference/msession/functions/msession-uniq.xml:1.2 phpdoc/en/reference/msession/functions/msession-uniq.xml:1.3 --- phpdoc/en/reference/msession/functions/msession-uniq.xml:1.2 Wed Apr 17 02:40:51 2002 +++ phpdoc/en/reference/msession/functions/msession-uniq.xml Thu Aug 19 09:10:37 2004 @@ -1,10 +1,10 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.2 $ --> +<!-- $Revision: 1.3 $ --> <!-- splitted from ./en/functions/msession.xml, last change in rev 1.1 --> <refentry id="function.msession-uniq"> <refnamediv> <refname>msession_uniq</refname> - <refpurpose>Get uniq id </refpurpose> + <refpurpose>Get unique id </refpurpose> </refnamediv> <refsect1> <title>Description</title> http://cvs.php.net/diff.php/phpdoc/en/reference/muscat/functions/muscat-get.xml?r1=1.6&r2=1.7&ty=u Index: phpdoc/en/reference/muscat/functions/muscat-get.xml diff -u phpdoc/en/reference/muscat/functions/muscat-get.xml:1.6 phpdoc/en/reference/muscat/functions/muscat-get.xml:1.7 --- phpdoc/en/reference/muscat/functions/muscat-get.xml:1.6 Wed Mar 10 09:03:27 2004 +++ phpdoc/en/reference/muscat/functions/muscat-get.xml Thu Aug 19 09:10:37 2004 @@ -1,10 +1,10 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.6 $ --> +<!-- $Revision: 1.7 $ --> <!-- splitted from ./en/functions/muscat.xml, last change in rev 1.1 --> <refentry id="function.muscat-get"> <refnamediv> <refname>muscat_get</refname> - <refpurpose>Gets a line back from the core muscat API. </refpurpose> + <refpurpose>Gets a line back from the core muscat API</refpurpose> </refnamediv> <refsect1> <title>Description</title> http://cvs.php.net/diff.php/phpdoc/en/reference/notes/functions/notes-find-note.xml?r1=1.2&r2=1.3&ty=u Index: phpdoc/en/reference/notes/functions/notes-find-note.xml diff -u phpdoc/en/reference/notes/functions/notes-find-note.xml:1.2 phpdoc/en/reference/notes/functions/notes-find-note.xml:1.3 --- phpdoc/en/reference/notes/functions/notes-find-note.xml:1.2 Wed Apr 17 02:42:15 2002 +++ phpdoc/en/reference/notes/functions/notes-find-note.xml Thu Aug 19 09:10:37 2004 @@ -1,10 +1,10 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.2 $ --> +<!-- $Revision: 1.3 $ --> <!-- splitted from ./en/functions/notes.xml, last change in rev 1.1 --> <refentry id="function.notes-find-note"> <refnamediv> <refname>notes_find_note</refname> - <refpurpose>Returns a note id found in database_name. Specify the name of the note. Leaving type bla</refpurpose> + <refpurpose>Returns a note id found in database_name</refpurpose> </refnamediv> <refsect1> <title>Description</title> http://cvs.php.net/diff.php/phpdoc/en/reference/sockets/functions/socket-create-pair.xml?r1=1.8&r2=1.9&ty=u Index: phpdoc/en/reference/sockets/functions/socket-create-pair.xml diff -u phpdoc/en/reference/sockets/functions/socket-create-pair.xml:1.8 phpdoc/en/reference/sockets/functions/socket-create-pair.xml:1.9 --- phpdoc/en/reference/sockets/functions/socket-create-pair.xml:1.8 Tue Aug 10 12:30:21 2004 +++ phpdoc/en/reference/sockets/functions/socket-create-pair.xml Thu Aug 19 09:10:37 2004 @@ -1,10 +1,10 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.8 $ --> +<!-- $Revision: 1.9 $ --> <!-- splitted from ./en/functions/sockets.xml, last change in rev 1.27 --> <refentry id="function.socket-create-pair"> <refnamediv> <refname>socket_create_pair</refname> - <refpurpose>Creates a pair of indistinguishable sockets and stores them in an array. </refpurpose> + <refpurpose>Creates a pair of indistinguishable sockets and stores them in an array</refpurpose> </refnamediv> <refsect1> <title>Description</title> http://cvs.php.net/diff.php/phpdoc/en/reference/sockets/functions/socket-shutdown.xml?r1=1.3&r2=1.4&ty=u Index: phpdoc/en/reference/sockets/functions/socket-shutdown.xml diff -u phpdoc/en/reference/sockets/functions/socket-shutdown.xml:1.3 phpdoc/en/reference/sockets/functions/socket-shutdown.xml:1.4 --- phpdoc/en/reference/sockets/functions/socket-shutdown.xml:1.3 Wed May 28 15:27:34 2003 +++ phpdoc/en/reference/sockets/functions/socket-shutdown.xml Thu Aug 19 09:10:37 2004 @@ -1,10 +1,10 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.3 $ --> +<!-- $Revision: 1.4 $ --> <!-- splitted from ./en/functions/sockets.xml, last change in rev 1.27 --> <refentry id="function.socket-shutdown"> <refnamediv> <refname>socket_shutdown</refname> - <refpurpose>Shuts down a socket for receiving, sending, or both. </refpurpose> + <refpurpose>Shuts down a socket for receiving, sending, or both</refpurpose> </refnamediv> <refsect1> <title>Description</title> http://cvs.php.net/diff.php/phpdoc/en/reference/sqlite/functions/sqlite-open.xml?r1=1.10&r2=1.11&ty=u Index: phpdoc/en/reference/sqlite/functions/sqlite-open.xml diff -u phpdoc/en/reference/sqlite/functions/sqlite-open.xml:1.10 phpdoc/en/reference/sqlite/functions/sqlite-open.xml:1.11 --- phpdoc/en/reference/sqlite/functions/sqlite-open.xml:1.10 Fri Dec 19 10:49:55 2003 +++ phpdoc/en/reference/sqlite/functions/sqlite-open.xml Thu Aug 19 09:10:37 2004 @@ -1,9 +1,9 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.10 $ --> +<!-- $Revision: 1.11 $ --> <refentry id="function.sqlite-open"> <refnamediv> <refname>sqlite_open</refname> - <refpurpose>Opens a SQLite database. Will create the database if it does not exist</refpurpose> + <refpurpose>Opens a SQLite database and create the database if it does not exist</refpurpose> </refnamediv> <refsect1> <title>Description</title> http://cvs.php.net/diff.php/phpdoc/en/reference/vpopmail/functions/vpopmail-auth-user.xml?r1=1.4&r2=1.5&ty=u Index: phpdoc/en/reference/vpopmail/functions/vpopmail-auth-user.xml diff -u phpdoc/en/reference/vpopmail/functions/vpopmail-auth-user.xml:1.4 phpdoc/en/reference/vpopmail/functions/vpopmail-auth-user.xml:1.5 --- phpdoc/en/reference/vpopmail/functions/vpopmail-auth-user.xml:1.4 Mon Aug 26 15:12:36 2002 +++ phpdoc/en/reference/vpopmail/functions/vpopmail-auth-user.xml Thu Aug 19 09:10:38 2004 @@ -1,10 +1,10 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.4 $ --> +<!-- $Revision: 1.5 $ --> <!-- splitted from ./en/functions/vpopmail.xml, last change in rev 1.1 --> <refentry id="function.vpopmail-auth-user"> <refnamediv> <refname>vpopmail_auth_user</refname> - <refpurpose>Attempt to validate a username/domain/password. Returns true/false</refpurpose> + <refpurpose>Attempt to validate a username/domain/password</refpurpose> </refnamediv> <refsect1> <title>Description</title> http://cvs.php.net/diff.php/phpdoc/en/reference/vpopmail/functions/vpopmail-error.xml?r1=1.4&r2=1.5&ty=u Index: phpdoc/en/reference/vpopmail/functions/vpopmail-error.xml diff -u phpdoc/en/reference/vpopmail/functions/vpopmail-error.xml:1.4 phpdoc/en/reference/vpopmail/functions/vpopmail-error.xml:1.5 --- phpdoc/en/reference/vpopmail/functions/vpopmail-error.xml:1.4 Mon Aug 26 15:12:36 2002 +++ phpdoc/en/reference/vpopmail/functions/vpopmail-error.xml Thu Aug 19 09:10:38 2004 @@ -1,10 +1,10 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.4 $ --> +<!-- $Revision: 1.5 $ --> <!-- splitted from ./en/functions/vpopmail.xml, last change in rev 1.1 --> <refentry id="function.vpopmail-error"> <refnamediv> <refname>vpopmail_error</refname> - <refpurpose>Get text message for last vpopmail error. Returns string</refpurpose> + <refpurpose>Get text message for last vpopmail error</refpurpose> </refnamediv> <refsect1> <title>Description</title> http://cvs.php.net/diff.php/phpdoc/en/reference/xmlrpc/functions/xmlrpc-get-type.xml?r1=1.2&r2=1.3&ty=u Index: phpdoc/en/reference/xmlrpc/functions/xmlrpc-get-type.xml diff -u phpdoc/en/reference/xmlrpc/functions/xmlrpc-get-type.xml:1.2 phpdoc/en/reference/xmlrpc/functions/xmlrpc-get-type.xml:1.3 --- phpdoc/en/reference/xmlrpc/functions/xmlrpc-get-type.xml:1.2 Wed Apr 17 02:45:17 2002 +++ phpdoc/en/reference/xmlrpc/functions/xmlrpc-get-type.xml Thu Aug 19 09:10:38 2004 @@ -1,10 +1,10 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.2 $ --> +<!-- $Revision: 1.3 $ --> <!-- splitted from ./en/functions/xmlrpc.xml, last change in rev 1.1 --> <refentry id="function.xmlrpc-get-type"> <refnamediv> <refname>xmlrpc_get_type</refname> - <refpurpose>Gets xmlrpc type for a PHP value. Especially useful for base64 and datetime strings</refpurpose> + <refpurpose>Gets xmlrpc type for a PHP value</refpurpose> </refnamediv> <refsect1> <title>Description</title> @@ -14,8 +14,9 @@ </methodsynopsis> &warn.experimental.func; <para> - &warn.undocumented.func; + This function is especially useful for base64 and datetime strings. </para> + &warn.undocumented.func; </refsect1> </refentry>