[PHP] Asynchronous SNMP?

2001-08-30 Thread Robert Schultz
there. Any suggestions? -- Robert Schultz - [EMAIL PROTECTED] Knowledge Engineer - Adelphia Communications -- 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

[PHP] Zend Optimizer under Linux Sparc

2001-08-20 Thread Robert Schultz
It appears as if the Zend Optimizer is distributed only in binary format. They have versions for Linux on i386 and versions for Solaris running on a Sparc Ultra processor. However, I'm running Linux RedHat on a Ultra Sparc processor. Is there any way I can install Zend Optimizer? Robert

[PHP] More SNMP Functions for PHPv4

2001-08-19 Thread Robert Schultz
://www.ncinter.net/~bert/php-snmp-v4.tar.gz Enjoy. Robert Schultz - [EMAIL PROTECTED] -- 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 PROTECTED]

Re: [PHP] Re: Shuffle Cards Function

2001-08-19 Thread Robert Schultz
-perfect human shuffle. Robert Schultz - [EMAIL PROTECTED] - Original Message - From: Tom Carter [EMAIL PROTECTED] To: Richard Lynch [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Sunday, August 19, 2001 7:00 PM Subject: Re: [PHP] Re: Shuffle Cards Function I could be wrong in thinking

[PHP] Shuffle Cards Function

2001-08-18 Thread Robert Schultz
)); } } if(count($firstArray)) { while(count($firstArray)) array_push($cardsArray, array_shift($firstArray)); } if(count($secondArray)) { while(count($secondArray)) array_push($cardsArray, array_shift($secondArray)); } } } Robert Schultz - [EMAIL