Date: 07/19/00
- Next message: coolio <email protected>: "[PHP-DEV] PHP 4.0 Bug #5678: mysql_num_rows fails sometimes"
- Previous message: hernande <email protected>: "[PHP-DEV] PHP 4.0 Bug #5677: msql_close() does not work, and msql_connect() keeps open UNIX sockets."
- In reply to: Derick Rethans: "Re: [PHP-DEV] add_property_array"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
I think he is talking about in the C code,
zend_hash_update is what you're looking for.
-Sterling
>
>
> Oriol Prat Gomez wrote:
>
> > Is it possible to implement add_property_array for objects?
> >
> > I need to add arrays in objects and i don't know how to do it.
>
> class Foo
> {
> var $array1 = array();
> var $array2 = array();
> }
>
> That should do the trick.
>
> >
> >
> > Thanks
> >
> > Oriol Prat
> >
>
> --
> Derick Rethans
> JDI Media Solutions
>
> H.v.Tussenbroekstraat 1
> 6952 BL Dieren
> The Netherlands
>
> e-mail: d.rethans <email protected>
> http://www.jdimedia.nl/
>
>
>
> --
> PHP Development Mailing List <http://www.php.net/>
> To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
> For additional commands, e-mail: php-dev-help <email protected>
> To contact the list administrators, e-mail: php-list-admin <email protected>
>
>
-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: coolio <email protected>: "[PHP-DEV] PHP 4.0 Bug #5678: mysql_num_rows fails sometimes"
- Previous message: hernande <email protected>: "[PHP-DEV] PHP 4.0 Bug #5677: msql_close() does not work, and msql_connect() keeps open UNIX sockets."
- In reply to: Derick Rethans: "Re: [PHP-DEV] add_property_array"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

