Re: [PHP] Objects as array key names??

2008-03-15 Thread Robert Cummings
On Sat, 2008-03-15 at 15:02 -0700, Jim Lucas wrote: > This question should probably be directed at the PHP Internals list, but > I thought I would start by asking here first if anybody would even use > this feature. > > It has been brought to my attention that with Perl and Ruby, you can use >

Re: [PHP] Objects as array key names??

2008-03-15 Thread Jeremy Mcentire
On Mar 15, 2008, at 7:16 PM, Ray Hauge wrote: Jim Lucas wrote: It has been brought to my attention that with Perl and Ruby, you can use Objects as the value of the key within an array. The examples that were shown to me make me think that this would be an awesome ability to have within PHP

[PHP] GD / Pixel Font Rendering

2008-03-15 Thread nihilism machine
I am trying to render an 8 pixel pixel font without anti aliasing to look crisp (silkscreen) in 8pt with gd. the font is huge and ugly: -- any ideas? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Objects as array key names??

2008-03-15 Thread Ray Hauge
Jim Lucas wrote: This question should probably be directed at the PHP Internals list, but I thought I would start by asking here first if anybody would even use this feature. It has been brought to my attention that with Perl and Ruby, you can use Objects as the value of the key within an arr

[PHP] Objects as array key names??

2008-03-15 Thread Jim Lucas
This question should probably be directed at the PHP Internals list, but I thought I would start by asking here first if anybody would even use this feature. It has been brought to my attention that with Perl and Ruby, you can use Objects as the value of the key within an array. The examples

[PHP] Re: Sendmail question

2008-03-15 Thread Manuel Lemos
Hello, on 03/14/2008 12:35 PM nihilism machine said the following: > So the email should be a link to: > http://www.mysite.com/permalink.php?ID=120 > but instead links to: http://www.mysite.com/permalink.php?ID%120 The problem is that you have specified quoted-printable encoding and have not prop

[PHP] Newbie Question on PHP-SOAP

2008-03-15 Thread Chino Aureus
Hi All, I'm trying to test create a soap clienet in PHP, here's my code: http://10.132.32.112:8080/axis2/services/TemperatureConverter?wsdl";, array('exceptions' => 0)); try { $a = 32; $result = $client->__soapCall("c2FConvertion",array($a)); #c2FConvertion("a"); print_r($res