[PHP-DOC] Re: [PHP-CVS] cvs: php-src /ext/standard array.c

2008-12-12 Thread Kalle Sommer Nielsen
2008/12/12 Andrei Zmievski :
> andrei  Fri Dec 12 19:19:04 2008 UTC
>
>  Modified files:
>/php-src/ext/standard   array.c
>  Log:
>  Add sort flags parameter to array_unique().
>
>
> http://cvs.php.net/viewvc.cgi/php-src/ext/standard/array.c?r1=1.467&r2=1.468&diff_format=u

Guess it should have [DOC], cc'ed to phpdoc@ =)



-- 
Kalle Sommer Nielsen


Re: [PHP-DOC] CVS Account Request: eniac2008

2008-12-12 Thread Philip Olson


On 12 Dec 2008, at 14:44, Daniel Brown wrote:


2008/12/12 Gang Chen :

Sorry for not filling the apply form clearly. I want to
translate/maintain the zh document and Philip Olson suggests me to
apply an account.

Thanks for you quick response.


   You're fine, actually.  ;-P

   Philip told me a few moments ago that he spoke with you, so you
can disregard my earlier message.  Thanks again, Chen.


Hello Chen,

Your CVS account has been approved and karma granted... welcome to the  
documentation team! :)


Regards,
Philip

P.S. Chen posted several patches to doc...@lists.php.net


Re: [PHP-DOC] CVS Account Request: eniac2008

2008-12-12 Thread Daniel Brown
2008/12/12 Gang Chen :
> Sorry for not filling the apply form clearly. I want to
> translate/maintain the zh document and Philip Olson suggests me to
> apply an account.
>
> Thanks for you quick response.

You're fine, actually.  ;-P

Philip told me a few moments ago that he spoke with you, so you
can disregard my earlier message.  Thanks again, Chen.

-- 

http://www.parasane.net/
daniel.br...@parasane.net || danbr...@php.net
50% Off Hosting! http://www.pilotpig.net/specials.php


Re: [PHP-DOC] CVS Account Request: eniac2008

2008-12-12 Thread Gang Chen
Sorry for not filling the apply form clearly. I want to
translate/maintain the zh document and Philip Olson suggests me to
apply an account.

Thanks for you quick response.

Regards,
Gang Chen

2008/12/13 Daniel Brown :
> On Fri, Dec 12, 2008 at 17:35, Gang Chen  wrote:
>> Translating the documentation
>> Maintaining the documentation
>
>Thanks for your interest.  Into what language are you looking to translate?
>
>Generally, we ask that people send a couple of documentation
> patches to the list for review first (preferably to the appropriate
> translation list), then read through the information and apply for
> "Doc Group" karma at http://php.net/cvs-php.php
>
>Any questions, just send them back here to the list.  Thanks again!
>
> --
> 
> http://www.parasane.net/
> daniel.br...@parasane.net || danbr...@php.net
> 50% Off Hosting! http://www.pilotpig.net/specials.php
>




http://docbook.org/ns/docbook";>
 
  class_implements
  
   返回指定的类实现的所有接口。
  
 
 
  &reftitle.description;
  
   arrayclass_implements
   mixedclass
   boolautoload
  
  
   本函数返回一个数组,该数组中包含了指定类class及其父类所实现的所有接口的名称。
  
 

 
  &reftitle.parameters;
  
   

 class
 
  
对象(类实例)或字符串(类名称)。
  
 


 autoload
 
  
  是否允许使用__autoload
  魔术函数来自动装载该类。默认值为&true;。
  
 

   
  
 


 
  &reftitle.returnvalues;
  
   调用成功则返回一个数组,否则返回&false;。
  
 

 
  &reftitle.changelog;
  
   

 
  
   &Version;
   &Description;
  
 
 
  
   5.1.0
   
增加了允许参数class为字符串的选项。增加了autoload参数。
   
  
 

   
  
 

 
  &reftitle.examples;
  
   
class_implements example



&example.outputs.similar;



   
  
 

 
  &reftitle.seealso;
  
   
class_parents
get_declared_interfaces
   
  
 







http://docbook.org/ns/docbook";>
 
  spl_autoload_functions
  返回所有已注册的__autoload()函数。
 
 
  &reftitle.description;
  
   arrayspl_autoload_functions
   
  
  
   获取所有已注册的 __autoload() 函数。
  
 

 
  &reftitle.parameters;
  &no.function.parameters;
 

 
  &reftitle.returnvalues;
  
   包含所有已注册的__autoload函数的数组(array)。如果自动装载函数栈未激活,则返回&false;。如果没有已注册的函数,则返回一个空数组。
  
 






Re: [PHP-DOC] CVS Account Request: eniac2008

2008-12-12 Thread Daniel Brown
On Fri, Dec 12, 2008 at 17:35, Gang Chen  wrote:
> Translating the documentation
> Maintaining the documentation

Thanks for your interest.  Into what language are you looking to translate?

Generally, we ask that people send a couple of documentation
patches to the list for review first (preferably to the appropriate
translation list), then read through the information and apply for
"Doc Group" karma at http://php.net/cvs-php.php

Any questions, just send them back here to the list.  Thanks again!

-- 

http://www.parasane.net/
daniel.br...@parasane.net || danbr...@php.net
50% Off Hosting! http://www.pilotpig.net/specials.php


[PHP-DOC] CVS Account Request: eniac2008

2008-12-12 Thread Gang Chen
Translating the documentation
Maintaining the documentation