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)
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
__
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
3 matches
Mail list logo