svn: /phpdoc/ja/trunk/reference/ info/functions/memory-get-usage.xml mysql/functions/mysql-query.xml url/functions/urlencode.xml
[email protected] (Satoru Yoshida)
| Newsgroups | php.doc.ja |
|---|---|
| Message-ID | <[email protected]> |
satoruyoshida Thu, 19 Mar 2020 06:48:21 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=349495
Log:
correct typo, Thanks to anonymous users in edit.php.net !
Changed paths:
U phpdoc/ja/trunk/reference/info/functions/memory-get-usage.xml
U phpdoc/ja/trunk/reference/mysql/functions/mysql-query.xml
U phpdoc/ja/trunk/reference/url/functions/urlencode.xml
Modified: phpdoc/ja/trunk/reference/info/functions/memory-get-usage.xml
===================================================================
--- phpdoc/ja/trunk/reference/info/functions/memory-get-usage.xml 2020-03-19 06:38:32 UTC (rev 349494)
+++ phpdoc/ja/trunk/reference/info/functions/memory-get-usage.xml 2020-03-19 06:48:21 UTC (rev 349495)
@@ -27,7 +27,7 @@
<listitem>
<para>
これを &true; に設定すると、システムが割り当てた実際のメモリの大きさ (未使用のページも含むもの) を取得します。
- 省略したり &false; を設定したりすると、使用したモリのみを報告します。
+ 省略したり &false; を設定したりすると、使用したメモリのみを報告します。
</para>
</listitem>
</varlistentry>
Modified: phpdoc/ja/trunk/reference/mysql/functions/mysql-query.xml
===================================================================
--- phpdoc/ja/trunk/reference/mysql/functions/mysql-query.xml 2020-03-19 06:38:32 UTC (rev 349494)
+++ phpdoc/ja/trunk/reference/mysql/functions/mysql-query.xml 2020-03-19 06:48:21 UTC (rev 349495)
@@ -141,7 +141,7 @@
// 結果の利用
// $result をそのまま出力してもリソースの内部の情報にはアクセスできません。
-// 結果にたいして MySQL の関数を適用する必要があります。
+// 結果に対して MySQL の関数を適用する必要があります。
// mysql_result(), mysql_fetch_array(), mysql_fetch_row() なども参照ください。
while ($row = mysql_fetch_assoc($result)) {
echo $row['firstname'];
Modified: phpdoc/ja/trunk/reference/url/functions/urlencode.xml
===================================================================
--- phpdoc/ja/trunk/reference/url/functions/urlencode.xml 2020-03-19 06:38:32 UTC (rev 349494)
+++ phpdoc/ja/trunk/reference/url/functions/urlencode.xml 2020-03-19 06:48:21 UTC (rev 349495)
@@ -39,7 +39,7 @@
&reftitle.returnvalues;
<para>
<literal>-_.</literal> を除くすべての非英数文字が % 記号
- (<literal>%</literal>)に続く二桁の数字で置き換えられ、
+ (<literal>%</literal>)に続く二桁の16進数で置き換えられ、
空白は + 記号(<literal>+</literal>)にエンコードされます。
同様の方法で、WWW のフォームからポストされたデータはエンコードされ、
<literal>application/x-www-form-urlencoded</literal>