Date: 01/12/03
- Next message: Sara Golemon: "[PHP-DOC] cvs: phpdoc /en/reference/filesystem/functions fclose.xml feof.xml fflush.xml fgetc.xml fgetcsv.xml fgets.xml fgetss.xml flock.xml fopen.xml fpassthru.xml fputs.xml fread.xml fscanf.xml fseek.xml fstat.xml ftell.xml ftruncate.xml fwrite.xml pclose.xml popen.xml rewind.xml tempnam.xml"
- Previous message: Friedhelm Betz: "[PHP-DOC] cvs: phpdoc /en/reference/strings/functions vsprintf.xml"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
betz Sun Jan 12 17:51:45 2003 EDT
Modified files:
/phpdoc/en/language types.xml
Log:
typo fix
Index: phpdoc/en/language/types.xml
diff -u phpdoc/en/language/types.xml:1.99 phpdoc/en/language/types.xml:1.100
--- phpdoc/en/language/types.xml:1.99 Sat Jan 11 04:57:37 2003
+++ phpdoc/en/language/types.xml Sun Jan 12 17:51:45 2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.99 $ -->
+<!-- $Revision: 1.100 $ -->
<chapter id="language.types">
<title>Types</title>
@@ -574,7 +574,7 @@
A <type>string</type> is series of characters. In PHP,
a character is the same as a byte, that is, there are exactly
256 different characters possible. This also implies that PHP
- has no native support of Unicode. See <function>utf8_enncode</function>
+ has no native support of Unicode. See <function>utf8_encode</function>
and <function>utf8_decode</function> for some Unicode support.
</para>
<note>
-- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
- Next message: Sara Golemon: "[PHP-DOC] cvs: phpdoc /en/reference/filesystem/functions fclose.xml feof.xml fflush.xml fgetc.xml fgetcsv.xml fgets.xml fgetss.xml flock.xml fopen.xml fpassthru.xml fputs.xml fread.xml fscanf.xml fseek.xml fstat.xml ftell.xml ftruncate.xml fwrite.xml pclose.xml popen.xml rewind.xml tempnam.xml"
- Previous message: Friedhelm Betz: "[PHP-DOC] cvs: phpdoc /en/reference/strings/functions vsprintf.xml"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

