hirokawaSat Mar 10 21:57:44 2001 EDT
Modified files:
/phpdoc/en/functionsrecode.xml regex.xml
/phpdoc/en/pear standards.xml
/phpdoc/ja Translators
Log:
fixed typos.
Index: phpdoc/en/functions/recode.xml
diff -u phpdoc/en/functions
hirokawaSat Mar 10 21:56:46 2001 EDT
Modified files:
/phpdoc/ja/functionsgmp.xml misc.xml mysql.xml pcre.xml posix.xml
recode.xml strings.xml yaz.xml
/phpdoc/ja/language oop.xml
/phpdoc/ja/pear pear.xml sta
0, 3, 2001
+$today = date("Ymd"); // 20010310
+$today = date('h-i-s, j-m-y, it is w Day z '); // 05-16-17, 10-03-01, 1631 1618 6
+Fripm01
+$today = date('\i\t \i\s \t\h\e jS \d\a\y.'); // It is the 10th day.
+$today = date("D M j g:i:s T Y"); //
sniper Sat Mar 10 10:51:47 2001 EDT
Modified files:
/phpdoc/en/functionsstrings.xml
Log:
Setlocale uses constants now. +ws fix
Index: phpdoc/en/functions/strings.xml
diff -u phpdoc/en/functions/strings.xml:1.77 phpdoc/en/functions/strings.xml:1.78
---