Or an alternative (probably) better solution is to write to the mailing
list of the particular Chineese version you have problem with:
Chinese (Simplified): [EMAIL PROTECTED]
Chinese (Hong Kong Cantonese): [EMAIL PROTECTED]
Chinese (Traditional): [EMAIL PROTECTED]
Goba
M. Sokolewicz írta:
> right.... and now in a language that is also understandable if you
> *don't* know chinese? :S There's this point that most mailinglists on
> php.net are in English (since a lot of people on the world don't know
> chinese, and english is ver popular)... so please...
>
> thank you,
> - tul
>
>
> [EMAIL PROTECTED] wrote:
>
>>phpdoc 的编辑、翻译您好:
>>
>>在最新版(文件生成时间: Thu Mar 11 18:34:33
>>2004)的phpdoc中文手册中,存在一个编辑上的小错误。具体位置为"入门指引-简明教程-实用的教本",其中例子2-4中有段代码判断客户端浏览器是否是
>> ie,如下:
>><?php
>>if (strstr($_SERVER["HTTP_USER_AGENT"], "MSIE")) {
>> echo "You are using Internet Explorer<br />";
>>}
>>?>
>>我看了下面的代码说明和英文版的手册,发现这段代码中所用的函数 "strstr"
>>实际应为 "strpos"。
>>
>>请核实。
>>
>> 致
>>礼
>>
>>adayuer
>>[EMAIL PROTECTED]
>>2004-12-16
>
>