[PHP] Keyword Constructor

2011-08-01 Thread Ren
For a long time I wanted keyword parameters in PHP. But thanks to newer features like traits and reflection classes I have come up with something that looks pretty close. trait KeywordConstructor { public function __construct($members) { $class = new ReflectionClass($this)

[PHP] support

2002-04-16 Thread yijun ren
We got a problem when php4.2 work on japanese windows98 system. In Php code we pass a japanese string to COM object,but COM object get some garbage.look like it has been encoded in Php side or some other reasons.Any idea? Thanks Jim __

[PHP] Problem ?

2002-03-24 Thread ren
if I through the proxy server view our Php website ,sometime I got proxy error page. The message is "64 The specified network name is no longer available ",when I refresh it will be ok. if I do not through the proxy,I never got error. Anyidea ? Thanks Jim