ASPN ActiveState Programmer Network
ActiveState
/ Home / Perl / PHP / Python / Tcl / XSLT /
/ Safari / My ASPN /
Cookbooks | Documentation | Mailing Lists | Modules | News Feeds | Products | User Groups


Recent Messages
List Archives
About the List
List Leaders
Subscription Options

View Subscriptions
Help

View by Topic
ActiveState
.NET Framework
Open Source
Perl
PHP
Python
Tcl
Web Services
XML & XSLT

View by Category
Database
General
SOAP
System Administration
Tools
User Interfaces
Web Programming
XML Programming


MyASPN >> Mail Archive >> phpdoc
phpdoc
[PHP-DOC] cvs: phpdoc /ja/functions array.xml /ja/pear standards.xml
by Rui Hirokawa other posts by this author
Apr 13 2001 2:03PM messages near this date
Re: [PHP-DOC] German CHM-Format, PEAR-Numbering | [PHP-DOC] cvs: phpdoc /de Translators
hirokawa		Fri Apr 13 07:03:33 2001 EDT

  Modified files:              
    /phpdoc/ja/functions	array.xml 
    /phpdoc/ja/pear	standards.xml 
  Log:
  update translation.
  
Index: phpdoc/ja/functions/array.xml
diff -u phpdoc/ja/functions/array.xml:1.23 phpdoc/ja/functions/array.xml:1.24
--- phpdoc/ja/functions/array.xml:1.23	Sun Apr  8 16:07:41 2001
+++ phpdoc/ja/functions/array.xml	Fri Apr 13 07:03:33 2001
@@ -2028,7 +2028,7 @@
 
 <?php
 
-$result = mysql($conn, "SELECT id, name, salary FROM employees");
+$result = mysql_query ($conn, "SELECT id, name, salary FROM employees");
 while (list($id, $name, $salary) = mysql_fetch_row($result)) {
     print(" <tr> \n".
           "  <td> <a href=\"info.php3?id=$id\">$name</a></td>\n".
Index: phpdoc/ja/pear/standards.xml
diff -u phpdoc/ja/pear/standards.xml:1.3 phpdoc/ja/pear/standards.xml:1.4
--- phpdoc/ja/pear/standards.xml:1.3	Thu Mar 15 04:22:12 2001
+++ phpdoc/ja/pear/standards.xml	Fri Apr 13 07:03:33 2001
@@ -97,7 +97,7 @@
   <sect1 id="pear.standards.funcdef"> 
    <title> 関数の定義</title>
    <para> 
-    関数選言の後には、次のように波括弧を一つ置く流儀とします。
+    関数宣言の後には、次のように波括弧を一つ置く流儀とします。
     <programlisting role="php"> 
 function fooFunction($arg1, $arg2 = '')
 {

Privacy Policy | Email Opt-out | Feedback | Syndication
© ActiveState Software Inc. All rights reserved