Re: [PHP3] Collection object (VB) or Vector (Java) in PHP? From: Manuel Lemos (mlemos <email protected>)
Date: 02/29/00

Hello Kevin,

On 01-Mar-00 01:32:32, you wrote:

>In Visual Basic there is collection object, in Java they have Vectors, is
>there any similar data structure for PHP3?

>I don't wanna use array because I don't want to keep track of the element I
>add to the list.

I don't have to. Just add elements this way:

$my_array[]=$my_element;

Regards,
Manuel Lemos

Web Programming Components using PHP Classes.
Look at: email protected>?subject=Re:%20[PHP3]%20Collection%20object%20(VB)%20or%20Vector%20(Java)%20in%20PHP?&replyto=585.95T2058T1524963mlemos <email protected>">mlemos <email protected>">http://phpclasses.UpperDesign.com/?user=mlemos <email protected>

--
E-mail: mlemos <email protected>
URL: http://www.mlemos.e-na.net/
PGP key: http://www.mlemos.e-na.net/ManuelLemos.pgp
--

-- PHP 3 Mailing List <http://www.php.net/> To unsubscribe, send an empty message to php3-unsubscribe <email protected> To subscribe to the digest, e-mail: php3-digest-subscribe <email protected> To search the mailing list archive, go to: http://www.php.net/mailsearch.php3 To contact the list administrators, e-mail: php-list-admin <email protected>