Re: [PHP] PHP Class ArrayQueue (2)
You need to read manual section about object oriented programing in php: http://www.php.net/oop Antonio Bologna wrote: Sorry, here it is the code: /* Trying to use queues in PHP, let * see if that works. */ class ArrayQueue { var $theArray = array(); var $currentSize; var $front; var $back
[PHP] PHP Class ArrayQueue (2)
Sorry, here it is the code: http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php