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
Sorry, here it is the code:
http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Hello everyone, I'm just curious, I implemented a Array Queue in php, but
not sure why is not working, this ArrayQueue is missing some functions like
doubleQueue and dequeue, but anyway I'm trying to implmeneted in php, does
anyone knows what's wrong? Thanks
--
PHP General Mailing List (http://ww
3 matches
Mail list logo