Re: [PHP] operators as callbacks?

2008-11-29 Thread Nathan Nobbe
On Sat, Nov 29, 2008 at 2:42 PM, Joe [EMAIL PROTECTED] wrote: Is it possible to use a PHP operator as a callback? not that im aware of, even if you use the operator overloading extension, im not sure youll find that ability. I can use the BC library's math functions instead:

Re: [PHP] operators

2005-12-28 Thread Ligaya Turmelle
$xml-Result[$i] - a method call for object $xml $key=$value - array notation Henry Krinkle wrote: I have some experience with PHP, but not with these operators: - = Can someone explain how they are working in this snippet from Yahoo's search API foreach($xml-Result[$i] as

RE: [PHP] Operators

2002-01-10 Thread Johnson, Kirk
If != is the opposite of == What is the opposite of === ?? I believe that is !== Kirk -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL